/* CSS copyright by websteil. 2007 */
/*
=====
Allgemeine Formatierungen
=====
*/
html {
	height:100%;
	overflow: auto;
}
body {
	height:100%;	
	margin:0px;
	padding: 0px;
	border: 0px;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	line-height: 15px;
	color:#666;
	/*background: #525252 url(../images/bg_shadow.jpg) no-repeat scroll center 80%;*/
	background: #FFF;	
	text-align: center;
}

img { 
	border: solid 0px #C9C639;
}
a, a:visited, a:active  {color: #ea8c00; text-decoration: none;font: bold 11px Verdana,Arial,Helvetica,sans-serif;}
a:hover {color: #333; text-decoration: none;}

h1 { font: 12px Verdana,Arial,Helvetica,sans-serif; }
h2 {
	font: bold 12px Verdana,Arial,Helvetica,sans-serif;
	margin:0px;
	padding: 0px;
	}
p {
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 0px;
	margin:0px;
}
object { padding: 0px; margin: 0px; border: 0px; }
embed { padding: 0px; margin: 0px; border: 0px; }
form { margin: 0px; padding: 0px; border: 0px; }

.vh_center {
	border: 0px solid #44cc44;
	width:auto;
	height:100%;
	min-height: 100%;
	margin:0px auto;
	padding: 0px;
}
/*
===============
DIV-Definitionen
===============
*/
#container {
	position: relative;
	width: 960px;
	height: 600px;
	margin: 10px 0px 10px 0px;	
	padding: 0px;	
	background: transparent;
	z-index: 2;
	border: 0px solid #CCC;
}
/*#### Bild Startup ###*/
#box01 {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 950px;
	height: 450px;
	background: #FFF;
}
.intersport {
	position: absolute;
	top: 276px;
	right: 2px;
	width: 40px;
	height: 176px;
	background: transparent;
	border: 0px solid #333;
	z-index: 2;	
	display: none;
}


/*#### Boxen mit News ###*/
#box02 {
	position: absolute;
	top: 452px;
	left: 0px;
	width: 960px;
	height: 130px;
	background: transparent;
}

#box02 .news {
	display: block;
	width: 235px;
	height: 125px;
	float: left;
	margin: 2px 0px 2px 5px;
	padding: 0px;
	text-align: left;
	border-top: 0px dotted #666;
	background-color: transparent;
	background-attachment: scroll;	
	background-image: url(../images/bg_boxes_news.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
* html #box02 .news { margin: 2px 0px 2px 3px;}
#box02 .news h2{
	display: block;
	width: 220px;
	margin:1px 5px 4px 2px;
	padding: 0px 0px 3px 0px;
	font: bold 11px Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	background: #FFF;
	border-bottom: 1px dotted #CCC;
}
#box02 .news p{
	margin:6px 5px 1px 2px;
	padding: 0px;
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	color: #666;
}
#box02 .news .more{
	margin:6px 20px 1px 2px;
	padding: 0px;
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	color: #666;
	text-align: right;
}
/*#### Footer ###*/
#footer {
	position: absolute;
	bottom: 0px;
	left: 5px;
	width: 950px;
	height: 14px;
	background: transparent;
}

#footerprint {
	display: none;
	position: absolute;
	top: 580px;
	left: 5px;
	width: 950px;
	height: auto;
	background: #cc4444;
}


