/* -------------- STANDARD -------------------------- */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

td, tr {
	vertical-align: top;
}

body {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
	font-size: 100.1%;
	line-height: 140%;
	background-color: #b2b2b2;
	background-image: url("../images/bg_verlauf.jpg");
	background-repeat: repeat-x;
}

div { margin: 0; padding: 0; }

p {}

hr {
	height: 1px;
	border: 0 none;
	color: #434343;
	background: #434343;
}

h1 {
	padding : 0;
	margin: 0;
	margin-top: 7px;
	font-weight: bold;
	color: #626262;
	font-size: 14px;
}

h3 {
	margin-top: 7px;
	padding: 0;
	font-weight: bold;
	color: #626262;
	font-size: 12px;
}

h5 {
	padding: 0;
	font-weight: bold;
	color: #626262;
	font-size: 12px;
}	

li {
	list-style-type: square;
}

a {
	color: #af926b;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #626262;
}



/* Inhaltstabellen */
.tabrowheader {
   color: #d5cabc;
   background-color: #434343;
   font-weight: bold;
}
.tabrowgerade {
   color: #000;
   background-color: #eee;
}

.tabrowgerade a {
	background-color: #eee;
}