/*######################################
  Global Styles, to norm all elements
######################################*/

/*---------------------------------------------
Set margin padding and font stuff for every element,
then it should not be required to set them again.
---------------------------------------------*/
html,body,table,td,div,form,button,select,input,textarea,h1,h2,h3,h4,h5,h6,a,p,cite,quote,u,i {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma,Geneva,Arial,Helvetica,Sans-serif;
  font-size: 10px;
  line-height: 120%;
}

/*---------------------------------------------
Set body attributes color and background
---------------------------------------------*/
html,body {
  color: #8C8C8C;
  background: #1c1c1c;
}
/*---------------------------------------------
Set as blockelements
---------------------------------------------*/
h1,h2,h3,h4,h5,h6,hr,p,div,form {
  display: block;
}

/*---------------------------------------------
Set vertical align to top, this helps if the
text flys in the middle of a table (td).
---------------------------------------------*/
td {
  vertical-align: top;
}

/*---------------------------------------------
Set font bold inside of this elements.
---------------------------------------------*/
strong, caption, optgroup, .strong {
  font-weight: bold;
  font-style: normal;
}

/*---------------------------------------------
Set no border for tables and images, the images
border comes if you link any image <a href=""><img></a>
and this sheet does make the border invisible
---------------------------------------------*/
img,table {
  border: 0px none;
}

/*---------------------------------------------
Set a cursor for the label-TAG
---------------------------------------------*/
label {
  cursor: pointer;
}

/*---------------------------------------------
Set global style of the horizontal line
---------------------------------------------*/
hr {
	color : #000;
	height : 1px;
	padding : 0;
	border-color : #000;
	border-width : 1px 0 0 0;
	border-style : solid;
	margin: 3px 0 6px 0;
}

*+html hr { margin: 0 }
* html hr { margin: 0 }

/*---------------------------------------------
Set a square as in front of an unordered list
---------------------------------------------*/
ul li {
	list-style: square;
}

/*---------------------------------------------
Set general link style
---------------------------------------------*/
a:link,a:visited,a:hover,a:active {
  color: #8c8c8c; font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #444444;
}

a:focus { outline: 0 none }

/*####################################
  DZCP STYLES
####################################*/

/*---------------------------------------------
Set attributes for the main-table
---------------------------------------------*/
table.maintable {
  background: url(../images/bg_content.jpg) repeat-y;
  margin: auto; width: 1005px;
}

