/* Aus der Datenbank */
.ueberschrift {
	font-size:15px;
	color:#990100;
	font-weight:bold;
	display:block;
	width:100%;
	border-bottom:1px solid #989898;
}


.Abstand {
	margin-top:10px;
}


.mittig {
	margin:auto;
	width:520px;
}


.aussen {
	width:100%;
	margin-left:10px;
}


.div_520px {
	width:520px;
	margin:auto;
}


.ueberschrift_h2 {
	font-size:12px;
	color:#D51909;
	font-weight:bold;
}

/* Allgemein */
html,
body {
	width:100%;
	height:100%;	

	padding:0px;
	margin:0px;

	font-size:11px;
	font-family:Verdana, Sans-Serif, Helvetica;
	color:#666666;
	
	background-image:url(/images/background.png);
	background-repeat:repeat-y;
	background-position:center;
	
	/* Fix IE 5 */
	text-align:center;
}

table,
table tr,
table tr td,
form {
	margin:0px;
	padding:0px;
}

table,
table tr,
table tr td {
	border-collapse:collapse;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#BA2733;
	margin:0px;
	padding:0px;
}

a {
	color:#A02B36;
}
a img {
	border:0px solid #000000;
}
.border1px {
	border:1px solid #000000; 
}
.margintop5px {
	margin-bottom:5px;
}


/* Layout */
#layout {
	width:748px;
	
	margin:auto;
	/* Fix IE 5 */
	text-align:left;
	
	border-left:1px solid #006533;
	border-right:1px solid #006533;
}
#layout #head #head_td {
	background-color:#FFFFF5;
	height:83px;
	border-bottom:1px solid #4B4B4B;
	padding:1px;
	vertical-align:bottom;
	background-image:url(/images/logo.png);
	background-position:480px 17px;
	background-repeat:no-repeat;
}
#layout #main #main_td {
	font-size:13px;
}

#menu,
#menu li {
	margin:0px;
	padding:0px;
}

#menu {
	background-color:#006634;
	width:100%;
	list-style-type:none;
	height:16px;
}

#menu li {
	float:left;
	border-right:1px solid #FFFFFF;
	width:123px;
	text-align:center;
	padding-top:2px;
	padding-bottom:1px;
}
#menu li a {
	color:#FFFFFF;
	text-decoration:none;
}

#noborder {
	border-left:0px solid #000000;
}

#foot #foot_td {
	background-color:#006634;
	border-top:1px solid #003334;
	text-align:right;
}
#foot #foot_td a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer {
	text-align:right;
	padding:10px;
}
#footer a {
	color:#666666;
	display:block;
	text-decoration:none;
}
