/* top level html containers */
html { height: 100%; overflow: auto; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #00223c;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

/* general styling rules */
a { color: #fff;text-decoration: none; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; }
.colorized { background-image: url(../img/shade.png); }

/* form validation */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
/* input.required, textarea.required { border: 1px solid transparent; } */
input.validation-failed, textarea.validation-failed { border: 1px solid #FF3300; color: #FF3300; }
input.validation-passed, textarea.validation-passed { border: 1px solid #00CC00; color: #000; }
.validation-advice { color: #FF3300; font-weight: bold; }
.custom-advice { color: #C8AA00; font-weight: bold; }


/* mainframe */

#mainframe {
	position: relative;
	left: 0%;
	width: 100%;
	min-width: 960px;
	min-height: 100%;
	z-index: 2;
}
.container {
	display: inline;
	float: left;
	
}
#main_menu {
	position: relative;
	top: 150px;
	left: 10px;
	width: 190px;
	font-weight: bolder;
	font-size: 11px;
}

#main_menu a {
	display: block;
	text-decoration: none;
	padding-left: 20px;
	margin-bottom: 5px;
}

#main_menu a:hover {
	color: #f00;
	background: url(../img/redcross.png) no-repeat 0px 2px ;
}

#main_content {
	position: relative; 
	top: 150px;
	left: 20px;
	width: 607px;
	padding-bottom: 100px;
	padding-top: 0px;
}
#main_content a {
	text-decoration: underline;
}

#main_content h4 {
	margin: 0px;
	margin-bottom: 15px;
	font-size: 14px;
}

.tdcontainer {
	vertical-align: top;
}

#main_content h4 {
	margin: 0px;
	margin-bottom: 5px;
}
#main_content .bodytext {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main_content .bodytext img, #main_content .bodyimages img {
	margin-bottom: 4px;
	border: 2px solid #17374a;
}

.image_background {
	position: fixed;
	top: 0px;
	left: 380px;
	z-index: 1;
	width: 629px;
	height: 800px;
}
#bg_home {
	left: 530px;
	width: 476px;
	height: 650px;
	background: url(../img/bg_home.jpg) no-repeat 0% 0%;
}

#bg_programma {
	left: 380px;
	width: 627px;
	height: 802px;
	background: url(../img/bg_programma.jpg) no-repeat 0% 0%;
}
#bg_teams {
	left: 650px;
	width: 356px;
	height: 725px;
	background: url(../img/bg_teams.png) no-repeat 0% 0%;
}
#bg_information {
	left: 600px;
	width: 409px;
	height: 771px;
	background: url(../img/bg_information.jpg) no-repeat 0% 0%;
}

.textfield  {
	width: 210px;
}

#footer {
	position: fixed; 
	bottom: 0%;
	width: 100%;
	height: 62px;
	background: url(../img/bg_footer.gif) repeat-x 0% 0%; 
	z-index: 3;
}

h3.red_header {
	margin: 0px;
	font-size: 11px;
	color: #aaa;
}

.item_program {
	margin-bottom: 10px;
}

#main_header {
	position: absolute;
	top :25px;
	left: 30px;
}

.sponsor_footer {
	position: absolute;
	top: 8px;
	left: 26px;
}

.sponsor_footer img {
	display: inline;
	margin-left: 10px;
}

.item_links {
	color: #999;
	display: block;
	margin-bottom: 10px;
}
.item_links h5 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
}

#print {
	display: block;
	width: 300px; 
	height: 20px;
	left: 380px;
	position: absolute;
	padding-left: 12px;
}
#gmaps {
	margin-top: 10px;
	display: block;
	border: solid 2px #fff;
	width: 300px; 
	height: 280px;
	position: relative;
}

.partnersbox a {
	display: block;
	color: #999;
	margin-bottom: 10px;
}

.item_articles {
	width: 320px;
	margin-bottom: 10px;
}
.item_articles h5 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
}
.item_articles a{
	font-weight: bold;
}

.hr {
	width: 350px;
	height: 1px;
	background: url(../img/hr.gif) no-repeat 0% 0%;
	margin-bottom: 10px;
}

.team_info {
	display: inline;
	float: left;
}

.team_logo {
	width: 63px;
	height: 63px;
	margin: 4px;
	background: url(../img/bg_team_logo.gif);
}

.team_players {
	color: #444;
	font-size: 9px;
	width: 200px;
	height: 63px;
	margin: 4px;
}

.bullet {
	width: 3px;
	height: 3px;
	float: left;

}

.video_preview {
	display: inline;
	width: 50px;
	height: 50px;
}

.video_preview img {
	width: 75px;
	height: 75px;	
	border: 2px solid #17374a;
}
.video_preview a {
	margin-right: 10px;
	}

.partnerlist {
	display: block;
}
a.partnerlist:hover {
	color: #fff;
}

#photoholder {
	position: relative;
	height: 102px; 
	overflow: hidden;
	/*float: left;*/
	/*border: 2px solid #17374a;
	background: #0f2939;*/
}

.transparent {
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
}

#photoholder_large {
	width: 526px; 
	background: #0f2939;
	border: 2px solid #17374a;
	border-bottom: none;
}

.foto_credits {
	float: right; 
	margin: 3px 0 3px 0; 
	font-size: 11px; 
}

.foto_link{
	float: left;
	width: 520px; 
	background: #0f2939;
	border: 2px solid #17374a;
	margin-top: 5px;
	padding: 3px;
}

#caption {
	float: left;
	width: 526px; 
	text-align: center;
	padding: 4px 0;	
	border: 2px solid #17374a;
	border-top: 0;
	background: #0f2939;
	color: #fff;
}

.media_img {
	margin: 5px;
}

.box-right{
	float: right;
}

.box-left{
	float: left;
}
