body {
	margin: 0;
	padding: 0;
	background-image: url(../images/back.gif);
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}


h2 {
	color: #1a3171;
	font-size: 16px;
}

a {
	color: #5884eb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.error, .alert {
	color: white;	
	font-weight: bold;
	line-height: 150%;
	padding:  2px;
	margin: 10px;
}

.error { background-color: #bb1210; }
.alert { background-color: orange; }


#wrapper {
	width: 789px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#header {
	width: 798px;
	height: 158px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 43px;
	z-index: 0;
}

#main {
	width: 778px;
	padding: 10px;
	background-image: url(../images/main.gif);
}

#footer {
	width: 758px;
	padding: 20px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	color: #6b644b;
}


h1#logo {
	width: 200px;
	height: 158px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	margin: 0 0 0 -11px;
	padding: 0;
	z-index: 1;
	text-indent: -999px;
	cursor: pointer;	
}

.archiv {	
	width: 121px;
	height: 31px;
	background-image: url(../images/menu_archiv.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 189px;
	padding-top: 90px;	
	float: left;
	text-align: center;
	cursor: pointer;
}

.archiv a { 
	color: black;
	font-weight: bold;
}

.menu {
	width: 375px;
	height: 121px;
	float: right;
}

.menu ul {
	height: 51px;
	margin: 10px 0 0 0;
	padding: 0;
}

.menu ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;	
	color: white;
	border-right: 1px solid;
	font-size: 10px;
	
	
}

.menu ul li:last-child { border-right: none; }
.menu ul li.active a { font-weight: bold; }

.menu ul li a {
	color: white;
	text-decoration: none;
}



.search {
	height: 35px;
	margin-top: 25px;
}



.content {
	width: 393px;
	float: left;	
}

.index {
	width: 375px;
	float: right;
	background: #FFF url(../images/index.gif) repeat-x center bottom;
}

.big {
	font-size:  150%;
}

.frame {
	background-color: #f5f8ff;
	width: 95%;
	margin: 2px;
	padding: 5px;
	border: 2px solid #6699ff;
}

.box {
	width: 379px;
	height: 47px;
	background: #6699ff url(../images/box_blue_small.gif) no-repeat center top;
	margin: 10px 0 10px 0;
	padding: 10px 5px 5px 5px;
	text-align: center;
	color: white;
	overflow: hidden;	
}


table.newsletter { color: #5884eb; }
td {vertical-align: top; }
td.date { 
	width: 70px;
	font-size: 10px;
	color: #5884eb;	
	padding-top: 5px;
}
td.subject {
	font-size: 11px;
	line-height: 16px;
	padding: 5px 0 10px 0;
	background: transparent url(../images/dotline.gif) no-repeat center bottom;
}

tr:last-child td.subject { background: none; }


fieldset { border: 0; }
fieldset div { margin-bottom: 5px;}
fieldset div.required label { font-weight: bold; }
fieldset div.required label:after { 
	font-weight: bold;
	color: #bb1210;
	content: '*';
}


fieldset.column1 { width: 350px; float: left; }
fieldset.column2 { width: 350px; float: right; }

fieldset div.action {
	padding: 5px 5px 5px 100px;
	border-top: 1px solid #6699ff;	
	border-bottom: 1px solid #6699ff;
	background-color: #ebefff;
}

fieldset div.head {
	border-bottom: 2px solid #6699ff;	
	padding-bottom: 10px;
	margin-bottom: 15px;
}

legend {
	font-size: 18px;
}

label {
	width: 100px;
	text-align: left;;
	float: left;
}

#input_email {
	font-size: 24px;
	height: 24px;
	width: 140px;
	float: left;
}

#input_suche {
	width: 160px;
	float: left;
}

#btn_anmelden, #btn_suchen {
	margin-left: 5px;
}

form.search label {
	margin-top: 5px;
	width: 50px;
	font-weight: bold;	
}

/* Suchergebnisse */

#page-search #main { padding-top: 35px;}

.search-header {
	background-color: #E0E0E0;
	border-top: 1px solid gray;
	padding: 5px 10px 5px 10px;	
	margin-bottom: 30px;
	font-size: x-small;
}

.result, .stats, .sort {
	width: 250px;
	float: left;
}

.result { text-align: left; }
.stats { text-align: center; }
.sort { text-align: right; }


.search-nav {
	width: 100%;
	text-align: center;
	
}

.highlight {
	background-color: #fff5a7; 
	color: #547de5; 
	font-weight: bold;
	padding: 0 1px 0 1px;
}

dl.search-results {}

dl.search-results a.title {
	font-size: 14px;
	color: #0000ff;
	text-decoration: underline;
}

dl.search-results .extract { margin: 5px 5px 5px 15px; }

dl.search-results .infos {
	margin: 5px 5px 30px 15px;
	font-size: x-small;	
}

dl.search-results .data { color: #008800; }

dl.search-results .score {
	float: right;
	font-size: x-small;		
}

.page-back, .page-next { 
	font-size: x-small;	
	color: gray; 
}
.page-nr {
	font-size: x-small;	
	border: 1px solid gray;
	padding: 0 1px 0 1px;
	background-color: #E0E0E0;
	color: gray;
}

.page-nr a { color: black; }


ol li { margin-bottom: 20px; }

/* Bugfix */
.clear { clear: both; height: 1px; }