/*---------------------------------------------
Set attributes for the content-table
---------------------------------------------*/
table.content {
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

/*---------------------------------------------
persInfobox above the Header
-----------------------------------------------
menu/pers.infos.html
---------------------------------------------*/
table.persInfo {
  background-color: #1c1c1c;
  border-bottom: 1px solid #222;
  margin: 0px;
  width: 100%;
  text-align: center;
}

table.subPersInfos {
  text-align: center;
}

span.fontBoldPersInfos {
  font-weight: bold;
}

table.persInfo td, table.persInfo span {
  color: #666;
}
/*---------------------------------------------
Header attributes
-----------------------------------------------
index.html
---------------------------------------------*/
td.pagetitle {
  height: 149px;
  text-align: left;
  vertical-align: bottom;
}

td.pagetitleContent {
  width: 710px;
  height: 150px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
/*---------------------------------------------
Attributes of the Welcomebar
-----------------------------------------------
index.html
---------------------------------------------*/
td.welcomebar {
  text-align: left;
}

span.welcomebar {
  color: #FFF;
}

/*---------------------------------------------
Attributes of the main-content (shouldnt be edited)
-----------------------------------------------
index.html
---------------------------------------------*/
table.mainContent {
  width: 100%; background: #fff;
  padding: 0px;
  margin: 0px; margin-top: 15px;
  text-align: left;
}

table.mainContent_news {
  width: 100%; background: #fff;
  padding: 0px;
  margin: 0px; margin-top: 0px;
  text-align: left;
}

table.navContent {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

table.hperc {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

/*---------------------------------------------
Attributes of the navigations loginbox
-----------------------------------------------
menu/login.html
---------------------------------------------*/
td.loginLeft, td.loginRight {
  width: 3px;
}

input.loginName_dis,input.loginName_en {
  background:url(../images/layout/002.png) no-repeat;
border:medium none;
color:#C3C3C3;
height:22px;
padding-left:9px;
padding-right:14px;
max-width:75px;
padding-top /*\**/: 5px\9;
}

input.loginPwd_dis,input.loginPwd_en {
  background:url(../images/layout/003.png) no-repeat;
border:medium none;
color:#C3C3C3;
height:22px;
padding-left:9px;
padding-right:14px;
width:75px;
padding-top /*\**/: 5px\9;

}

input.loginSubmit {
  background:url(../images/layout/004.png) no-repeat;
border:medium none;
cursor:pointer;
height:22px;
padding:0 0 2px;
width:29px;
position /*\**/: relative\9;
top /*\**/: -5px\9;

}

/*---------------------------------------------
Parts of the attributes of the navigations votebox
-----------------------------------------------
menu/vote.html
menu/vote_results.html
menu/vote_vote.html
---------------------------------------------*/
td.navVoteButton {
  text-align: center;
}

input.voteSubmit {
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  background-image: url(../images/submit.jpg);
  border: 1px solid #5F5F5F;
  color: #000;
  cursor: pointer;
}
input.voteSubmit:hover {
  background-image: url(../images/submit_hover.jpg);
}
/*IE Hack*/
*+html input.voteSubmit { overflow: visible; }
* html input.voteSubmit { overflow: visible; }
/*---------------------------------------------
Parts of the attributes of the navigations votebox
-----------------------------------------------
menu/shout.html
menu/shout_add.html
menu/shout_form.html
---------------------------------------------*/
td.navShoutContentFirst {

}

td.navShoutContentSecond {

}

/*---------------------------------------------
Disabled input field (not clicked)
---------------------------------------------*/
input.shoutEmail_dis,input.shoutNick_dis,textarea.shoutTextfield_dis,
input.shoutEmail_en,input.shoutNick_en,textarea.shoutTextfield_en {
  border: 1px solid #111;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  background-color: #FFF;
  color: #000; padding: 1px;
  width: 148px;
}
/*---------------------------------------------
Enabled input fields (clicked)
---------------------------------------------*/
input.shoutEmail_en,input.shoutNick_en,textarea.shoutTextfield_en {
  border: 1px solid #000;
}
/*---------------------------------------------
Shoutbox-textfield
---------------------------------------------*/
textarea.shoutTextfield_dis,textarea.shoutTextfield_en {
  overflow: Auto;
  height: 80px;
}

/*---------------------------------------------
Shoutbox submit button
---------------------------------------------*/
input.shoutSubmit {
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  background-image: url(../images/submit.jpg);
  border: 1px solid #5F5F5F;
  color: #000;
  cursor: pointer;
}
input.shoutSubmit:hover {
  background-image: url(../images/submit_hover.jpg);
  border:none;
}
/*IE Hack*/
*+html input.shoutSubmit { overflow: visible; }
* html input.shoutSubmit { overflow: visible; }
/*---------------------------------------------
Shoutbox submit button
---------------------------------------------*/
input.shoutLength {
  width: 26px;
  height: 13px;
  border: 0px;
  background-color: transparent;
  text-align: center;
}

/*---------------------------------------------
Parts of the attributes of the navigations votebox
-----------------------------------------------
menu/server.html
server/server_show.html
---------------------------------------------*/
img.navServerPic,img.ServerPic {
  width: 155px;
}

/*---------------------------------------------
Attributes of all navigation boxes
-----------------------------------------------
menu/nav_[box].html
---------------------------------------------*/
table.tableNav {
  width: 100%;
}

td.navMainLeft,td.navClanLeft,td.navServerLeft,td.navMiscLeft {
  width: 2px;
}

td.navMainRight,td.navClanRight,td.navServerRight,td.navMiscRight {
  width: 2px;
}

td.navMainContent,td.navClanContent,td.navServerContent,td.navMiscContent {
  text-align: left;
}

td.navUserLeft,td.navMemberLeft,td.navTrialLeft,td.navAdminLeft {
  width: 5px;
}

td.navUserRight,td.navMemeberRight,td.navTrialRight,td.navAdminRight {
  width: 0px;
}

td.navUserContent,td.navMemberContent,td.navTrialContent,td.navAdminContent {
  text-align: left;
}

td.navUotmContent,td.navPartnerContent,td.navSponsorsContent {
  text-align: center;
  padding: 2px 0;
}

td.navUotmContent {
  text-align: left;
  padding: 6px 0;
}

img.uotm {
  width: 130px;
  height: 161px;
}

td.navLregLeft,td.navTopdlLeft,td.navTeamspeakLeft {
  width: 5px;
}

td.navLregLeft {
  width: 2px;
}

td.navLregContent,td.navTopdlContent,td.navTmpswitchContent,td.navPagerankContent,td.navTeamspeakContent {
  vertical-align:middle;
  text-align: left;
}

div.navGameServer,
div#navTeamspeakContent {
  position: relative;
  width: 154px;
  overflow: auto;
  overflow-x: auto; overflow-y: hidden;
}

div.navGameServer { width: 160px }

td.navTeamspeakRight {
  width: 11px;
}

td.navTopdlRight {
  width: 11px;
}

td.navTopdlHits {
  text-align: right; vertical-align: middle;
}

td.navTmpswitchLeft {
  width: 13px;
}

td.navNextCwDate {
  color: #FFF;
  vertical-align: middle;
}

td.navLastNewsLeft,td.navFtopicsLeft,td.navLastCwLeft,td.navNextCwLeft,td.navLastArtikelLeft,td.navKalLeft,td.navVoteLeft,td.navShoutLeft,td.navServerStatsLeft,td.navEventsLeft,td.navTeamLeft,td.topMatchLeft {
  width: 2px;
}

td.navLastNewsContent,td.navFtopicsContent,td.navLastCwContent,td.navNextCwContent,td.navLastArtikelContent,td.navServerStatsContent,td.navEventsContent {
  text-align: left;
  vertical-align: middle;
}

td.navLastNewsRight,td.navFtopicsRight,td.navLastCwRight,td.navNextCwRight,td.navLastArtikelRight,td.navKalRight,td.navVoteRight,td.navShoutRight,td.navServerStatsRight,td.navEventsRight,td.navTeamRight,td.topMatchRight {
  width: 2px;
}

td.navLastCwLeft,td.navNextCwLeft,td.navLastCwRight,td.navNextCwRight {
  width: 5px;
}

td.navNextCwRight {
  width:75px;
  width /*\**/: 85px\9;	
}

td.navServerStatsContent {
  text-align: center;
}
td.navServerStatsSpace {
  height: 5px;
}

td.navKalHead,td.navKalHeadDays,td.navKalDays,td.navKalToday,td.navKalEmpty,td.teamHead {
  text-align: center;
}

td.navKalDays {
  line-height:19px;
  text-align: center;
}

td.navKalHead span, td.navKalHead a {
  font-size: 11px;
}

td.navKalToday {
  border: 1px solid #e5e5e5;
  font-weight:bold;
}

/*---------------------------------------------
Attributes of the counter-box
-----------------------------------------------
menu/counter.html
---------------------------------------------*/

td.counterLeft,td.counterRight {
  width: 3px;
}

td.counterContentHead {
  text-align: left;
}

td.counterContentLeft {
  text-align: left;
  width: 69px;
}

td.counterContentRight {
  text-align: right;
}

td.counterSpace {
  height:5px;
}
/*---------------------------------------------
Global styles of the content
---------------------------------------------*/
td.contentHead,td.contentMainTop,td.contentMainFirst,td.contentMainSecond,td.contentBottom,td.contentBottomLeft {
  height: 16px;
  padding: 3px;
  vertical-align: middle;
}

td.contentHead,td.infoTop {
  background-color: #666;
  text-align: center;
}

td.infoTop {
  background:url(../images/layout/064.png) repeat-x scroll 0 0 transparent;
  text-align: center;
}

td.contentHead {
  background:url(../images/layout/064.png) repeat-x scroll 0 0 transparent;
  border-color: #E5E5E5 #E5E5E5;
  border-style:none solid solid;
  border-width:0 1px 1px;
  height:25px;  
}

td.contentMainTop,tr.contentMainTop {
  background:url(../images/layout/064.png) repeat-x scroll 0 0 transparent;
  border-color: #E5E5E5 #E5E5E5;
  border-style:none solid solid;
  border-width:0 1px 1px;
}
td.shoutboxcontent {
  border:1px solid #e5e5e5;
}

td.contentMainFirst,
div#infoInnerLayer,
td.commentsRight,
td.navShoutContentFirst,
td.error,td.calDay,td.calToday {
background:none repeat scroll 0 0 #F7F7F5;
border-color: #E5E5E5 #E5E5E5;
border-style:none solid solid;
border-width:0 1px 1px;
}

.adminBarInner,.adminBarInnerOver,.adminMenuOuter,.adminMenuOuterOver,
.adminBarOuter,.adminBarOuterOver,.adminMenuInner,.adminMenuInnerOver {
background:#FFFFFF;
border:none;
}


td.contentMainSecond,
td.commentsLeft,
td.navShoutContentSecond {
background:none repeat scroll 0 0 #F7F7F5;
border-color: #E5E5E5 #E5E5E5;
border-style:none solid solid;
border-width:0 1px 1px;
}

.adminMenuInnerOver,.adminMenuOuterOver {
background:#FFFFFF;
}

td.contentBottom,td.contentBottomLeft {
  text-align: center;
  font-weight: bold;
}

td.contentBottomLeft {
  text-align: left;
}

/*---------------------------------------------
Attributes of the Newsarea
-----------------------------------------------
news/news_show.html
news/comments_show.html
news/archiv.html
news/archiv_show.html
---------------------------------------------*/
/*
  Newsbox
*/
td.newsBG {
  width:363px;height:276px;
  background:url(../images/layout/046.png) no-repeat;
}

td.newsContentbg {
  padding: 0px;
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  
}

td.archiveStats {
  text-align: center;
  background-color: #EEE;
  color: #000;
  border: 1px solid #000;
  padding: 2px;
}
/*---------------------------------------------
Attributes of all Comments/GB-Entrys/Boardentrys
-----------------------------------------------
news/comments_show.html
artikel/comments_show.html
forum/forum_posts.html
forum/forum_posts_show.html
---------------------------------------------*/
td.commentsLeft {
  width: 25%;
  height: 128px;
  padding: 2px;
}

td.commentsRight {
  vertical-align: top;
  padding:4px;
}

/*---------------------------------------------
Attributes of the calendar
-----------------------------------------------
kalender/day.html
---------------------------------------------*/
td.calDay,td.calToday {
  text-align: left;
  vertical-align: top;
  width: 14%;
  height: 70px;
}

td.calToday {
  border: 1px solid #a8a8a8;
}

/*---------------------------------------------
Attributes of the squads
-----------------------------------------------
squads/squads_show.html
squads/squads_member.html
clanwars/stats.html
clanwars/squads_show.html
awards/squads_show.html
awards/squads_show_all.html
awards/stats.html.html
server/server_show.html
---------------------------------------------*/
table.highlightSquads,table.highlightStats,table.highlightAwards,table.highlightServer {
  width: 100%;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  padding: 0px;
}

table.highlightServer {
  padding: 0px;
}

table.highlightSquads {
  border: 0px;
}

table.highlightAwards {
  padding: 0px;
}

img.squadMember {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
/*---------------------------------------------
Attributes of several links
-----------------------------------------------
menu/*.html
---------------------------------------------*/

a.navUser:link,a.navUser:visited,
a.navTrial:link,a.navTrial:visited,
a.navMember:link,a.navMember:visited,
a.navAdmin:link,a.navAdmin:visited,
a.navLostPwd:link,a.navLostPwd:visited,
a.navLastNews:link,a.navLastNews:visited,
a.navFtopics:link,a.navFtopics:visited,
a.navTopdl:link,a.navTopdl:visited,
a.navLastReg:link,a.navLastReg:visited,
a.navLastArtikel:link,a.navLastArtikel:visited,
a.navLastCw:link,a.navLastCw:visited,
a.navNextCw:link,a.navNextCw:visited,
a.navKal:link,a.navKal:visited,
a.navVote:link,a.navVote:visited,
a.navCounter:link,a.navCounter:visited,
a.navShout:link,a.navShout:visited,
a.navTeam:link,a.navTeam:visited,
a.navServerStats:link,a.navServerStats:visited,
a.navTeamspeak:link,a.navTeamspeak:visited {
  font-weight: normal;
  color: #8c8c8c;
}

a.navUser:hover,a.navUser:active,
a.navTrial:hover,a.navTrial:active,
a.navMember:hover,a.navMember:active,
a.navAdmin:hover,a.navAdmin:active,
a.navLostPwd:hover,a.navLostPwd:active,
a.navLastNews:hover,a.navLastNews:active,
a.navFtopics:hover,a.navFtopics:active,
a.navTopdl:hover,a.navTopdl:active,
a.navLastCw:hover,a.navLastCw:active,
a.navNextCw:hover,a.navNextCw:active,
a.navLastArtikel:hover,a.navLastArtikel:active,
a.navLastReg:hover,a.navLastReg:active,
a.navKal:hover,a.navKal:active,
a.navVote:hover,a.navVote:active,
a.navCounter:hover,a.navCounter:active,
a.navShout:hover,a.navShout:active,
a.navTeam:hover,a.navTeam:active,
a.navServerStats:hover,a.navServerStats:active,
a.navTeamspeak:hover,a.navTeamspeak:active {
  color: #444444;
}

a.navLastReg:link,a.navLastReg:visited,
a.navFtopics:link,a.navFtopics:visited,
a.navTopdl:link,a.navTopdl:visited,
a.navLastCw:link,a.navLastCw:visited,
a.navNextCw:link,a.navNextCw:visited,
a.navLastNews:link,a.navLastNews:visited,
a.navLastArtikel:link,a.navLastArtikel:visited {
  font-weight: bold;
  color: #8c8c8c;
}

a.navLastReg:hover,a.navLastReg:active,
a.navTopdl:hover,a.navTopdl:active,
a.navFtopics:hover,a.navFtopics:active,
a.navLastCw:hover,a.navLastCw:active,
a.navNextCw:hover,a.navNextCw:active,
a.navLastNews:hover,a.navLastNews:active,
a.navLastArtikel:hover,a.navLastArtikel:active {
  color: #444444;
}

a.navTopdl:link,a.navTopdl:visited,
a.navLastArtikel:link,a.navLastArtikel:visited {
  display: block; padding: 1px 2px;
}

a.navFtopics:link,a.navFtopics:visited,
a.navTopdl:link,a.navTopdl:visited,
a.navLastArtikel:link,a.navLastArtikel:visited,
a.navLastNews:link,a.navLastNews:visited,
a.navFtopics:link,a.navFtopics:visited {
  padding: 6px;
  display: block;
  font-family:Tahoma, Geneva, sans-serif;
}
a.navLastReg:link,a.navLastReg:visited,
a.navLastCw:link,a.navLastCw:visited,
a.navNextCw:link,a.navNextCw:visited {
  padding:7px 6px 5px;
  display: block;
  font-family:Tahoma, Geneva, sans-serif;
}

a.navLastCw:link,a.navLastCw:visited,
a.navNextCw:link,a.navNextCw:visited {
  padding-left: 1px; padding-right: 1px;
}

a.navShout:link,a.navShout:visited { font-weight: bold }

a.navCounter:link,a.navCounter:visited,
a.navKal:link,a.navKal:visited {
  color: #444444;
  font-weight: bold;
}

/* Navigation */
a.navMain:link,a.navMain:visited,
a.navClan:link,a.navClan:visited,
a.navServer:link,a.navServer:visited,
a.navMisc:link,a.navMisc:visited {
  background: url(../images/nav_bg.jpg) no-repeat;
  font-weight: normal;
  color: #2a2a2a;
  padding: 2px; padding-left: 10px; padding-top: 1px; padding-bottom: 2px;
  display: block;
  width: 146px; height: 12px;
}
a.navMain:hover,a.navMain:active,
a.navClan:hover,a.navClan:active,
a.navServer:hover,a.navServer:active,
a.navMisc:hover,a.navMisc:active {
  color: #000;
  background: url(../images/nav_bg_hover.jpg) no-repeat;
}

a.misc:link,a.misc:visited {
  font-weight: bold;
  color: #8c8c8c;
  font-family:Tahoma, Geneva, sans-serif;
}

a.misc:hover,a.misc:active {
  color: #444444;
}

/*
  Welcomelink
*/
.welcome:link,.welcome:visited,.welcome:hover,.welcome:active {
  color: #FFF;
  font-weight: bold;
}
.welcome:hover,.welcome:active {
  color: #ff0000;
}

a.navLostPwd:link,a.navLostPwd:visited {
  color: #646464;
  font-weight: normal;
  font-family: tahoma;
  font-size: 11px;
}
a.navLostPwd:hover,a.navLostPwd:active {
  color: #999999;
  font-weight: normal;
  font-family: tahoma;
  font-size: 11px;
}

a.navUser:link,a.navUser:visited,
a.navTrial:link,a.navTrial:visited,
a.navMember:link,a.navMember:visited,
a.navAdmin:link,a.navAdmin:visited,
a.navUser:hover,a.navUser:active,
a.navTrial:hover,a.navTrial:active,
a.navMember:hover,a.navMember:active,
a.navAdmin:hover,a.navAdmin:active {
font-family:tahoma;
font-size:10px;
font-weight:bold;
margin-right:15px;
position:relative;
top:7px;
}

/*---------------------------------------------
Attributes of various font-styles
---------------------------------------------*/
span.fontText {
  font-weight: normal;
}

span.fontBold {
  font-weight: bold;
}

span.fontItalic {
  font-style: italic;
}

span.fontUnder {
  text-decoration: underline;
}

span.fontBoldUnder {
  font-weight: bold;
  text-decoration: underline;
}

span.fontItalicUnder {
  font-style: italic;
  text-decoration: underline;
}

span.fontError,span.fontWichtig,span.fontMarked,span.fontRed {
  font-weight: bold;
  color: #0092DD;
}



span.fontGreen {
  font-weight: bold;
  color: #17D427;
}

/*
  Navigation ( << 1 2 3 >> )
*/

span.fontSites {
  font-weight: bold;
  color: #0092DD;
}

span.fontSitesMisc {
  color: #000;
}

.sites:link,.sites:visited,.sites:hover,.sites:active {
  font-size: 10px;
  text-decoration: none;
}

.sites:hover,.sites:active {
  text-decoration: none;
}

/*
  Clanwarresults
*/
span.navCwWon,span.navCwDraw,span.navCwLost,span.CwWon,span.CwDraw,span.CwLost {
  font-weight: bold;
}

span.navCwWon,span.CwWon {
  color: #3c8700;
  font-size:10px;
  font-weight:normal;
}

span.navCwDraw,span.CwDraw {
  color: #004887;
  font-size:10px;
  font-weight:normal;
}

span.navCwLost,span.CwLost {
  color: #870000;
  font-size:10px;
  font-weight:normal;
}

/*---------------------------------------------
Attributes of the errortable
-----------------------------------------------
errors/errortable.html
---------------------------------------------*/
td.error {
  text-align: center;
  padding: 3px;
}

/*---------------------------------------------
Style of the preloader
---------------------------------------------*/
div#preload {
  background-color: #FFF;
  border: 1px solid #000;
}

/*---------------------------------------------
Style of the higlighted boxes (Vote,Profil, etc)
---------------------------------------------*/
td.highlight {
  text-align: left;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}
/*---------------------------------------------
Style of the statisitc beam (votes, CWs)
---------------------------------------------*/
td.statsBalken {
  border: 1px solid #e5e5e5;
  background-image: url('../../../images/vote_bg.gif');
  padding:1px;
}
/*---------------------------------------------
Attributes of various formulars
---------------------------------------------*/
/*****************************
*****************************/
/*---------------------------------------------
Templateswitcher dropdown
-----------------------------------------------
menu/tmp_switch.html
---------------------------------------------*/
select.tempswitch {
  width: 120px;
  color: #000;
  font-size: 97%;
  background-color: #FFF;
  border: 1px #000 solid;
}
/*---------------------------------------------
Dropdownmenus
---------------------------------------------*/
select.dropdown {
  color: #333;
  font-size: 11px;
  background-color: #FFF;
  border: 1px #e5e5e5 solid;
}
/*---------------------------------------------
Dropdownmenus -> Categories
---------------------------------------------*/
option.dropdownKat {
background-color:#FFFFFF;
border-bottom:1px solid #E5E5E5;
border-top:1px solid #E5E5E5;
color:#444444;
font-size:97%;
font-weight:bold;
}
/*---------------------------------------------
Enabled/disabled input fields (not clicked)
---------------------------------------------*/
input.inputField_dis,input.inputField_dis_small,input.inputField_dis_mid,input.inputFieldFsearch_dis,input.inputFieldKal_dis,textarea.inputFieldKalDesc_dis,textarea.inputField_dis,input.inputField_dis_profil,textarea.inputField_dis_nletter,input.inputField_en,input.inputField_en_mid,input.inputField_en_small,input.inputFieldFsearch_en,input.inputFieldKal_en,textarea.inputFieldKalDesc_en,textarea.inputField_en,input.inputField_en_profil,textarea.inputField_en_nletter,textarea.inputField_dis_profil,textarea.inputField_en_profil {
background-color:#FFFFFF;
border:1px solid #D5D5D5;
color:#333333;
font-size:11px;
overflow:auto;
padding:4px;
width: 250px;
}
input.inputField_en,input.inputField_en_mid,input.inputField_en_small,input.inputFieldFsearch_en,input.inputFieldKal_en,textarea.inputFieldKalDesc_en,textarea.inputField_en,input.inputField_en_profil,textarea.inputField_en_nletter,textarea.inputField_en_profil {
background-color:#FFFFFF;
border:1px solid #D5D5D5;
color:#333333;
font-size:11px;
overflow:auto;
padding:4px;
width: 250px;
}
input.inputField_dis_large,input.inputField_en_large {
background-color:#FFFFFF;
border:1px solid #D5D5D5;
color:#333333;
font-size:11px;
overflow:auto;
padding:4px;
width:525px;
}
textarea.inputField_dis_sblarge,textarea.inputField_en_sblarge {
background-color:#FFFFFF;
border:1px solid #D5D5D5;
color:#333333;
font-size:11px;
overflow:auto;
padding:4px;
width:710px;
height:70px;
}

textarea.inputField_dis_large,textarea.inputField_en_large {
background-color:#FFFFFF;
border:1px solid #D5D5D5;
color:#333333;
font-size:11px;
height:100px;
overflow:auto;
padding:4px;
width:525px;
}
input.inputField_dis_mid_large,input.inputField_en_mid_large {
background-color:#FFFFFF;
border:1px solid #D5D5D5;
color:#333333;
font-size:11px;
overflow:auto;
padding:4px;
width:80px;
}
/*---------------------------------------------
Several input fields
---------------------------------------------*/
/*
  Small inputfields
*/
input.inputField_dis_small,input.inputField_en_small {
  width: 22px;
  text-align: center;
}
/*
  Middle sized inputfields
*/
input.inputField_dis_mid,input.inputField_en_mid {
  width: 68px;
}
/*
  Board Search
*/
input.inputFieldFsearch_dis,input.inputFieldFsearch_en {
  width: 180px;
}
/*
  Calendar admin
*/
input.inputFieldKal_dis,input.inputFieldKal_en {
  width: 240px;
}

textarea.inputFieldKalDesc_dis,textarea.inputFieldKalDesc_en {
  overflow: Auto;
  width: 240px;
  height: 100px;
}
/*
  Edit profile fields
*/
input.inputField_dis_profil,input.inputField_en_profil,
textarea.inputField_dis_profil,textarea.inputField_en_profil {
  width: 200px;
}
/*
  Gallery Admin
*/
textarea.inputField_dis,textarea.inputField_en {
  overflow: Auto;
  height: 100px;
}

/*
  Newsletter textarea
*/
textarea.inputField_dis_nletter,textarea.inputField_en_nletter {
  width: 90%;
  height: 200px;
  overflow: Auto;
}
/*---------------------------------------------
Atrributes of (submit)buttons
---------------------------------------------*/
input.submit {
background-color:#FFFFFF;
border:1px solid #DCDCDC;
color:#555555;
cursor:pointer;
font-weight:bold;
margin:0;
padding:5px 10px;
}
input.submit:hover {
  background-image: url(../images/submit_hover.jpg);
}
/*IE Hack*/
*+html input.submit { overflow: visible; }
* html input.submit { overflow: visible; }
/*####################################
  These sheets shouldn`t be edited
####################################*/
input.checkbox,input#loginCheckbox {
  border:0px;
  cursor: pointer;
}

.emph,.msg {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  padding: 2px; z-index: 9999999;
}

.msg * { color: #000 }
.msg a:link, .msg a:visited { color: #000 }

td.middle,div.middle {
  vertical-align: middle;
  text-align: center;
}


/*####################################
  DZCP 1.4 Styles
####################################*/
/*---------------------------------------------
  WYSIWYG-Editor
---------------------------------------------*/
textarea.editorStyle,
textarea.editorStyleWord,
textarea.editorStyleMini,
textarea.editorStyleNewsletter {
  overflow: auto;
  width: 710px;
  height: 200px;
}
textarea.editorStyleWord {
  height: 270px;
}
textarea.editorStyleMini {
  width: 90%; height: 100px;
}

/*
  shouldn`t be edited
*/

div.clipMore {
  border-top: 1px dashed #BBB;
  border-bottom: 1px dashed #BBB;
  padding: 2px;
}

p {
  margin: 0px;
  padding: 0px;
  font-size:11px;
}

i {
  margin: 0px;
  padding: 0px;
  font-size:11px;
}

div#previewDIV {
  margin-top: 9px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/*---------------------------------------------
  JS Infolayer
---------------------------------------------*/
div#infoDiv {
  z-index: 100;
  position: absolute;
  display: none;
  -moz-opacity: 0.80;
}
div#infoInnerLayer {
  border: 1px solid #e5e5e5;
}

div#infoInnerLayer td {
  padding: 2px;
}

div#infoDiv {
  min-width: 250px; width: 250px;
/*
  width: auto !important;
  width: 280px;
*/
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

div#hDiv {
  min-width: 250px; width: 250px;
  position: absolute; z-index: 9;
  top: 0; left: 0;
}

