
/*######################################
  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.
---------------------------------------------*/
#preloader {display:none}
#copy {position:absolute;margin:180px 0px 0px 500px;width:400px;text-align:center;color:#444444}
#copy span {font-size:12px;color:#777777}
#copy a    {font-weight:normal}


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: capture,Verdana,Tahoma,Geneva,Arial,Helvetica,Sans-serif;
  font-size: 10px;
  line-height: 120%;
}

/*---------------------------------------------
Set body attributes color and background
---------------------------------------------*/
html,body {
  color: #c9c9c9;
}
/*---------------------------------------------
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 : #6fb800;
	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: #ffffff; font-weight: bold;
  text-decoration: none;
}
a:hover {
  color:#65e308;
}

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: #FFF;
  border-bottom: 1px solid #000;
  margin: 0px;
  width: 100%;
  text-align: center;
}

table.subPersInfos {
  text-align: center;
}

span.fontBoldPersInfos {
  font-weight: bold;
}

table.persInfo td, table.persInfo span {
  color: #000;
}
/*---------------------------------------------
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%;;
  padding: 0px;
  margin: 0px; margin-top: 15px;
  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.loginPwd_dis,input.loginName_en,input.loginPwd_en,input.loginSubmit {
  width: 147px; color: #000;
  border: 1px solid #111;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  background-color: #F7F7F7;
  padding: 2px;
}

input.loginName_en,input.loginPwd_en {
  border: 1px solid #000;
  background-color: #FFF;
}

input.loginSubmit {
  width: 60px;
  padding: 1px;
  background-color: #FFF;
  background-image: url(../images/submit.jpg);
  border: 1px solid #5F5F5F;
  color: #000;
  cursor: pointer;
}

input.loginSignUp:hover {
  background-image: url(../images/submit_hover.jpg);
}

input.loginSubmit {
  font-weight: bold;
}

/*---------------------------------------------
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 {
background:#111111;
text-align:justify;line-height:150%;

}

td.navShoutContentSecond {
background:#080808;
text-align:justify;line-height:150%;
}

.shoutborder {border: 1px solid #2c2c2c;margin-top:7px;}
/*---------------------------------------------
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 #353535;
  border-top: 1px solid #353535;
  border-right: 1px solid #353535;
  background-color: #080808;
  color: #ffffff; padding: 1px;
  width: 259px;
}
/*---------------------------------------------
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 {
  margin: 0px;
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  background-image: url(../images/submit.png);
  border: 0px solid #000000;
  color: #000;
  cursor: pointer;
  font-weight: normal;
    width:138px;
  height:27px;
}
input.shoutSubmit:hover {
  background-image: url(../images/submit_hover.png);
}
/*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,td.navTestLeft,td.navLigaLeft {
  width: 2px;
}

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

td.navMainContent,td.navClanContent,td.navServerContent,td.navMiscContent,td.navTestContent,td.navLigaContent {
  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;
}

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

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

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

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



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.navServerStatsContent {
  text-align: center;
}
td.navServerStatsSpace {
  height: 5px;
}

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

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

td.navKalToday {
  border: 1px solid #955428;
}

/*---------------------------------------------
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;
  color: #FFFFFF;
  vertical-align: middle;
}

td.contentHead,td.infoTop {
background:url(../img/line.png) repeat-x;
height:32px;
vertical-align:top;
text-align: middle;
padding:4px 0 0 6px;
color:#FFFFFF;
text-transform: uppercase;
font-size:11px;
font-family: helvetica, tahoma, verdana;
font-weight:bold


}

td.forumHead {
  background: url(../Bilder/forumbg.jpg); 
  text-align: left;
  height: 26px;
  padding: 5px 0px 5px 10px;
  color: #FFF;
  vertical-align: middle;
}

td.contentMainTop,tr.contentMainTop {
  background:transparent;
  vertical-align: top;
}

td.contentMainFirst,
div#infoInnerLayer,

td.commentsRight,

td.error,td.calDay,td.calToday, 
.adminBarInner,.adminBarInnerOver,.adminMenuOuter,.adminMenuOuterOver,
.adminBarOuter,.adminBarOuterOver,.adminMenuInner,.adminMenuInnerOver {
  background:#161515;
}

td.contentMainSecond,
td.commentsLeft,
.adminMenuInnerOver,.adminMenuOuterOver {
  background:transparent);
}

td.contentBottom,td.contentBottomLeft {
  background:transparent; 
  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.newsContent {
  padding: 3px;
}

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 #000;
}

/*---------------------------------------------
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: 4px;
}

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.navCounter:link,a.navCounter:visited,
a.navShoute:link,a.navShoute:visited,
a.navTeam:link,a.navTeam:visited,
a.navServerStats:link,a.navServerStats:visited,
a.navTeamspeak:link,a.navTeamspeak:visited {
  font-weight: normal;
  color: #FFF;
}

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.navCounter:hover,a.navCounter:active,
a.navShoute:hover,a.navShoute:active,
a.navTeam:hover,a.navTeam:active,
a.navServerStats:hover,a.navServerStats:active,
a.navTeamspeak:hover,a.navTeamspeak:active {
  color: #ff0000;
}

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

a.navLastCw:link,a.navLastCw:visited,
a.navNextCw:link,a.navNextCw:visited,
a.navLastNews:link,a.navLastNews:visited,
a.navFtopics:link,a.navFtopics:visited {
  padding: 2px 6px; padding-bottom: 4px;
  display: block;
}

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: #ff0000;
  font-weight: bold;
}

/* Navigation */

