html,body {
	text-align:left;
	font: 12px/1.3em Verdana, Arial, sans-serif;
	padding:0;
	margin:0;	
	background:#787D63;
}

a:link { color:#336; font-weight:bold; text-decoration: underline;}
a:visited { color:#336; text-decoration: underline; }
a:hover { color:#495152; text-decoration: none;}
a:active { color:#336; text-decoration: underline;}


p,h1,pre {
	margin:10px 0px;
	color:#495152;
}

h1 {
	font-size:18px;
	padding-top:0px;
}

h2 {
	font-size:16px;
	padding-top:0px;
}

h3 {
	font-size:14px;
	padding-top:0px;
}

h2.linie {
	border-top-width: thin;
	border-top-style: solid;
	padding-top: 20px;
}

hr.linie {
	border: 0px;
	padding-top: 0px;
	margin-top: 4px;
}

hr {	color: #336;
	background: #495152;
	margin: auto 0px auto auto;
	width: 100%;
	text-align: right;
	border: 0px solid #fff;
}

acronym {
	border-top: 1px dotted #EAF3FE;
	background: #EAF3FE;
	color: #000000;
	cursor: help;
}

/*-- Suche und Sitemap--*/
.rubrik {	
	color: #fff;
	margin: auto 0px auto auto;
	width: 100%;
	text-align: left;
	padding:5px 2px; margin: 5px 0px; 
	border: 1px dotted #DDD3AA; 
	background:#787D63;
	font-weight:bold;
}

.rubrik a:link { color:#fff; font-weight:bold; text-decoration: underline;}
.rubrik a:visited { color:#fff; font-weight:bold; text-decoration: underline; }
.rubrik a:hover { color:#B7C4CA; font-weight:bold; text-decoration: underline;}
.rubrik a:active { color:#fff; font-weight:bold; text-decoration: underline;}

/*---layout----*/
#wrap {
	width:100%;
	padding:0;
	margin:0;	
}

div.spo { /* 2-spaltig outer */
	float: left;
	width: 50%;
}

div.spi { /* 2-spaltig left inner */
	padding: 10px;
}

div.spbri { /* 2-spaltig left inner */
	padding: 10px;
	border-right: 1px solid;
}

div.spbli { /* 2-spaltig right inner */
	padding: 10px;
	border-left: 1px solid;
}

#left {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #333333;
	background: #DDD3AA;
	color: #333333;
	padding: 10px;
	width: 180px;
	voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
	voice-family:inherit;
	width:138px;
}

#left div { color:#000; font-weight:bold; text-decoration: underline;}

#left div a:link { color:#000; font-weight:bold; text-decoration: underline;}
#left div a:visited { color:#000; text-decoration: underline; }
#left div a:hover { color:#787D63; background:#eee; text-decoration: none;}
#left div a:active { color:#000; text-decoration: underline;}

#right p {
	font-size:10px;
	margin-left:0px;
}

#center{
/*
	position: relative;
	margin: 10px 10px 10px 185px;
*/
	position: absolute;
	top: 10px;
	left: 185px;
	right: 10px;

	border: 1px solid #333333;
	background: #ffffff;
	color: #333333;
	padding: 10px;
}

table.thin {
	border-style: solid;
	border-width: thin;
}

th.thin {
	border-style: solid;
	border-width: thin;
	background: silver;
	font-size: 1.2em;
	text-align: center;
}

td.lthin {
	border-right-style: solid;
	border-right-width: thin;
	padding: 4px;
}

td.rthin {
	border-left-style: solid;
	border-left-width: thin;
	padding: 4px;
}

tr.thin,td.thin {
	border-style:solid;
	border-width: thin;
	padding: 4px;
}

/*********************************
 *
 *	CAPTCHA-Styles
 *
 */
p.captcha_1,
p.captcha_2,
p.captcha_notvalid
{
	margin-left: 30px;
	margin-right: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	color: #000000;
}
p.captcha_2
{
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
p.captcha_notvalid
{
	font-weight: bold;
	color: #FFAAAA;
}
.captchapict
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset;
	border-width: 4px;
	border-color: #C0C0C0;
}
#captcha
{
	margin-left: 30px;
	margin-right: 30px;
	border-style: dashed;
	border-width: 2px;
	border-color: #FFD940;
}