iframe#ieFix {
  position: absolute; z-index:0;
  top: 0; left: 0;
}

td.infoTop {
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}

/*---------------------------------------------
  Syntax Highlighting (PHP)
---------------------------------------------*/
.codeHead {
  background-color: #20262b;
  border: 1px solid #000;
  padding: 2px;
}

.code,.codeHead  {
  width: 470px;
  max-height: 200px;
  background-color: #FFF;
  border: 1px solid #000;
  padding: 0px;
  overflow:auto;
}

.codeHead {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #000;
  font-weight: bold;
  border-bottom: 0px;
  background-color: #DDD;
}

.codeLines {
  width: 1%;
  color: #000;
  background-color: #DDD;
  border-right: 1px solid #000;
}
.codeContent,.codeContent *,.codeLines {
  padding: 0px;
  padding-left: 4px;
  padding-right: 2px;
  font-family: "Courier New", Verdana, Arial;
  font-size: 11px;
}
.codeContent * {
  padding:0px;
}
/*---------------------------------------------
  Colors of highlighting
---------------------------------------------*/
td.codeContent .string { color: #800; }
td.codeContent .comment { color: #C0C0C0; }
td.codeContent .keyword { color: #000; font-weight:bold; }
td.codeContent .bg { background: #DDD; }
td.codeContent .default { color: #000080; }
td.codeContent .html { color : #880; }
/*---------------------------------------------
  Resized Image Text (resized to...)
---------------------------------------------*/
span.resized {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}

/*---------------------------------------------
Navigation: Teamswitcher
---------------------------------------------*/
select.teamswitch {
  width: 160px;
  color: #000;
  font-size: 97%;
  background-color: #FFF;
  border: 1px #000 solid;
}

/*---------------------------------------------
Attributes of all icons (flags/email/hp/teamspeak,etc)
---------------------------------------------*/
img.icon,img.helpicon,img.tsicon {
  vertical-align: text-top;
}
/*
  helpicon
*/
img.helpicon { cursor: help; }
/*
  Teamspeak icons
*/
img.tsicon {
  margin: 1px;
}
/*---------------------------------------------
Board Quotes
---------------------------------------------*/
.quote {
background-color:#FFFFFF;
background-image:url(../../../images/quote.gif);
background-repeat:no-repeat;
border:1px solid #D3D3D3;
color:#333333;
margin:auto;
padding:10px 10px 10px 15px;
width:90%;
}
.quote b, .quote a {
  font-size: 11px;
  color: #333;
}

/*---------------------------------------------
Adminmenu
---------------------------------------------*/
.adminBarInner,.adminBarInnerOver {
  text-align: center;
	text-decoration: none;
  margin: 0px;
	padding: 2px;
}
.adminBarInnerOver {

}

.adminBarOuter,.adminBarOuterOver {
	text-decoration : none;
	border: 1px solid #e5e5e5;
}

.adminMenuInner,.adminMenuInnerOver {
	margin: 3px 0 0 22px;
}

.adminMenuOuter,.adminMenuOuterOver {
	text-decoration : none;
	border: 1px solid #e5e5e5;
	padding: 0;
  background-repeat: no-repeat;
  background-position: 2px 50%;
}

.adminMenuInnerOver,.adminMenuOuterOver  {

}

/**************
  Search form
**************/
fieldset.search {
  border: 1px solid #e5e5e5;
}

legend.search {
  margin: 0;
  padding: 0;
  color: #444;
}

ul.search {
  height: 200px;
  overflow: auto;
  width: 100%;
  border: 1px solid #e5e5e5;
}

ul.search {
  background: #FFF;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

ul.search li {
  margin: 0;
  padding: 0;
}

label.search, label.searchKat {
  display: block;
  text-align: left;
  background-color: #FFF; color: #444;
  margin: 0; padding: 0;
  width: 100%;
}

label.search:hover {
  background-color: #e5e5e5;
}

label.searchKat {
  background-color: #e5e5e5;
  font-weight: bold;
}

td.searchHead {
  border-bottom: 1px solid #e5e5e5;
}

input.chksearch {
  margin: 2px;
  border:0px;
  cursor: pointer;
}

.highlightSearchTarget {
  padding: 2px;
  color: #000;
  background-color: #FEFECE;
}

/**************
  Glossar
**************/
a.glossar:link,a.glossar:visited,a.glossar:hover,a.glossar:active {
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dashed;
}

/**************
  Membermap
**************/
div#memberMap {
  width: 100%;
  height: 805px;
}
div#memberMapInner {
  width: 180px;
  margin: auto;
  line-height: 180%;
  text-align: left;
  padding: 3px;
}

/*####################################
  TEMPLATE SPECIFIC STYLES
####################################*/
#time {
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
td.nautor a:link,td.nautor a:visited,td.nautor a:hover,td.nautor a:active { color: #FFF; }


/**************
  Permission Table
**************/
div.permissions input.checkbox {
  float: left; margin: 1px 2px;
}

div.permissions label {
  display: block; float: left; clear: right;
  width: 45%;
  text-align: left;
}

div.permissions br {
  clear: both;
  height: 0; line-height: 0; font-size: 0;
}

/**************
  Lightbox
**************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 26px; 
	float: right;
	padding-bottom: 15px;	
}

/**************
  Newsticker
**************/
div#ticker {
  position: absolute;
  top: 158px; left: 485px;
  width: 512px;
  overflow: hidden;
  padding: 0; text-align: center;
}

div#ticker,
div#ticker div.scrollDiv,
div#ticker div.scrollDiv td {
  white-space: nowrap;
}

div#ticker a:link,
div#ticker a:visited {
  color: #FFF;
}

div#ticker a:hover,
div#ticker a:active {
  color: red;
}

/**************
  globale Suche
**************/
#searchpanel {
  background:url(../images/layout/021.png) no-repeat;
  border:medium none;
  color:#656464;
  height:16px;
  margin-top:3px;
  padding:3px 14px 5px 9px;
  width:81px;
}
* html #searchpanel { margin: -1px 0 }
*+html #searchpanel { margin: -1px 0 }

input.searchSubmit {
  padding-bottom: 1px; height: 15px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #FFF;
  background-image: url(../images/submit.jpg);
  border: 1px solid #5F5F5F;
  color: #000;
  cursor: pointer;
}
input.searchSubmit:hover {
  background-image: url(../images/submit_hover.jpg);
}
/*IE Hack*/
*+html input.searchSubmit { overflow: visible; }
* html input.searchSubmit { overflow: visible; }

/****************************************/

img.border {
  border: 1px solid #dddddb;
}

/****************************************/

/****************************
Template Related INP- Styles
****************************/
.xcheckbox {
  background: url(../images/layout/checkbox.png) no-repeat;
  bottom:3px;
  clear:left;
  display:block;
  float:left;
  height:25px;
  padding:0 5px 0 0;
  position:relative;
  width:19px;
}
/****************************
Template Related Styles
****************************/ 
#page {
  margin: auto;
  width: 1022px;
  min-height:1000px;
}