a.navMain:link,a.navMain:visited,
a.navClan:link,a.navClan:visited,
a.navServer:link,a.navServer:visited,
a.navCommunity:link,a.navCommunity:visited,
a.navTest:link,a.navTest:visited,
a.navLigat:link,a.navLiga:visited,
a.navMisc:link,a.navMisc:visited {
  color: #fff;
  padding: 4px; padding-left: 7px;
  display: block;
  text-align: left;
}
a.navMain:hover,a.navMain:active,
a.navClan:hover,a.navClan:active,
a.navServer:hover,a.navServer:active,
a.navCommunity:hover,a.navCommunity:active,
a.navTest:hover,a.navTest:active,
a.navLiga:hover,a.navLiga:active,
a.navMisc:hover,a.navMisc:active {
  color: #65e308;
  background-image: url(../images/nav_bg_hover.jpg);
}

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

/*---------------------------------------------
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: #e50000;
}

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

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

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

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: #17D427;
}

span.navCwDraw,span.CwDraw {
  color: #DBD004;
}

span.navCwLost,span.CwLost {
  color: #e50000;
}

/*---------------------------------------------
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 #949494;padding:1px;
  background-image: url('../../../images/vote_bg.gif');
}
/*---------------------------------------------
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: #000;
  font-size: 97%;
  background-color: #FFF;
  border: 1px #000 solid;
}
/*---------------------------------------------
Dropdownmenus -> Categories
---------------------------------------------*/
option.dropdownKat {
  color: #000;
  font-size: 97%;
  font-weight: bold;
  background-color: #dbdbdb;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
/*---------------------------------------------
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 {
  border: 1px solid #111;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  background-color: #F7F7F7;
  color: #000;
  padding:1px;
  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: #FFF;
   border: 1px solid #000;
}
/*---------------------------------------------
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 {
  margin: 0px;
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  background-image: url(../images/submit.png);
  border: 0px solid #000000;
  color: #000;
  cursor: pointer;
  font-weight: normal;
    width:138px;
  height:27px;
}
input.submit:hover {
  background-image: url(../images/submit_hover.png);
}
/*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: 650px;
  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;
}

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 #000;
}

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 #000;
}

/*---------------------------------------------
  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: middle;
}
/*
  helpicon
*/
img.helpicon { cursor: help; }
/*
  Teamspeak icons
*/
img.tsicon {
  margin: 1px;
}
/*---------------------------------------------
Board Quotes
---------------------------------------------*/
.quote {
  width: 95%;
  margin: auto;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 2px;
  background-color: #FFF;
  background-image: url(../../../images/quote.gif);
  background-repeat: no-repeat;
  color: #000;
}
.quote b, .quote a {
  font-size: 11px;
  color: #000;
}

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

}

.adminBarOuter,.adminBarOuterOver {
	text-decoration : none;
	border: 1px solid #353535;
	z-index: 1000;
}

.adminMenuInner,.adminMenuInnerOver {
	margin: 3px 0 0 22px;
	z-index: 1000;
}

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

.adminMenuInnerOver,.adminMenuOuterOver  {

}

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

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

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

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: #000;
  margin: 0; padding: 0;
  width: 100%;
}

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

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

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

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: 600px;
}
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;
	z-index: 1000;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	z-index: 1000;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	z-index: 1000;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: 1000;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}
#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;
	z-index: 1000;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	z-index: 1000;
}
#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;
	z-index: 1000;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666;
	z-index: 1000; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left;
	z-index: 1000; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	z-index: 1000;	
}			
#lightbox-secNav-btnClose {
	width: 26px; 
	float: right;
	padding-bottom: 15px;
	z-index: 1000;	
}

