/*
Logo Grau #A7A7A7
*/

body {
	margin: 0;
	color: black;
	background-color: #D5D5D5;
	font-family: Arial, Helvetica, sans-serif;}
a:link {
	color: #4E4CAD;}
a:visited {
	color: #6D6CBB;}
a:hover {
	background-color:#FFFF55;}
a:active {
	color:red;}
h1 {
	font-size: 16px;
	clear: both;}
h1 a, h2 a {
	text-decoration: none;}
h2 {
	font-size: 14px;
	clear: both;}
img {
	border:0;}

/* Suchfeld und Suche */
input {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #AAAAAA;}
input.feld {
	width: 200px;
}
input.feld_kurz {
	width: 155px;
}
input.submit {
	width: 55px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #AAAAAA;
	background-color: #F0F0F0;}

.selected {
	background-color: rgb(170,170,170);}

.neutralerheader {
	background-color: rgb(220,220,220);}
.hinweis {
	font-weight: bold;
	background-color: rgb(240,240,240);}

#seite {
	position: absolute;
	left: 50%;
	width: 800px;
	min-height: 770px;
	margin-left: -400px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
	border: 1px outset #a8a8a8;}

#links {
	width: 165px;
	float: left;}

#logo a {
	background-color: rgb(255,255,255);}

#hauptmenu {
	padding: 10px 20px;
	background-color: rgb(240,240,240);}
#hauptmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;}
#hauptmenu li {
	margin: 0;
	padding: 0;}
#hauptmenu .gross {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 3px;}
#hauptmenu .klein {
	font-size:11px;
	line-height:16px;
	margin-bottom: 50px;}
#hauptmenu a {
	color: rgb(0,0,0);
	text-decoration: none;}

#werbunglinks {
	margin-top: 15px;
}

#inhalt {
	width: 425px;
	float: left;
	padding: 0 10px;
	margin: 0 10px;
	border-left: 1px solid #A7A7A7;
	font-size:11px;
	line-height:16px;}
#inhalt h1 {
	margin-top: 0;
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 3px;}
#inhalt a:hover {
	text-decoration: underline;}
#inhalt img {
	float: left;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:15px;}

#inhalt .artikel {
	clear: both;
	padding-right: 10px;
	margin-bottom: 10px;}
#inhalt .artikel h2 {
	border-bottom: 2px solid rgb(220,220,220);}
#inhalt .artikel ul {
	margin: 0 20px;
	padding: 0;
	clear: both;
}
#inhalt .hinweis {
	font-size:10px;
	line-height:13px;
	color: #4E4CAD;}
#inhalt table.unter_artikel {
	width: 100%;
	margin-top: 20px;
}
#inhalt .weiter_lesen {
	text-align: right;}

#meta {
	width: 159px;
	float: left;
	font-size:10px;
	line-height:13px;
	color: #4E4CAD;
	padding: 5px;
	background-color: rgb(240,240,240);}
#meta h1 {
	font-size: 12px;
	line-height: 14px;}
#meta div {
	border-bottom: 2px solid white;
}
#meta div#forum{
	margin-bottom: 15px;
}
#meta #forum .beitragtitel {
	font-weight: bold;}
#meta #forum .beitragmeta {
	text-align: right;}

#artikel_interessant ul {
	margin-left: 0;
	padding: 0 5px 0 15px;
}
#artikel_interessant li {
	margin: 0 0 5px 0;
	padding-left: 0;
}

#rss img {
	float: left;
	padding: 10px 10px 10px 0;}

#werbungrechts {
	margin-top: 30px;}

#validation {
	text-align: center;}
#validation a {
	display: block;}
#validation img {
	margin: 2px 0;}

/* Administration */
.adminfeld {
	color: #4E4CAD;}
td.adminfeld {
	vertical-align: top;
	padding: 5px 10px 5px 0;}

/* Formatierung in der Datenbank */
div.bildmcaption {
	float: left;}
.caption {
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 226px;
	font-size: 10px;
	line-height: 10px;
	background-color: rgb(200,200,200);
	clear: both;}
.neuerabsatz {
	clear: both;}
iframe {
	margin-top: 10px;}
.code {
	font-family: monospace;}