#header {
  background:#1c1c1c url(../images/layout/001.png) no-repeat;
  width: 1022px;
  height:159px;
}
#language {
  float:right;
  margin-top:5px;
}
#adbanner {
  background:url(../images/layout/056.png) no-repeat;
  float:right;
  height:68px;
  margin-top:30px;
  width:476px;
}

#welcometext {
color:#555555;
float:right;
font-size:11px;
margin-right:6px;
margin-top:26px;
width:510px;
}

#welcometext > strong{
  color:#399cd6;
}

span.clock {
  text-align:right;
  font-family: Tahoma;
  color:#545454;
  font-size:11px;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
span.clockbold {
  font-family: Tahoma;
  font-weight:bold;
  color:#545454;
  font-size:11px;
  text-decoration:none;
  border-bottom:1px dotted #545454;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

#navigationbackground {
  background:url(../images/layout/005.png) no-repeat;
  width: 1022px;
  height: 46px;
}

#subnavigationbackground {
  background:url(../images/layout/006.png) no-repeat;
  width: 1022px;
  height: 24px;
}
#sponsors {
  background:url(../images/layout/007.png) no-repeat;
  width: 1022px;
  height:118px;
}
.stepcarousel{
  border:medium none;
  height:100px;
  overflow:hidden;
  position:relative;
  width:928px;
  left:52px;
}
.stepcarousel .belt{
  position: absolute; /*leave this value alone*/
  left: 0;
  top: 0;
}
.stepcarousel .panel{
  float: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 0px; /*margin around each panel*/
  position:relative;
  top:22px;
}
#loginbackground {
  background:url(../images/layout/010.png) no-repeat;
  width: 1022px;
  height:32px;
}
#login {
  width:620px;
  margin-left:20px;
  padding-top:2px;
  float:left;
  padding-top /*\**/: 1px\9;
}
#counter {
  width:640px;
  padding-top:10px;
  float:right;
}
span.counter {
  bottom:1px;
  color:#797979;
  font-size:8px;
  margin-left:4px;
  margin-right:8px;
  position:relative;
}
#quicksearch {
  float:right;
}
#spacer {
  height:5px;	
}
#maincontent {
  background:url(../images/layout/022.png) repeat-y;
  width:1022px;
  float:left;
  height:auto;
}
#infocommunitypanel {
  float:left;
  width:740px;
  height:221px;	
}
#videoplayerpanel {
  float:right;
  width:282px;
  height:221px;  	
}
#infopanel {
  float:left;
  width:372px;
  height:221px;	
  background:url(../images/layout/024.png) no-repeat;
}