/**************
  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 {
  width: 150px;
  border: 1px solid #111;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  background-color: #F7F7F7;
  color: #000;
  padding: 1px;
}
* 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 #777;
}

body                       {background:url(../img/bg.jpg) repeat-x #000000;margin:0px}
#header                    {background:url(../img/header.jpg);width:1237px;height:240px;text-align:left;}
#page                      {width:1188px;margin:0px 0px 0px -8px}
#left                      {width:911px;background:url(../img/nbg.png);text-align:left}
#right                     {width:277px;text-align:left}

#slideshow                 {width:563px;height:206px;background:url(../img/slideshow.jpg);text-align:left}
#player1                    {width:348px;height:206px;background:url(../img/player.jpg);position:absolute;margin:0px 0px 0px 563px}

#main                      {position:absolute;margin:-83px 0px 0px 32px}
#clan                      {position:absolute;margin:-83px 0px 0px 22px}
#misc                      {position:absolute;margin:-83px 0px 0px -133px}
#server                    {position:absolute;margin:-83px 0px 0px 147px}
#nav_test                  {position:absolute;margin:-83px 0px 0px -8px}
#liga                      {position:absolute;margin:-83px 0px 0px -18px}
#contact                   {position:absolute;margin:-83px 0px 0px -28px}
#download                  {position:absolute;margin:-83px 0px 0px -38px}

#n_main                    {position:absolute;margin:-83px 0px 0px 32px}
#n_clan                    {position:absolute;margin:-83px 0px 0px 22px}
#n_misc                    {position:absolute;margin:-83px 0px 0px -133px}
#n_server                  {position:absolute;margin:-83px 0px 0px 147px}
#n_nav_test                {position:absolute;margin:-83px 0px 0px -8px}
#n_liga                    {position:absolute;margin:-83px 0px 0px -18px}
#n_contact                 {position:absolute;margin:-83px 0px 0px -28px}
#n_download                {position:absolute;margin:-83px 0px 0px -38px}

#fb-root                   {position:absolute;margin: 0px 0px 0px 20px}
#FBlike                    {width:120px;position:absolute;margin: 10px 0px 0px 1100px;z-index:999}
#FBbutton                  {position:absolute;margin: 10px 0px 0px 261px;z-index:999}
#YTbutton                  {position:absolute;margin: 10px 0px 0px 291px;z-index:999}
#TWbutton                  {position:absolute;margin: 10px 0px 0px 321px;z-index:999}
#RSSbutton                 {position:absolute;margin: 10px 0px 0px 351px;z-index:999}

#imprint                   {position:absolute;margin: 25px 0px 0px 205px;z-index:999}
#management                {position:absolute;margin: 25px 0px 0px 40px;z-index:999}
#awards                    {position:absolute;margin: 25px 0px 0px 140px;z-index:999}

#video1                    {position:absolute;margin: 40px 0px 0px -322px}
#video2                    {position:absolute;margin: 40px 0px 0px -30px}
#video3                    {position:absolute;margin: 40px 0px 0px 272px}
#serverbrowser             {position:absolute;margin: 220px 0px 0px -350px}
#s1                        {position:absolute;margin: 285px 0px 0px -350px}
#s2                        {position:absolute;margin: 305px 0px 0px -350px}
#s3                        {position:absolute;margin: 325px 0px 0px -350px}
#s4                        {position:absolute;margin: 345px 0px 0px -350px}
#s5                        {position:absolute;margin: 363px 0px 0px -350px}
#s6                        {position:absolute;margin: 380px 0px 0px -350px}
#s7                        {position:absolute;margin: 400px 0px 0px -350px}
#s8                        {position:absolute;margin: 420px 0px 0px -350px}

#name                      {width:146px;height:146px;background:url(../img/name.png);position:absolute;margin:50px 0px 0px 54px}
#header table              {width:1160px;position:absolute;margin:288px 0px 0px 43px;}
#header table tr td        {text-align:center}
#header table tr td a      {display:block;padding:10px;text-transform: uppercase; font-family: helvetica, Verdana;font-size:11px;text-shadow: 1px 1px #000;}

#login                     {position:absolute;margin:0px 0px 0px 338px;background:url(../img/loginbg.png) no-repeat;width:425px;height:39px}
#login .user,
#login .pw                 {width:128px;height:14px;background:transparent;border:0px;padding:4px 3px 3px 25px;color:white;position:absolute;}
#login .user               {margin:10px 0px 0px 45px;}
#login .pw                 {margin:10px 0px 0px 213px;}
#login .go                 {width:35px;height:33px;background:transparent;border: 0px;outline:0px;position:absolute;margin:4px 0px 0px 378px;cursor:pointer}
#login .go:hover           {background:url(../img/gohover.png)}
#login div                 {position:absolute;margin:38px 0px 0px 160px;width:300px;color:#a5a5a5}
#login div a               {font-weight:normal;font-family:tahoma;font-size:11px;color:white;}
#login div a:hover         {color:#9ccd35}

#logged                    {position:absolute;margin:60px 0px 0px 57px;width:600px;}
#logged a                  {font-weight:normal;font-size:11px}
#logged a:hover            {color:#f86606}
#counter                   {position:absolute;margin:14px 0px 0px 760px;width:325px;text-align:left;color:white}
#counter span              {color:#9ccd35}

#videoBoxLink object,
#videoBoxLink param,
#videoBoxLink embed,
#videoBoxLink iframe       {width:332px;height:195px;margin:8px 0px 0px 4px;}

#myreel                    {width:537px;height:245px;margin:-7px 0px 0px 22px;}
#myreel img                {width:537px;height:202px;}

#goleft                    {width:30px;height:32px;position:absolute;background:url(../img/goleft.png);display:block;margin: 162px 0px 0px 477px;z-index:999}
#goright                   {width:30px;height:32px;position:absolute;background:url(../img/goright.png);display:block;margin: 162px 0px 0px 515px;z-index:999}
#goleft:hover              {background:url(../img/golefthover.png)}
#goright:hover             {background:url(../img/gorighthover.png)}

#community                 {width:888px;height:325px;background:url(../img/communitycontent.png);text-align:left;margin:0px 0px 0px 18px}
#lforum                    {position:absolute;margin:40px 0px 0px 27px}
#Spenden                   {position:absolute;margin:40px 0px 0px 27px}
.fl                        {width:275px;height:34px;background:url(../img/lf1.png);display:block;padding:5px 0px 0px 36px;font-size:13px;font-family:helvetica,tahoma;color:#A0FF4B !important}
.fl:hover                  {background:url(../img/lf2.png);color:#ffffff !important}
.fl span                   {color:#ffffff;font-family:tahoma,verdana;font-size:10px !important;font-weight:normal;margin-top:-3px;position:absolute}
 
#navVote                   {position:absolute;margin:63px 0px 0px 554px;width:256px;}
a.navVote                  {font-size:14px;font-family:helvetica,tahoma;color: #a0ff4b !important}
#subvote                   {color:#ffffff;font-family:tahoma,verdana;font-size:10px !important;font-weight:normal;}
.vaw                       {position:absolute;color:#ffffff;margin-top:-20px;font-weight:bold}
.prozent                   {position:absolute;width:13px;right:10px;background:url(../img/prozent.png) no-repeat;text-align:right;margin-top:-8px;height:6px;}
.prozent span              {position:absolute;margin:-12px 0px 0px -31px;color:#ffffff;width:35px;text-align:right;}
.navGameServer             {position:absolute;margin:30px 0px 0px 350px;width:188px;height:250px}
.navGameServer .host       {position:absolute;margin:9px 0px 0px 13px;font-size:11px;font-weight:bold;text-shadow: 1px 1px #000;color:white;}
.mappic                    {width:160px;height:120px;}
#server_main               {position:absolute;margin:3px 0px 0px 14px;}
.sbild                     {position:absolute;margin:37px 0px 0px 14px;}
.sinfo                     {position:absolute;margin:169px 0px 0px 16px;color:#838383;font-family:tahoma}
.connect                   {display:block;width:77px;height:25px;position:absolute;margin:194px 0px 0px 100px;background:url(../img/connect.png)}
.connect:hover             {background:url(../img/connect_hover.png)}
#contentbox                {width:879px;margin:10px 0px 0px 22px}

.ntitel                    {background:url(../img/ntitel.png);width:524px;height:64px;margin-top:0px;padding-top:15px;}
.npic                      {margin-left:14px;width:510px}
.ntext                     {margin:5px 0px 0px 14px;text-align:justify;width:510px;line-height:150%;font-size:11px;min-height:190px}
.ntext p                   {text-align:justify;line-height:150%;font-size:11px;}
.ntitel .kat               {margin-left:0px;color:#098000;font-family:helvetica, verdana;font-size:0px;font-weight:bold}
.ntitel .fontBold          {text-transform: uppercase;margin-left:26px;line-height:22px;color: #ffffff;font-family:helvetica, verdana;font-size:16px}
.ntitel .sub               {margin:8px 0px 0px 26px;color:#c9c9c9;}
.ntitel .sub img           {display:none}
.ntitel .sub a             {color:#A0FF4B;font-weight:normal;}
.ntitel .sub a:hover       {color: #FFFFFF;}
.ntitel .sub span          {position:absolute;text-align:right;width:150px;margin:0px 0px 0px 334px;font-weight:bold}

#lnewssmall                {position:absolute;margin:11px 0px 0px 538px;}
.lnsm                      {width:334px;height:126px;background:url(../img/lnews.png);}
.lnsm .tit                 {margin-left:8px;text-transform: uppercase;color: #a0ff4b;line-height:39px;font-family:helvetica, verdana;font-size:10px}
.lnsm .kat                 {position:absolute;margin:12px 0px 0px 228px;color:#c9c9c9;font-family:helvetica, verdana;font-size:11px;font-weight:bold;width:100px;text-align:right}
.lnsm .nsmallpic           {position:absolute;margin:32px 0px 0px 6px;width:81px;height:53px;background-position:-7px 0px;}
.lnsm .smtext              {color:#c9c9c9;position:absolute;margin:32px 0px 0px 88px;width:240px;text-align:justify;line-height:150%;font-size:11px;}
.lnsm .smkom               {color:#c9c9c9;position:absolute;margin:93px 0px 0px 13px;width:240px;}
.lnsm .smkom a             {color:#A0FF4B;font-weight:normal;}
.lnsm .smkom a:hover       {color: #FFFFFF;}
.lnsm .smmore              {position:absolute;margin:93px 0px 0px 248px;font-size:11px;}

.text .more                {color:#f86606;line-height:150%;font-size:11px;}
.text .more:hover          {color:#985427}


#artgal                    {background:url(../img/artgal.png);width:861px;height:472px;margin:0px 0px 0px 0px}
#randomarea                {position:absolute;padding-top:4px;}

.randompicA                {width:147px;height:120px;position:absolute;margin: 20px 0px 0px -340px}
.randompicB                {width:147px;height:120px;position:absolute;margin: 20px 0px 0px -185px}
.randompicC                {width:147px;height:120px;position:absolute;margin: 148px 0px 0px -340px}
.randompicD                {width:147px;height:120px;position:absolute;margin: 148px 0px 0px -185px}
#randomarea .kat           {margin-left:26px;color:#c9c9c9;font-family:helvetica, verdana;font-size:0px;font-weight:bold}
#randomarea .fontBold      {margin-left:26px;line-height:18px;color: #a0ff4b;font-family:helvetica, verdana;font-size:0px;padding-right:5px;}

#artarea                   {position:absolute;margin:-287px 0px 0px 380px;width:490px;}
#artarea .kat              {margin-left:17px;color:#c9c9c9;font-family:helvetica, verdana;font-size:0px;font-weight:bold}
#artarea .fontBold         {position:relative;margin: 0px 0px 0px 0px;margin-left:0px;line-height:18px;color: #FFFFFF;font-family:helvetica, verdana;font-size:0px;padding-right:5px;}
#artarea .text             {position:absolute;margin:110px 0px 0px 5px;text-align:justify;font-size:11px;width:500px;}
#artarea .text p           {text-align:justify;line-height:150%;font-size:10px;}
#artarea .lamore           {background:transparent;position:absolute;margin:0px 20px 20px 0px;font-size:11px;}

#artarea .lamore:hover     {color:#a0ff4b}
.artkatpic                 {position:absolute;margin:0px 0px 0px 0px;width:510px;height:107px;}
#footer                    {background:url(../img/footer.jpg);width:1218px;height:233px;text-align:left;margin-left:20px;}


#naviMain                  {width:120px;margin:30px 0px 0px 40px;padding:0px;list-style:none;position:relative;}
#naviClan                  {width:120px;margin:30px 0px 0px 60px;padding:0px;list-style:none;position:absolute;}
#naviComm                  {color: transparent !important;width:120px;margin:30px 0px 0px 200px;padding:0px;list-style:none;position:absolute;}
#naviMisc                  {width:120px;margin:30px 0px 0px 340px;padding:0px;list-style:none;position:absolute;}
#naviMedi                  {width:120px;margin:30px 0px 0px 480px;padding:0px;list-style:none;position:absolute;}
#naviPart                  {color: transparent !important;width:580px;margin:30px 0px 0px 620px;padding:0px;list-style:none;position:absolute;}

#naviMain li.head,       
#naviClan li.head,  
#naviMisc li.head,  
#naviComm li.head,  
#naviPart li.head,
#naviMedi li.head          {list-style:none;margin:0px 0px 16px -8px;font-weight:bold;font-size:13px;color:#A0FF4B;}

#naviMain li,            
#naviClan li, 
#naviMisc li, 
#naviComm li, 
#naviPart li,
#naviMedi li               {margin:0px 0px 0px 8px;padding:0px;line-height:16px;font-weight:normal;font-size:11px}

#naviMain li a,            
#naviClan li a, 
#naviMisc li a, 
#naviComm li a, 
#naviMedi li a             {font-weight:normal;font-size:11px;color:#cecece}

#naviMain li a:hover,            
#naviClan li a:hover, 
#naviMisc li a:hover, 
#naviComm li a:hover, 
#naviPart li a:hover, 
#naviMedi li a:hover       

a.mainnavi                 {color:white;}
a.mainnavi:hover           

#naviPart li.part          {list-style:none;float:left;margin:0px;padding:0px;}

#tw                        {background:url(../img/wararea.png);width:277px;height:421px;}
#lw                        {position:absolute;margin:107px 0px 0px 0px;width:270px;height:330px;}
#lw:hover                  {color: #a0ff4b}
.lwbox img                 {position:absolute;margin:4px 0px 0px -21px}
.lwbox                     {display:block;height:25px;padding:10px 0px 0px 29px;background:transparent; !important}
.lwbox:hover               {color: #a0ff4b !important}
.lwbox span.lwdate         {background:transparent;font-size:8px;position:absolute;margin:12px 0px 0px 0px;color:#595959}

.lwbox span.CwWon,
.lwbox span.CwLost,
.lwbox span.CwDraw         {position:absolute;margin:5px 0px 0px 182px;width:50px;text-align:right}

#tmbutton                  {display:block;width:45px;height:15px;position:absolute;margin:20px 0px 0px 225px}
#tmbutton:hover            {background:url(../img/show.png);}
.tmpic                     {width:50px;height:50px;position:absolute;margin:62px 0px 0px 14px}
#bericht                   {width:186px;height:50px;position:absolute;margin:62px 0px 0px 77px;line-height:150%;text-align:justify;color:#6d6e6f}

#teamansicht               {background:url(../img/teams.jpg);width:277px;height:216px;}
#teamposition              {position:absolute;margin:52px 0px 0px 0px;width:272px;}
#teamposition img          {margin-top:5px}
.teamname                  {font-size:11px;color:white !important;position:absolute;margin:15px 0px 0px 145px;;width:100px;text-align:center;}
.tal                       {position:absolute;margin:19px 0px 0px 250px;display:block;width:14px;height:21px;background:url(../img/r.png)}
.tarb                      {position:absolute;margin:19px 0px 0px 110px;display:block;width:14px;height:21px;background:url(../img/l.png)}
.tar                       {position:absolute;margin:19px 0px 0px 130px;display:block;width:14px;height:21px;background:url(../img/l.png)}
#cal                       {background:url(../img/cal.jpg);width:277px;height:192px;color:white;}
.calname                   {font-size:11px;color:white !important;position:absolute;margin:23px 0px 0px 125px;;width:123px;text-align:center;font-weight:bold}

#shout                     {background:url(../img/shout.jpg) no-repeat;width:267px;min-height:300px;padding:39px 6px 0px 5px}
.navShout                  {color:#9f9f9f !important}
.navShout:hover            {color: #a0ff4b}




div.n { position: relative;text-align:left }
div.n div {
  position: absolute;
  left: 0; top: 35px;
  width: 132px;
  background-color: #070707;
  -moz-opacity:1.9; opacity:0.9; filter:alpha(opacity=80);
  border: 1px solid #070707;
  display: none;
}
div.n,
div.n * {
  z-index: 1000;
}
.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001;
}
.fb_invisible {
    display: none;
}
.fb_reset {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-spacing: 0;
    color: #000000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}
.fb_link img {
    border: medium none;
}
.fb_dialog {
    background: none repeat scroll 0 0 rgba(82, 82, 82, 0.7);
    position: absolute;
    top: -10000px;
    z-index: 10001;
}
.fb_dialog_advanced {
    border-radius: 8px 8px 8px 8px;
    padding: 10px;
}
.fb_dialog_content {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
}
.fb_dialog_close_icon {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yA/x/IE9JII6Z1Ys.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 15px;
}
.fb_dialog_mobile .fb_dialog_close_icon {
    left: 5px;
    right: auto;
    top: 5px;
}
.fb_dialog_padding {
    background-color: transparent;
    position: absolute;
    width: 1px;
    z-index: -1;
}
.fb_dialog_close_icon:hover {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yA/x/IE9JII6Z1Ys.png") no-repeat scroll 0 -15px transparent;
}
.fb_dialog_close_icon:active {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yA/x/IE9JII6Z1Ys.png") no-repeat scroll 0 -30px transparent;
}
.fb_dialog_loader {
    background-color: #F2F2F2;
    border: 1px solid #606060;
    font-size: 24px;
    padding: 20px;
}
.fb_dialog_top_left, .fb_dialog_top_right, .fb_dialog_bottom_left, .fb_dialog_bottom_right {
    height: 10px;
    overflow: hidden;
    position: absolute;
    width: 10px;
}
.fb_dialog_top_left {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yR/x/8YeTNIlTZjm.png") no-repeat scroll 0 0 transparent;
    left: -10px;
    top: -10px;
}
.fb_dialog_top_right {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yR/x/8YeTNIlTZjm.png") no-repeat scroll 0 -10px transparent;
    right: -10px;
    top: -10px;
}
.fb_dialog_bottom_left {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yR/x/8YeTNIlTZjm.png") no-repeat scroll 0 -20px transparent;
    bottom: -10px;
    left: -10px;
}
.fb_dialog_bottom_right {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yR/x/8YeTNIlTZjm.png") no-repeat scroll 0 -30px transparent;
    bottom: -10px;
    right: -10px;
}
.fb_dialog_vert_left, .fb_dialog_vert_right, .fb_dialog_horiz_top, .fb_dialog_horiz_bottom {
    background: none repeat scroll 0 0 #525252;
    opacity: 0.7;
    position: absolute;
}
.fb_dialog_vert_left, .fb_dialog_vert_right {
    height: 100%;
    width: 10px;
}
.fb_dialog_vert_left {
    margin-left: -10px;
}
.fb_dialog_vert_right {
    margin-right: -10px;
    right: 0;
}
.fb_dialog_horiz_top, .fb_dialog_horiz_bottom {
    height: 10px;
    width: 100%;
}
.fb_dialog_horiz_top {
    margin-top: -10px;
}
.fb_dialog_horiz_bottom {
    bottom: 0;
    margin-bottom: -10px;
}
.fb_dialog_iframe {
    line-height: 0;
}
.fb_dialog_content .dialog_title {
    background: none repeat scroll 0 0 #6D84B4;
    border: 1px solid #3B5998;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.fb_dialog_content .dialog_title > span {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yD/x/Cou7n-nqK52.gif") no-repeat scroll 5px 50% transparent;
    float: left;
    padding: 5px 0 7px 26px;
}
body.fb_hidden {
    height: 100%;
    left: -10000px;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -10000px;
    width: 100%;
}
.fb_dialog.fb_dialog_mobile.loading {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yc/x/3rhSv5V8j3o.gif") no-repeat scroll 50% 50% white;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10001;
}
.fb_dialog.fb_dialog_mobile.loading.centered {
    max-height: 590px;
    max-width: 500px;
    min-height: 590px;
    min-width: 500px;
}
#fb-root #fb_dialog_ipad_overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
    left: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#fb-root #fb_dialog_ipad_overlay.hidden {
    display: none;
}
.fb_dialog.fb_dialog_mobile.loading iframe {
    visibility: hidden;
}
.fb_dialog_content .dialog_header {
    border-bottom: 1px solid #1D4088;
    border-color: #1D4088;
    color: #FFFFFF;
    font: bold 14px Helvetica,sans-serif;
    text-overflow: ellipsis;
    text-shadow: 0 -1px 0 rgba(0, 30, 84, 0.298);
    vertical-align: middle;
    white-space: nowrap;
}
.fb_dialog_content .dialog_header table {
    height: 43px;
    width: 100%;
}
.fb_dialog_content .dialog_header td.header_left {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
    width: 60px;
}
.fb_dialog_content .dialog_header td.header_right {
    font-size: 12px;
    padding-right: 5px;
    vertical-align: middle;
    width: 60px;
}
.fb_dialog_content .touchable_button {
    border: 1px solid #29447E;
    display: inline-block;
    line-height: 18px;
    margin-top: 3px;
    max-width: 85px;
    padding: 4px 12px;
    position: relative;
}
.fb_dialog_content .dialog_header .touchable_button input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font: bold 12px Helvetica,sans-serif;
    margin: 2px -12px;
    padding: 2px 6px 3px;
    text-shadow: 0 -1px 0 rgba(0, 30, 84, 0.298);
}
.fb_dialog_content .dialog_header .header_center {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}
.fb_dialog_content .dialog_content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yJ/x/jKEcVPZFk-2.gif") no-repeat scroll 50% 50% transparent;
    border-color: -moz-use-text-color #555555;
    border-image: none;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    border-style: none solid;
    border-width: 0 1px;
    height: 150px;
}
.fb_dialog_content .dialog_footer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F2F2F2;
    border-color: #CCCCCC #555555 #555555;
    border-image: none;
    border-right: 1px solid #555555;
    border-style: solid;
    border-width: 1px;
    height: 40px;
}
#fb_dialog_loader_close {
    float: left;
}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
    text-shadow: 0 -1px 0 rgba(0, 30, 84, 0.298);
}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
    visibility: hidden;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
.fb_iframe_widget iframe {
    position: absolute;
}
.fb_iframe_widget_lift {
    z-index: 1;
}
.fb_iframe_widget span {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: justify;
    vertical-align: text-bottom;
}
.fb_edge_widget_with_comment span {
    overflow: visible;
}
.fb_hide_iframes iframe {
    left: -10000px;
    position: relative;
}
.fb_iframe_widget_loader {
    display: inline-block;
    position: relative;
}
.fb_iframe_widget_fluid {
    display: inline;
}
.fb_iframe_widget_fluid span {
    width: 100%;
}
.fb_iframe_widget_loader iframe {
    min-height: 32px;
    z-index: 2;
}
.fb_iframe_widget_loader .FB_Loader {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yJ/x/jKEcVPZFk-2.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px;
    z-index: 4;
}
.fb_button_simple, .fb_button_simple_rtl {
    background-image: url("http://static.ak.fbcdn.net/rsrc.php/v2/yH/x/eIpbnVKI9lR.png");
    background-repeat: no-repeat;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
.fb_button_simple_rtl {
    background-position: right 0;
}
.fb_button_simple .fb_button_text {
    margin: 0 0 0 20px;
    padding-bottom: 1px;
}
.fb_button_simple_rtl .fb_button_text {
    margin: 0 10px 0 0;
}
a.fb_button_simple:hover .fb_button_text, a.fb_button_simple_rtl:hover .fb_button_text, .fb_button_simple:hover .fb_button_text, .fb_button_simple_rtl:hover .fb_button_text {
    text-decoration: underline;
}
.fb_button, .fb_button_rtl {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yl/x/FGFbc80dUKj.png") no-repeat scroll 0 0 #29447E;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 0 0 0 1px;
    text-decoration: none;
}
.fb_button .fb_button_text, .fb_button_rtl .fb_button_text {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v2/yl/x/FGFbc80dUKj.png") repeat scroll 0 0 #5F78AB;
    border-bottom: 1px solid #1A356E;
    border-top: 1px solid #879AC0;
    color: #FFFFFF;
    display: block;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    margin: 1px 1px 0 21px;
    padding: 2px 6px 3px;
    text-shadow: none;
}
a.fb_button, a.fb_button_rtl, .fb_button, .fb_button_rtl {
    text-decoration: none;
}
a.fb_button:active .fb_button_text, a.fb_button_rtl:active .fb_button_text, .fb_button:active .fb_button_text, .fb_button_rtl:active .fb_button_text {
    background: none repeat scroll 0 0 #4F6AA3;
    border-bottom: 1px solid #29447E;
    border-top: 1px solid #45619D;
    text-shadow: none;
}
.fb_button_xlarge, .fb_button_xlarge_rtl {
    background-position: left -60px;
    font-size: 24px;
    line-height: 30px;
}
.fb_button_xlarge .fb_button_text {
    margin-left: 38px;
    padding: 3px 8px 3px 12px;
}
a.fb_button_xlarge:active {
    background-position: left -99px;
}
.fb_button_xlarge_rtl {
    background-position: right -268px;
}
.fb_button_xlarge_rtl .fb_button_text {
    margin-right: 39px;
    padding: 3px 8px 3px 12px;
}
a.fb_button_xlarge_rtl:active {
    background-position: right -307px;
}
.fb_button_large, .fb_button_large_rtl {
    background-position: left -138px;
    font-size: 13px;
    line-height: 16px;
}
.fb_button_large .fb_button_text {
    margin-left: 24px;
    padding: 2px 6px 4px;
}
a.fb_button_large:active {
    background-position: left -163px;
}
.fb_button_large_rtl {
    background-position: right -346px;
}
.fb_button_large_rtl .fb_button_text {
    margin-right: 25px;
}
a.fb_button_large_rtl:active {
    background-position: right -371px;
}
.fb_button_medium, .fb_button_medium_rtl {
    background-position: left -188px;
    font-size: 11px;
    line-height: 14px;
}
a.fb_button_medium:active {
    background-position: left -210px;
}
.fb_button_medium_rtl {
    background-position: right -396px;
}
.fb_button_text_rtl, .fb_button_medium_rtl .fb_button_text {
    margin-right: 22px;
    padding: 2px 6px 3px;
}
a.fb_button_medium_rtl:active {
    background-position: right -418px;
}
.fb_button_small, .fb_button_small_rtl {
    background-position: left -232px;
    font-size: 10px;
    line-height: 10px;
}
.fb_button_small .fb_button_text {
    margin-left: 17px;
    padding: 2px 6px 3px;
}
a.fb_button_small:active, .fb_button_small:active {
    background-position: left -250px;
}
.fb_button_small_rtl {
    background-position: right -440px;
}
.fb_button_small_rtl .fb_button_text {
    margin-right: 18px;
    padding: 2px 6px;
}
a.fb_button_small_rtl:active {
    background-position: right -458px;
}
.fb_share_count_wrapper {
    float: left;
    position: relative;
}
.fb_share_count {
    background: none repeat scroll 0 0 #B0B9EC;
    color: #333333;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    text-align: center;
}
.fb_share_count_inner {
    background: none repeat scroll 0 0 #E8EBF2;
    display: block;
}
.fb_share_count_right {
    display: inline-block;
    margin-left: -1px;
}
.fb_share_count_right .fb_share_count_inner {
    border-bottom: 1px solid #B0B9EC;
    border-top: 1px solid #E8EBF2;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    margin: 1px 1px 0;
    padding: 2px 6px 3px;
}
.fb_share_count_top {
    border: 1px solid #B0B9EC;
    display: block;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 34px;
    margin-bottom: 7px;
}
.fb_share_count_nub_top {
    background-image: url("http://static.ak.fbcdn.net/rsrc.php/v2/yP/x/bSOHtKbCGYI.png");
    background-repeat: no-repeat;
    border: medium none;
    display: block;
    height: 7px;
    left: 7px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    width: 6px;
}
.fb_share_count_nub_right {
    background-image: url("http://static.ak.fbcdn.net/rsrc.php/v2/yL/x/i_oIVTKMYsL.png");
    background-position: right 5px;
    background-repeat: no-repeat;
    border: medium none;
    display: inline-block;
    height: 10px;
    left: 2px;
    margin: 0 2px 0 0;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 5px;
    z-index: 10;
}
.fb_share_no_count {
    display: none;
}
.fb_share_size_Small .fb_share_count_right .fb_share_count_inner {
    font-size: 10px;
}
.fb_share_size_Medium .fb_share_count_right .fb_share_count_inner {
    font-size: 11px;
    letter-spacing: -1px;
    line-height: 14px;
    padding: 2px 6px 3px;
}
.fb_share_size_Large .fb_share_count_right .fb_share_count_inner {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 16px;
    padding: 2px 6px 4px;
}
.fb_share_count_hidden .fb_share_count_nub_top, .fb_share_count_hidden .fb_share_count_top, .fb_share_count_hidden .fb_share_count_nub_right, .fb_share_count_hidden .fb_share_count_right {
    visibility: hidden;
}
.fb_connect_bar_container div, .fb_connect_bar_container span, .fb_connect_bar_container a, .fb_connect_bar_container img, .fb_connect_bar_container strong {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-spacing: 0;
    direction: ltr;
    font-style: normal;
    font-variant: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}
.fb_connect_bar_container {
    background: none repeat scroll 0 0 #3B5998 !important;
    border-bottom: 1px solid #333333 !important;
    height: 42px !important;
    left: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 25px !important;
    position: fixed;
    right: 0 !important;
    vertical-align: middle !important;
    z-index: 99999999 !important;
}
.fb_connect_bar_container_ie6 {
    position: absolute;
}
.fb_connect_bar {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    height: 100%;
    letter-spacing: normal !important;
    line-height: 1 !important;
    margin: auto;
    padding: 6px 0 0 !important;
    position: relative;
    text-decoration: none !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    text-transform: none !important;
    white-space: normal !important;
    width: 100%;
    word-spacing: normal !important;
}
.fb_connect_bar a:hover {
    color: #FFFFFF;
}
.fb_connect_bar .fb_profile img {
    height: 30px;
    margin: 0 6px 5px 0;
    vertical-align: middle;
    width: 30px;
}
.fb_connect_bar div a, .fb_connect_bar span, .fb_connect_bar span a {
    color: #BAC6DA;
    font-size: 11px;
    text-decoration: none;
}
.fb_connect_bar .fb_buttons {
    float: right;
    margin-top: 7px;
}
.fb_edge_widget_with_comment {
    position: relative;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
    position: absolute;
}
.fb_edge_widget_with_comment span.fb_send_button_form_widget {
    z-index: 1;
}
.fb_edge_widget_with_comment span.fb_send_button_form_widget .FB_Loader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    background-position: 50% 50%;
    border-color: #666666 #666666 #283E6C;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
    height: 150px;
    left: 0;
    margin-left: 0;
    margin-top: 6px;
    top: 1px;
    width: 394px;
    z-index: 1;
}
.fb_edge_widget_with_comment span.fb_send_button_form_widget.dark .FB_Loader {
    background-color: #000000;
    border-bottom: 2px solid #CCCCCC;
}
.fb_edge_widget_with_comment span.fb_send_button_form_widget.siderender .FB_Loader {
    margin-top: 0;
}
.fbpluginrecommendationsbarleft, .fbpluginrecommendationsbarright {
    bottom: 0;
    position: fixed !important;
    z-index: 999;
}
.fbpluginrecommendationsbarleft {
    left: 10px;
}
.fbpluginrecommendationsbarright {
    right: 10px;
}
