* {
	margin: 0;
	padding: 0;}

html, body { height: 100%; /* Mindesthöhe im IE */ }

body {
	margin: 0;
	padding: 0;
	background: #fff url(img/bg.gif) 0 0 repeat-y ;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;
}



*:first-child {	margin-top: 0; }


.hidden { display: none; }

#container {
	height:100%; /* IE6: treaded as min-height*/
}

#logo {
	height: 109px;
	width: 100%;
	background: #fff;
	margin-left: -20px;
	margin-bottom: 10px;
}

#skip,
.tooltip { display: none;}

a img { border: none;}

#main {	width: 90%; }


/*
						Navigation
*/

#navigation {	display: none; }


/*
						Content
*/

#content { margin: 0; }


/*
						Logos der einzelnen Projekte
*/

#section-logo {	
	margin-top: 10px;
	margin-bottom: 20px;
}

#section-logo img {
	border: 1px solid #000;
}


/*
						Suchbox
*/

#suchbox { display: none; }


/*
						Newsbereich
*/


.news {	display: none;}


/*
						Inhalt
*/


#text {
	margin: 0;
}

#text a {
	color: #80005d;
	text-decoration: none;
	border-bottom: 1px solid #80005d;
}

#text h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #431d01;
}


#text hr {
	height: 2px;
	background: #431d01;
	color: #431d01;
	border: none;
	margin: 10px 0 20px 0;
}

.contenttext {
	margin: 25px 10px 0 10px;
	font: 14px/21px  Arial, sans-serif;
}

#text h2 {
	font-size: 15.5px;
	line-height: 21px;
	color: #431d01;
	margin-top: 20px;
}

#text h3 {
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	color: #431d01;
	margin-top: 20px;
}


#text p {
	font: 14px/21px Arial;
	color: #000; 
	margin-top: 10px;
	text-align:justify
}

#text ul,
#text ol {
	font: 14px/21px Arial;
	color: #000;
	margin: 10px 0 0 20px;
}

#text blockquote {
	margin: 10px 30px;
	padding-left: 20px;
	border-left: 5px solid #e6d5b4;
}


#text table {
	font: 14px/21px Arial ;
	width: 100%;
	padding: 0;
	margin: 10px 0;	
	border-collapse: collapse;
	text-align: left;
}

#text table th {
	background: #552500;
	color: #efe7d2;
	padding: 3px 0 3px 10px;
	border: 1px solid #ebd3b7;
}

#text table td {
	background: #e5d5b4;
	padding: 3px 0 3px 10px;
	border: 1px solid #552500;
	vertical-align: top;
}


/*
						Search results (Atomz)
*/

#c_form_2 form legend {
	display: none;
}

#c_form_2 form fieldset {
	border: 0;
	padding: 0;
	margin-bottom: 1em;
}

#c_form_2 form input,
#c_form_2 form textarea {
	font-family: arial, sans-serif;
	font-size: 1.1em;
}

#c_form_2 form input[type="text"],
#c_form_2 form input[type="password"],
#c_form_2 form textarea {
	display:block;
	margin: 0;
	padding: 3px 0;
	width: 400px;
	border: 1px solid #000;
}

#c_form_2 form .post-error label {
	color: #f80000;
	font-weight: bold;
}

#c_form_2 form .submit {
	color: #000;
	border: 1px solid #000;
	padding: 3px;
}



/*
						Search results (Atomz)
*/

.search {
	margin: 10px 0 20px 0;
	padding: 0;
}
#text .teaser p {
	margin: 10px 10px 10px 95px;
	font: 14px/21px  Arial, sans-serif;
	text-align: left;
}
.pagenav {
	margin: 20px 0;	

}

.pagenav p,
.pagenav ul,
.pagenav ul li {
	display: inline;
	white-space: nowrap;
}

.pagenav p {
	margin-left: 200px;
}

.pagenav ul {
	margin-left: -30px;
}


#content .pagenav ul li a:link,
#content .pagenav ul li a:visited {
	background: #80005f;
	color: #fff;
	border-bottom: none;
	padding: 2px 5px;
	margin-right: 10px;
}

#content .pagenav ul li a:hover,
#content .pagenav ul li a:focus,
#content .pagenav ul li a:active {
	background: #140181;
	color: #fff;
	border-bottom: none;
	padding: 1px 4px;
	border: 1px solid #140181;
	margin-right: 10px;
}


#content .result p {
	margin: 10px 10px 10px 95px;
	font: 14px/21px  Arial, sans-serif;
	text-align: left;
}

#content .result  {
	border-top: 1px solid #552500;
	margin: 10px 0;
}

#content .result h2 {
	margin: 10px 0;
}

#content .bottom  {
	border-top: 1px solid #552500;
	padding: 20px 0;
}

/*
						Footer
*/

#footer { display: none; }