#communitypanel{
  float:right;
  width:368px;
  height:221px;	
  background:url(../images/layout/025.png) no-repeat;
}
#videoplayer{
  width:282px;
  height:221px; 
  background:url(../images/layout/026.png) no-repeat;
}
span.headlines {
  color:#6B6B6B;
  font-family:tahoma;
  font-size:10px;
  font-weight:normal;
}
span.headlines_ncw {
  color:#6B6B6B;
  font-family:tahoma;
  font-size:10px;
  font-weight:normal;
  margin-right: 11px;
  position:relative;
  top:1px;
  margin-right /*\**/: 5px\9;
}

#videoplayer_top {
  width:282px;
  height:37px;	
}
#videoplayer_content {
  width:282px;
  height:184px;	
  overflow:auto;
}
#clear {
  clear:both;	
}
#indexcontent {
  margin-left:6px;
  margin-top:2px;
  float:left;
  width:734px;
  min-height:500px;
}
#teampanel {
  background:url(../images/layout/035.png) no-repeat;
  float:right;
  width:282px;
  height:219px;
}
#matchupdisplay {
  background:url(../images/layout/028.png) no-repeat;
  float:right;
  width:282px;
  height:220px;
}
#userdisplay {
  background:url(../images/layout/036.png) no-repeat;
  float:right;
  width:282px;
  height:219px;
}
#featuredcontent {
  background:url(../images/layout/051.png) no-repeat;
  float:right;
  width:282px;
  height:221px;
}
#toppanel {
  color:#c9c9c9;
  font-family:Calibri,"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
  font-size:0.8em;
  font-weight:normal;
  text-transform:uppercase;
  margin-top:1px;
}
#linkpanel_a {
  float:right;
  margin-right:0px;
  margin-top:7px;	
}
#linkpanel_b {
  float:right;
  margin-right:0px;
  margin-top:8px;	
}
#linkpanel_c {
  float:right;
  margin-right:0px;
  margin-top:12px;	
}
#linkpanel_d {
  float:right;
  margin-right:0px;
  margin-top:4px;	
}
#linkpanel_e {
  float:right;
  margin-right:0px;
  margin-top:6px;	
}
.ftopickat {
  color:#c9c9c9;
  font-family:Calibri,"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
  font-size:0.8em;
  font-weight:normal;
  text-transform:uppercase;
  margin-left:0px;
  float:left;
}
div#teampanelswitch {
  background-color:transparent;
  left:3px;
  padding-top:0;
  position:relative;
  right:0;
  text-align:right;
  margin-top:15px;
  width:263px;	
  margin-bottom:18px;
}
div#newspanel {
  background:url(../images/layout/045.png) no-repeat;
  width:734px;
  height:35px;	
  margin-bottom:1px;
}
div#newspanel_katswitch {
  width:734px;
  margin-bottom:1px;
}
div#newspanel_switch {
  text-align:right;
  margin-right:6px;
  margin-top:10px;	
}
select.newskatdropdown {
  background-color:#FFFFFF;
  border:1px solid #E4E4E4;
  bottom:26px;
  color:#A2A2A2;
  float:right;
  font-size:10px;
  font-weight:bold;
  margin-right:6px;
  position:relative;
}
td.newstop {
  background:url(../images/layout/046.png) repeat-x;
  border-top:0px none;
  border-left:1px solid #e5e5e5;  
  border-right:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
}
span.fontNewsHeadline {
  color:#4479A7;
  font-size:12px;
  font-weight:bold;
  margin-left:0;
  position:relative;
  top:0;
}
span.fontNewsSubHeadline {
  bottom:1px;
  margin-left:0;
  position:relative;
}
td.newsbottom {
  background:url(../images/layout/047.png) repeat-x;
}
div#flashheader {
  width:490px;
  height:159px;
  float:left;	
}
div#footer {
  background:url(../images/layout/058.png) no-repeat;
  width:1022px;
  height:80px;  	
}
div#footer_clanname {
  color:#999999;
  float:left;
  font-size:10px;
  font-weight:bold;
  left:25px;
  position:relative;
  top:18px;
  width:300px;
}
div#footer_links {
  float:right;
  margin-right:15px;
  margin-top:32px;
}
div#communityjoinbanner {
 position:absolute;
 top:0;
 left:0;
 float:left	
}
/****************************
Template Related IMG- Styles
****************************/ 
img.nav {
  height: 46px;
  border: none; 
  float: left; 
  margin: none;
}
img.switchnav_news, img.switchnav_artikel, img.switchnav_dl, img.switchnav_topics, img.switchnav_vote, img.switchnav_kal, img.switchnav_events {
  height: 17px;
  border: none; 
  /*float: left;*/ 
  margin: none;
  -moz-user-select:none;
}
img.videosubmit {
  float:right;
  margin-top:18px;
  margin-right:16px;	
}
img.linkpanel_a {
  position:relative;
  top:1px;
  margin-right:3px;
}
img.linkpanel_b {
  margin-left:10px;
  margin-right:10px;
  position:relative;
  top:1px;
}
img.randomgallery {
  border:1px solid #DADADA;
  height:134px;
  margin-left:3px;
  width:264px;
}
img.adbanner {
  margin:4px;	
}
img.loginusernameicon {
  margin-right:3px;
  position:relative;
  top:2px;
  top /*\**/: -6px\9;
}

