/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
/*	text-align:center;*/
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#header {
	width:100%;
	height:130px;
	background-color:#666666;
}
h1 {	 									/* Das ist die Hauptüberschrift im Seitenkopf, dargestellt wird das BECK Logo */
	background-image:url(../bilder/divita_sports_logo.gif);
	width:401px;
	height:110px;
	margin:0px;
	padding:0px;
	text-indent:-500em;
	/*float:left;*/
}
#Logo {
	float:left;
	height:110px;
}
#navi {
	width:auto;
	height:18px;
	background-color:#999999;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	text-align:right;
	padding-right:17px;
	clear:both;
}
#navi img {
	margin-left:10px;
}
#footer {									/* FOOTER */
	width:950px;
	margin:4px auto 20px auto;
	/*margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	margin-bottom:20px;*/
	background-color:#FFFFFF;
	font-size:10px;
	text-transform:uppercase;
	color:#999999;
	clear:both;
}
#footer a {
	text-transform:uppercase;
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	text-transform:uppercase;
	color:#0099CC;
	text-decoration:underline;
}
h3 {
	font-size:16px;
	font-weight:bold;
	line-height:120%;
	text-transform:uppercase;
	color:#0099CC;
	padding:20px 0px 0px 0px;
	margin:0px;
}
h4 {
	font-size:13px;
	font-weight:normal;
	line-height:120%;
	text-transform:uppercase;
	color:#0099CC;
	padding:10px 0px 5px 0px;
	margin:0px;
}
h5 {
	font-size:13px;
	font-weight:normal;
	line-height:120%;
	color:#333;
	text-decoration:underline;
	padding:10px 0px 5px 0px;
	margin:0px;
}
.h6 {
	font-size:13px;
	font-weight:normal;
	line-height:120%;
	color:#0099CC;
	padding:0px 0px 5px 0px;
	margin:0px;
}

#langcontrol {
	position:absolute;
	padding:5px 0px 0px 5px;
	color:#999999;
	text-transform:uppercase;
}
#langcontrol a {
	color:#999999;
	text-decoration:none;
}
#langcontrol a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

img.whiteBorder {
	border:5px solid #FFFFFF;
}
