html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Lucida Sans Unicode, Lucida Grande, Corbel, Helvetica, Geneva, Arial, sans-serif;
	font-size: 100.1%;
	line-height: 140%;
	background-color : #b8b8b8;
	color:#626262;
	background-image: url(../images/body_background_img.jpg);
   background-repeat: repeat-x;
}

div { margin: 0; padding: 0; }

h1 {
	font-family: Georgia, Times, Times New, Times New Roman, serif;
	padding : 0;
	margin: 0 0 25px 0;
	font-weight: bold;
	color: #133360;
	font-size: 1.6em;
	line-height: 1.2;
}

h3, h2 {
	font-family: Georgia, Times, Times New, Times New Roman, serif;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #626262;
	font-size: 1.3em;
	line-height: 1.2;
}

h5, h6 {
	font-family: Georgia, Times, Times New, Times New Roman, serif;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #133360;
	font-size: 1.15em;
	line-height: 1.2;
}	

a {
	color: #12416c;
	font-weight: bold;
}
a:link {text-decoration: underline;}
a:visited {text-decoration: none;}
a:focus, a:hover, a:active {color: #af926b;}

/* Inhaltstabellen */
.tabrowheader {
   color: #fff;
   background-color: #3f5088;
   font-weight: bold;
}
.tabrowgerade {
	color: #363636;
	background-color: #e3e7fb;
}
.tabrowungerade{
   color: #363636;
   background-color: #c4c7d7;
}