img.loginpasswordicon {
  margin-right:3px;
  position:relative;
  top:2px;
  top /*\**/: -6px\9;
}

/****************************
Template Related URL- Styles
****************************/ 
.navMainMenu:link,.navMainMenu:visited { 
  color: #8c8c8c; 
  font-family:tahoma;
  font-size:10px;
  font-weight:bold;
  padding-right:4px;
  position:relative;
  top:5px;
  margin-right:15px;
  }
.navMainMenu:hover,.navMainMenu:active { 
  color: #444444; 
}
.navMainMenuSitemap:link,.navMainMenuSitemap:visited { 
  color:#8C8C8C;
  font-family:tahoma;
  font-size:11px;
  font-weight:normal;
  margin-right:15px;
  padding-right:4px;
  position:relative;
  top:4px;
  }
.navMainMenuSitemap:hover,.navMainMenuSitemap:active { 
  color: #444444; 
}
.linkpanel:link, .linkpanel:visited, .linkpanel:hover, .linkpanel:active {
  margin-right:3px;
}
.teampanellink:link, .teampanellink:visited, .teampanellink:hover, .teampanellink:active {
  color:#C9C9C9;
  font-family:Calibri,"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
  font-size:0.8em;
  font-weight:normal;
  margin-top:1px;
  text-transform:uppercase;
  margin-left:8px;
}
.highlightit img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.highlightit:hover img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}