/* basic elements */
body {
	font: 12px arial, verdana, sans-serif;
	color: #333333;
	background: #ffffff;
	margin: 0px;
}

.link_activ {
	color: #990000;
}

	
h3 {
	font: italic 16px arial, verdana, sans-serif;
	letter-spacing: 1px;
	margin: 15px 0px 0px 0px;
	color: #990000;
	font-weight: bolder;
}

h5 {
	font: italic 14px sans-serif, arial, verdana;
	letter-spacing: 1px;
	margin: 15px 0px 0px 10px;
	color: #fff;
	font-weight: bolder;
}
	
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #999999;
	}
	
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #999999;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #990000;
	}


/* specific divs */
#container { 
	position:absolute;
	padding:0px;  
	margin:0px; 
	width:auto;
	left:100px;
	top: 5px;
	}

#logo { 
	position:absolute;
	left:132px;
	height:123px;
	width:122px;
	border:none;
	}

#impressum {
	position: absolute;
	left: 651px;
	top: 0px;
	text-align:right;
	height: 20px;
	width:210px;
	}

#sprache {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width:122px;
	}

#navigation { 
	position: absolute;
	top: 103px;
	left: 291px;
	width: 616px;
	height:20px;	
	clear: both;
	}
	
#navigation a:link,  #navigation a:visited { 
	margin: 0px 20px 0px 0px; 
	}

#headline {
	position: absolute;
	top: 133px;
	left: 132px;
	width: 509px;
	height: 122px;
	}

#links {
	position: absolute;
	width: 122px;
	top: 266px;
	left: 0px;
	}

#rechts {
	position: absolute;
	width: 250px;
	top: 266px;
	left: 651px;
	}

#rechts ul {
	margin-top: 20px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	}
#rechts li {
	list-style-type:none;
	display: block; 
	margin-bottom: 8px;
	}
#rechts li a:link { 
	color: #666666;
	}
#rechts li a:hover { 
	color: #990000;
	}
#rechts li a:visited {
	color: #666666;
	}

#text {
	position: absolute;
	text-align: left;
	width: 509px;
	height:auto;
	top:266px;
	left:132px;
	background-color: #eeeeee;
}

#textinhalt {
	width: 460px;
	padding: 15px 15px 15px 24px;
	text-align: left;
}

#textinhalt a:link {
	font-weight: normal; 
	text-decoration: none; 
	color: #990000;
}

#textinhalt a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #990000;
}

#textinhalt a:active {
	font-weight: normal; 
	text-decoration: none; 
	color: #990000;
}

#flash {
	position: absolute;
	text-align:center;
	width: 509px;
	height:auto;
	top:350px;
	left:132px;
	background-color: #eeeeee;
	padding-top:5px;
	padding-bottom:5px;
}

