/* BODY AND CONTAINERS */
html, body {
	width: 100%;
	background: url(images/heldentot_bg_neu.gif);
	margin: 2px;
	height: 100%;
	font: 11px Arial, Verdana, sans-serif;
	color: #333333; 
	line-height: 150%;
}
* #container {
	height: 100%;
}
#container {
	width: 700px;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	background : #FFFFFF; 
	/*border: 2px solid #999999;*/
}
#base {
	float: left;
	min-height: 100%;
	
	background: #F9F9F9;
	margin: 1px 0px 0px 0px;
	padding: 15px 0px 0px 29px; 
}
#headerstart {
	float: left;
	width: 700px;
	height: 300px;
	padding: 0 0 5px 0;
	background: url(images/headers/heldentot_start.gif) no-repeat;
}
#header {
	float: left;
	width: 700px;
	height: 300px;
	padding: 0 0 5px 0;
	background: url(images/headers/heldentot_head.gif) no-repeat;
}
#header div.frame {
	float:right;
	margin: 0px 55px 0px 0px;
	height: 17px;
	width: 156px;
	color:#FFFFFF;
	text-align:center;
	/*border: 1px solid #999999; */
}
#headerstart div.frame {
	float:right;
	margin: 0px 55px 0px 0px;
	height: 17px;
	width: 156px;
	color:#FFFFFF;
	text-align:center;
	/*border: 1px solid #999999; */
}
#header div.headpic {
	float:left;
	margin: 75px 0px 0px 52px;
	height: 71px;
	width: 173px;
	/*border: 1px solid #999999;*/
}
#headerstart div.headpic {
	float:left;
	margin: 75px 0px 0px 52px;
	height: 71px;
	width: 173px;
	/*border: 1px solid #999999;*/
}
#header a:link, #header a:active, #header a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
#headerstart a:link, #header a:active, #header a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
#header a:hover {
	color: #FFF;
	text-decoration: underline;
}
#headerstart a:hover {
	color: #FFF;
	text-decoration: underline;
}
#desc {
	float: left;
	text-align:center;
	background-color: #BF1F24;
	padding: 0px 0px 0px 0px;
	width: 700px;
	height: 30px;
	margin: 0px;
}
#desc div.frame {
	margin: 0 auto;
	padding: 7px 0 0 0;
	width: 700px;
	height: 20px;
	color: #FFF;
}
#desc a:link, #desc a:active, #desc a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#desc a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
#leftcontent {
	float: left;
	width: 430px;
	padding: 4px 5px 5px 4px; 
	vertical-align: top;
	/*border: 1px solid #CCCCCC;*/
	color: #464646;
}

#rightcontent {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0 30px;
	vertical-align: top;
	background: #F9F9F9;
}
#player {

}

/* FOOTER */
#footer {
	width: 670px;
	height: 18px;
	text-align: left;
	padding: 0px 0px 0px 30px;
	margin: 0px auto;
	background-color: #BF1F24;
}

#footer div.frame {
	float:left;
	margin: 0 auto;
	height: 18px;
	width: 100px;
	text-align:center;
	color: #FFF;
	/*border: 1px solid #999999; */
}

#player_right {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0 30px;
}

/* MENU AND CONTENT */
br {
	clear: both;
}

.headlineGros {
	font-size: 20px;
	color: #BF1F24;
	line-height: 120%;
}

.hedalinesmall {
	font-size: 14px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
	}

a.tekstlink {color: #BF1F24;text-decoration: none;}
a.tekstlink:hover {color: #BF1F24; text-decoration: underline;}
a.koplink {
	font-size:14px;
	color:#999;
	font-weight:bold;
	text-decoration:none;}
a.koplink:hover {color: #666;}
a.link {color: #000; text-decoration: none; font-weight:bold;}
a.link:hover {font-weight: bold; text-decoration:underline;}

/* Lightbox */
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

/* Images */
#wrapper {
width: 60%; /* the width of the thumbnail block */
text-align: center;
margin: 0 auto;
}
ul li {
list-style: none;
float: left;
}
a img {
border: 1px solid #666;
margin: 7px;
}


