@import url("resetcss.css");
*{
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
}
a {color:inherit; color:#4f93ae;}
a:hover{color:#96b8c6;}
body{background:#6a83b2;}

h4 {font-size: 8pt; font-weight: bold; margin:10px 0 10px 0;}
h3 {font-size: 9pt; font-weight: bold; margin:10px 0 10px 0;}
h2 {font-size: 13pt; margin:10px 0 10px 0;}

.centered{text-align:center;}

#page{
	width:900px;
	height:720px;
	margin:20px auto 0 auto;
}
#lefttainer{
	float:left;
	width:315px;
	height:720px;
}
#lefttop{
	width:315px;
	height:363px;
	background-image:url(blizzardcup_01.jpg);
	background-repeat:no-repeat;
}
#termine{
	background-image:url(blizzardcup_03.jpg);
	background-repeat:no-repeat;
	width:315px;
	height:250px;
	padding-top:2px;
}

#termine_boxen{
	width:295px;
	height:219px;
}
.box{
	position:relative;
	font-size:14px;
	height:32px;
	line-height:32px;
	margin-top:4px;
}
.box a{
	padding-left:12px;
	color:black;
	display:block;
	height:32;
	text-decoration:none;
}
.box a.active{
	background-color:#4f93ae;
}
.box a:hover{
	color:black;
	text-decoration:none;
	background-color:#4f93ae;
}
.box .datum{
	color:white;
	font-size:7pt;
	position:absolute;
	top:-9px;
	right:2px;
	width:35px;
	text-align:right;
}

#sponsoren{
	width:315px;
	height:105px;
}
#content{
	float:right;
	width:585px;
	height:720px;
	background-image:url(blizzardcup_02.jpg);
	background-repeat:no-repeat;
}
#nested_nav{
	width:575px;
	height:37px;
	margin-top:75px;
	line-height:37px;
	text-align:center;
	font-size:12pt;
	padding-right:10px;
	color:white;
}

#nested_nav a{
	color:white;
	text-decoration:none;
}
#nested_nav a:hover{
	text-decoration:underline;
}
#nested_nav .active{
	color:black;
	text-decoration:underline;
}

#nested_content{
	margin-top:20px;
	height:555px;
	width:540px;
	padding:10px 25px 0 20px;
	overflow:auto;
	margin-bottom:5px;
	font-size:9pt;
	line-height:11pt;
}
#nested_footer{
	width:567px;
	height:15px;
	font-size:9pt;
	text-align:right;
	line-height:15px;
	padding-right:18px;
	color:black;
}
#nested_footer a{
	color:black;
	text-decoration:none;
}
#nested_footer a:hover{
	color:black;
	text-decoration:underline;
}
