body{
        margin: 0px;
	padding: 0px;
	background-color: #cc0033;
	font-family: "lucida grande","lucida sans",sans-serif;
	line-height: 1.5em; 
	color: #333333;
}

/*Hintergrundbild*/

#rahmen{
	background-image: url(/img/background_02.gif);
	background-repeat: no-repeat;
	width: 975px;
	height: 885px;
        position: absolute;
	left: 50%;
        margin: 0px 0px 0px -487.5px;
}

/*Head mit Logo, Textfeld*/

#head{
	height: 250px;
}

#textfeld_head{
	width: 350px;
	margin-left: 420px;
	padding-top: 90px;
}

#link_startseite{
	width: 220px;
	height: 200px;
	float: left;
	margin-left: 163px;
	margin-top: 30px;
}

/*Zentraler DIV - Container*/

#body{
	height: 360px;
}

/*Inhaltsbox*/

#content{
	width: 600px;
	height: 360px;
	float: left;
	padding-left: 7px;
}

#textfeld{
	margin: 20px 0px 0px 50px;
}

#link{
	margin: 0px 0px 0px 50px;
}

/*Formatierungen Links*/

#navigation_links{
	padding-left: 35px;
	float: left;
	margin: 0px;
}
		
#navigation_oben{
	width: 150px;
	float: right;
	padding: 0px 5px 0px 0px;
	text-align: right;
}

#navigation_oben ul{
	margin: 0px;
}

/*Aüfzählungszeichen entfernen*/

ul{
	list-style: none;
}

.oben_link_1 a, #oben_link_1 a:link{
	color: #ffffff;
	border: none;
}
.oben_link_1_aktiv, #oben_link_1_aktiv a:link{
	color: #ffffff;
	border: none;
}
.oben_link_1_aktiv a, #oben_link_1_aktiv a:link{
	color: #ffffff;
	border: none;
}
.oben_link_1_aktiv a:hover{
	color: #ffffff;
	border: none;
}
.link_1 a, #link_1 a:link{
	border: none;
}
.link_1 a:hover{
	border: none;
}
.link_1_aktiv a, #link_1_aktiv a:link{
	border: none;
}
.link_1_aktiv a:hover{
	border: none;
}

/*Fußzeile*/
#foot{
	position: absolute;
	bottom: 150px;
        left: 263px;
}

/*Links im Text*/
a{
	color: #cc0033;
	text-decoration: none;
	text-underline: none;
	border-bottom: 1px dotted;
}

a:hover{
	color: #000000;
	border-bottom: 1px solid;
}

/*Formatierungen Überschrift*/	
.titel{
	font-size: 1.6em;
	font-weight: bold;
	color: #cc0033;
	line-height: 1.2em;
}

.titel_2{
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0033;
	line-height: 1.2em;
}