* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body,p,ul,ol,li,h1,h2,h3,div,span { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	background-color: #FFF;
	} 


body {
	background-image: url(graphics/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

ul,li {
	margin: 0 0 0 8px;
	padding: 0;
	list-style: circle outside;
}

h1 {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #666;
	background-color: #FFF;
	margin: 20px 0 10px 0;
}

h1.blau {
	color: #014CA5;
}

h1.rot {
	color: #C00;
}

h1.orange {
	color: #F60;
}

h2 {
	font-size: 17px;
	line-height: 24px;
	font-weight: bolder;
	color: #888;
	background-color: #FFF;
	margin: 15px 0 5px 0;
}

p {
	margin: 6px 0 7px 0;
}

p.schmal {
	margin: 0;
	line-height: 15px;
}
	
td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}



.maintabelle {  
	color: #333; 
	background-color: #FFF; 
	border: solid #333;
	margin-left: 50px; 
	border-width: 0 1px 0 1px;
	height: 100%;
}

.imgtabelle { 
	border: 1px dotted #999;
	text-align: center;
	margin: 10 0; 
}

.abstand { 
	margin: 5px;
}



/*  Navigation  */


#naviblaukopf {
	position: absolute;
	top: 55px;
	left: 60px;
	width: 178px;
	height: 100px;
	z-index:1;
	border: 0;
	visibility: visible;
}

#naviblau {
	position: absolute;
	top: 130px;
	left: 65px;
	width: 150px;
	z-index: 2;
	border: 1px #EBF1FB solid;
	padding: 8px;
	text-align: left;
	line-height: 19px;
	background-color: #FFF;
	visibility: hidden;
}

#navirotkopf {
	position: absolute;
	top: 55px;
	left: 690px;
	width: 97px;
	height: 100px;
	z-index:1;
	border: 0;
	visibility: visible;
}

#navirot {
	position: absolute;
	top: 130px;
	left: 623px;
	width: 195px;
	z-index: 2;
	border: 1px #FBEBEB solid;
	padding: 8px;
	text-align: right;
	line-height: 19px;
	background-color: #FFF;
	visibility: hidden;
	}

#blindli {
	position: absolute;
	top: 30px;
	left: 25px;
	z-index: 0;
	width: 223px;
	height: 280px;
	background-color: transparent;
	visibility: visible;
}

#blindre {
	position: absolute;
	top: 30px;
	left: 590px;
	z-index: 0;
	width: 280px;
	height: 320px;
	background-color: transparent;
	visibility: visible;
}



/*  Links  */

a:link {
	color: #FF6600;
	text-decoration: none;
	background-color: #FFF;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
	background-color: #FFF;
}
a:hover {
	color: #FF6600;
	background-color: #FFF1E8;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	background-color: #FFF;
	text-decoration: none;
}


a.blau:link {
	color: #014CA5;
	background-color: #FFF;
	text-decoration: none;
}
a.blau:visited {
	color: #014CA5;
	background-color: #FFF;
	text-decoration: none;
}
a.blau:hover {
	color: #014CA5;
	background-color: #EBF1FB;
	text-decoration: underline;
}
a.blau:active {
	color: #014CA5;
	background-color: #FFF;
}


a.rot:link {
	color: #C00;
	background-color: #FFF;
	text-decoration: none;
}
a.rot:visited {
	color: #C00;
	background-color: #FFF;
	text-decoration: none;
}
a.rot:hover {
	color: #CC0000;
	background-color: #FCF0F0;
	text-decoration: underline;
}
a.rot:active {
	color: #C00;
	background-color: #FFF;
	text-decoration: none;
}



.unicode {
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 14px;
}

