body {
	background: #336799;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

.page {
	position: absolute;
	margin-top: 25px;
	margin-left: 25px;
	width: 770px;
}

.top {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 770px;
	height: 120px;
}

/* Newsline unter top */
.top_line{
	position: absolute;
	margin-top: 156px;
	margin-left: 0px;
	width: 770px;
	height: 25px;
	background-color: #FFFFFF;
}

.main{
	margin-top: 181px;
	margin-left: 0px;
}

td.nav{
	margin-top: 0px;
	margin-left: 0px;
	width: 143px;
	background-color: #FFFF67;
	vertical-align: top;
}

.sub_nav{
	position: absolute;
	margin-top: 181px;
	margin-left: 140px;
	width: 469px;
	height: 25px;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	z-index: 1;
}

td.content{
	width: 467px;
	background-color: #FFFFCD;
	border-left: 2px solid White;
	border-right: 0px;
	vertical-align: top;
	padding-left:10px;
	padding-right:10px;
	padding-top:25px;
	padding-bottom:20px;
}


td.right_side{
	width: 160px;
	background-color: #9ACCCD;
	vertical-align: top;
}

/* Navigations UL */
ul.nav {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 40px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
	list-style-type: none;
	color: #96000B;
}

p {
   font-size: 13px;	
   color: #9C1114;		
}

ul {
   font-size: 13px;	
   color: #9C1114;		
}

/* Absatz in der rechten Seite */
p.rs {
	color: #194E5C;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
}

/* Bildunterschrift Inhaltsteil */
p.bu_content {
	color: #194E5C;
	font-size: 11px;
}

h1 {
	color: #194E5C;
	font-size: 28px;
	margin-top: 26px;
	margin-bottom: 0px;
}

h2 {
	color: #194E5C;
	font-size: 20px;
	font-weight: normal;	
	margin-top: 26px;
	margin-bottom: 0px;	
}

h3 {
	color: #CC0000;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

h4 {
	color: #CC0000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}

h5 {
	color: #194E5C;
	font-size: 14px;
	margin-top: 26px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}

li.a_nav {
	background: #FFFFFF;
	color: #96000B;
	border-color: #96000B;
	border-style: solid;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	border-width: 2px;
	padding: 3px;
	margin-bottom: 14px;
	margin-right: 0px;
}

/* Haupt-Navigationslinks */
a.hp_nav:LINK {
	color: #96000B;
	font-weight: bold;
	text-decoration: none;
}

a.hp_nav:VISITED {
	color: #96000B;
	font-weight: bold;
	text-decoration: none;
} 

a.hp_nav:HOVER {
	color: #96000B;
	font-weight: bold;
	text-decoration: underline;
}


/* Sub-Navigationslinks */
a.sb_nav:LINK {
	color: #336799;
	font-weight: bold;
	text-decoration: none;
}

a.sb_nav:VISITED {
	color: #336799;
	font-weight: bold;
	text-decoration: none;
} 

a.sb_nav:HOVER {
	color: #96000B;
	font-weight: bold;
	text-decoration: underline;
}


/* normale Links im Inhaltsteil */
a:LINK {
	color: #336799;
	font-weight: bold;
	text-decoration: none;
}

a:VISITED {
	color: #336799;
	font-weight: bold;
	text-decoration: none;
} 

a:HOVER {
	color: #96000B;
	font-weight: bold;
	text-decoration: underline;
}  

