@charset "utf-8";

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #D9DADB;
}
body {
	background-color: #000;
	margin:0;
	background-image:url(../layout/body_background.gif);
	background-repeat:repeat-x;
	background-position:0px 122px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #0A95C0;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

.h1heading {
	margin:5px 0 0 0;
	padding:0;
	font-size:24px;
	text-transform:uppercase;
}

.small_text {
	font-size:10px;
}


/* CONTAINER DEFINITIONS */

#centeringcontainer {
	position:relative;
	width:800px;
	margin:auto;
}

#headercontainer {
	position:relative;
	background:url(../layout/header_background.jpg) no-repeat;
	height:110px;
}

#menucontainer {
	position:absolute;
	top:45px;
	left:220px;
	width:570px;
	height:20px;
	font-size:11px;
}

#sndlevelmenu {
	position:absolute;
	top:112px;
	right:5px;
	width:310px;
	height:15px;
	font-size:11px;
	line-height:15px;
	text-align:right;
}

.menu-current {
	color:#0A95C0 !important;
}

#middlecontainer {
	background:url(../layout/main_background.jpg) no-repeat;
	overflow:hidden;
	height:385px;
}



#maincontainer {
	margin-left:262px;
	width:500px;
	height:385px;
	overflow:auto;
}

#maincontainer p {
	margin:5px 0 5px 0;
	padding:0;
}

#footercontainer {
	position:relative;
	background:url(../layout/footer_background.jpg) no-repeat;
	height:105px;
}

#secondmenucontainer {
	position:absolute;
	top:5px;
	right:2px;
	width:400px;
	height:12px;
	text-align:right;
	font-size:9px;
	line-height:12px;
}
#secondmenucontainer a {
	margin-right:5px;
}
#secondmenucontainer a:hover {
	color:#CCC;
}

#shadow_left {
	position:absolute;
	top:122px;
	left:-17px;
	width:17px;
	height:361px;
	background:url(../layout/transparent_shadow_left.png) no-repeat;
}

#shadow_right {
	position:absolute;
	top:122px;
	right:-17px;
	width:17px;
	height:361px;
	background:url(../layout/transparent_shadow_right.png) no-repeat;
}

#teaserbild {
	position:absolute;
	top:110px;
	left:-100px;
	width:345px;
	height:385px;
	background-repeat:no-repeat;
	background-position:top right;
}

#sponsorcontainer {
	position:absolute;
	top:50px;
	left:10px;
	right:10px;
	bottom:0px;
	text-align:right;
}
#sponsorcontainer p {
	margin:0;
	padding:0;
	display:inline;
}
#sponsorcontainer img {
	margin-right:10px;
}

/***** MOO SCROLLCONTROL *****/

.scrollbar-vert {
position:absolute;
top:131px;
right:15px;
height:345px;
width:10px;
background-color:#4D4D4E;
display:none;
opacity:0.5;
}
.handle-vert {
left:-6px;
height:22px;
width:23px;
display:none;
background-image:url(../layout/scroll_handle.png);
}


/* ZEBRA STYLES */
.highlight      { background-color:#006F98; color:#FFFFFF; }  
.mo        		{ background-color:#004960; }  
.even           { background:#4B4B4D; }  
.odd            { background:#706F74; } 
.zebra			{ background-color:#FFFFFF; border:1px solid #CCCCCC; font-size:11px; color:#000000; margin-top:10px; }
.zebra th       { background-color:#D8D8DA; padding:2px; text-align:left; font-weight:bold; color:#000000; }  
.zebra td       { padding:1px; text-align:left; } 

/* Bookmarks */
.BMmain { width: 100%; }
.BMheader  {
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	padding:4px;
	font-size:14px;
}
.BMlink  {
	width: auto;
	vertical-align: middle;
	text-align: left;
	padding:4px;
}
.BMlink a {
	display:block;
	float:left;
	padding-left:45px;
	width:200px;
	background:url(../layout/friends_normal.gif) no-repeat;
	background-position:10px 0px;
	font-weight:bold;
	font-size:13px;
}
.BMlink a:hover {
	background:url(../layout/friends_hover.gif) no-repeat;	
	background-position:10px 0px;
}
.BMlink img {
	border: none;
}

input {
	width:325px;
	height:23px;
	font-size:17px;
	background-color:#D7D8D9;
	background-image:url(../layout/textfield.gif);
	background-repeat:no-repeat;
	color:#000;
	border:1px solid #000;
}
textarea {
	width:325px;
	height:100px;
	font-size:15px;
	background-color:#D7D8D9;
	background-image:url(../layout/textarea.gif);
	background-repeat:no-repeat;
	color:#000;
	border:1px solid #000;
}

#absendebutton {
	display:block;
	float:right;
	width:100px;
	height:27px;
	background:url(../layout/absendebutton.gif) no-repeat;
	border:0px;
	cursor:pointer;
}

/* EXT ATHLETS */
.athlet_name {
font-weight:bold;
}
.athlet_img {
float:right;
width:200px;
height:200px;
margin:0 5px 3px 0px;	
}
.ka_athlets_pressitem {
height:50px;
clear:both;
}
.ka_athlets_presscol {
float:left;
width:120px;
background-color:#FFFFFF;
margin-right:3px;
margin-bottom:2px;
height:50px;
padding:2px;
border:1px solid #DFDFE1;
color:#000;
text-align:center;
-moz-opacity:0.7;
opacity:0.7;
filter:Alpha(opacity=70);
}
.ka_athlets_presscol a {
	display:block;
	line-height:50px;
	text-align:center;
	color:#000;
}
.athlet_bio {
	
}
.athlet_result {
	
}

/* NEWS */

.newsentries {
margin-top:10px;
height:auto;
}

.newsentry {
font-size:11px;
width:480px;
}

.newsentry_clearer {
clear:both;
border-bottom:1px solid #005174;
margin:5px 0px 5px 0px;
}


.newsentry_img {
float:left;
width:130px;
margin-right:4px;
margin-bottom:5px;
}
.newsentry_img img {
border:1px solid #999;
}

.newsentry_title {
font-weight:bold;
font-size:11px;
margin-bottom:3px;
}

.newsentry_date {
float:right;
font-size:9px;
text-align:left;
margin-left:5px;
}

.newsentry_text {
text-align:left;
font-size:11px;
margin-bottom:10px;
}

.newsentry_more {
font-size:10px;
text-align:right;
margin-bottom:10px;
}

.closure_line {
clear:both;
border-bottom:1px solid #676769;
margin:3px;
}

.newslinks {
padding-top:10px;
clear:both;
text-align:center;
font-size:11px;
}


.current_news {
height:auto;
font-size:11px;
margin-bottom:5px;
text-align:left;
}
.current_news h1 {
font-size:13px;
font-style:normal;
margin:0px 0px 5px 0px;
padding:0px;
}

.currentnews_bigimg {
float:right;
margin-bottom:5px;
margin-left:5px;
border:1px solid #999;
}

.currentnews_date {
font-size:11px;
text-align:right;
font-style:italic;
}

.newsentry_prevtext {
display:none;
}
.newsentry_origtext {
}




/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

