/* CSS Document */


/* General */

* { margin: 0; padding: 0; }

html { height: 100%; font-size: 62.5% }

body {
height: 100%;
background-color: #B7B19B;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;


}

a:link, a:visited {
line-height: 1.2;
text-decoration:none;
font: 0.9em Georgia, "Times New Roman", Times, serif;
color: #1B1612;
}

a:hover {  

text-decoration: none;
}
/*
div.address {
background-color: #E3F4FF;
border: 1px solid #0000FF;
margin: 50px 10px 20px;
}
*/
address {
line-height: 2;
text-align: left;
vertical-align:top;
margin: 0.3em 1em;
}
content {
line-height: 2;
text-align: left;
margin: 0.6em 1em;
}
/*
.noscreen {
display: none;
}


/* Cleaner */

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}


/* Skip menu */

.hidden {
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}




/* Wrapper */

#wrapper {
width: 900px;
margin: 70px auto 0 auto;
padding-bottom: 90px;
}


/* Headings, paragraphs */

h1 {
font: 1.6em Georgia, "Times New Roman", Times, serif;
color: #1B1612;
letter-spacing: 1px;
margin-bottom: 5px;
border-bottom: 2px dotted #615245;
padding-bottom: 3px;
z-index: 2;
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: #ffffff;
}

h2 {
font: 1.6em Georgia, "Times New Roman", Times, serif;
color: #000000;
letter-spacing: 1px;
margin-bottom: 5px;
border-bottom: 2px dotted #615245;
padding-bottom: 4px;
}
h3 {
font: 1.1em Georgia, "Times New Roman", Times, serif;
color: #1B1612;
letter-spacing: 1px;
margin-bottom: 5px;
border-bottom: 2px dotted #615245;
padding-bottom: 3px;
}

p {
line-height: 1.2;
font: 0.9em Georgia, "Times New Roman", Times, serif;
color: #1B1612;
}


/* Header */

#header {
width: 888px;
height: 119px;
margin: 0 auto;
position: right;
text-align: right;
background-color:#615245; 
}
/*
#header p.title {
color: white;
line-height: 1.8;
position: relative;
z-index: 2;
}

#header-in {
	position: absolute;
	width: 900px;
	height: 128px;
	bottom: -15px;
	left: 0px;
	visibility: visible;
	background-color:#0000FF;


}

#header-in p {
font: 2.1em Georgia, "Times New Roman", Times, serif;
color: white;
position: absolute;
top: 34px;
left: 175px;
letter-spacing: 1px;

*/
}
hintergrund content 
.bar {
width: 900px;
height: 12px;
background: #0000FF;
}


/* Menu */
/*
#menu {
	position: absolute;
	top: 28px;
	right: 7px;
	z-index: 3;
}

#menu li {
float: left;
display: inline;
list-style-type: none;
}

#menu li a {
float: left;
display: inline;
list-style-type: none;
text-align: center;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
background-color: #202020;
padding: 0 0.8em;
height: 31px;
line-height: 30px;
margin-left: 4px;
border-top: 3px solid black;
}

#menu li a:hover, #menu li a.active  {
background-color: #0D0D0D;
color: #FFFFFF;
border-top: 3px solid #00A7ED;
text-decoration: none;
}


/* Content and columns */

.content {
width: 888px; height: 520;

/*border-left-width:12px;
background: #0000FF; 
border-right-width:  12px;
background: #0000FF;*/ 
}

/*.column-left {
float: left;
width: 66%;
text-align: left;
}

.column-right {
float: right;
width: 33%;
text-align: center;
}

.column-left-in {
margin: 1.3em 1em 3em 1.5em;
}

.column-right-in {
margin: 1.3em 2.8em 3em 2em;
}


/* Column right list */
/*
.column-right ul {
margin: 10px 10px 0 20px;
list-style-type: none;
}

.column-right ul li {
display: block;
}

.column-right ul li a, .column-right ul li a:visited {
color: #3A3a3A;
font-weight: normal;
text-decoration: none;
display: block;
padding: 10px 0;
border-bottom: 1px solid #CECECE;
}

.column-right ul li a:hover, .column-right ul li a.active {
color: black;
font-weight: bold;
border-bottom: 1px solid #00A7ED;
}


/* Column left box */

/*

.box {
float: left;
background-color: #E3F4FF;
border: 1px solid #0000ff;
width: 94%;
margin: 20px 13px 0 0;
}

.box2 {
float: left;
background-color: #E6FCCB;
border: 1px solid #9ECB64;
width: 270px;
margin: 20px 0 0 0;
}

.box-in, .box2-in {
margin: 0.4em 0.8em 1.3em 0.8em;
}

.box p, .box2 p {
line-height: 1.5;
}

.box1 p.more, .box2 p.more {
position: relative;
top: 6px;
left: 200px; 
}

.box1 p.more a, .box1 p.more a:visited {
color: #005083;
}

.box2 p.more a, .box2 p.more a:visited {
color: #2F6900;
}


/* Footer */

/* #footer {
width: 900px;
height: 40px;
background: #0000FF;
border-bottom: 3px solid #101010;
}

#footer a:link, #footer a:visited {
color: #FFFFFF;
font-weight: normal;
}

#footer ul {
list-style-type: none;
color: #FFFFFF;
padding: 13px 0 0 10px;
text-align: left;
font-size: 0.9em;
float: left;
width: 430px;
}

#footer ul li {
float: left;
display: inline;
white-space: nowrap;
}

#footer ul li a, #footer ul li a:visited {
margin: 0 6px;
}

#footer p.cop {
font-size: 0.9em;
color: #FFFFFF;
float: right;
padding: 12px 16px 0 0;
margin: 0;
line-height: 1.6;
}


/* Mantis-a templates backlink */

p.mantis-a {
color: #C0C0C0;
font-size: 0.9em;
margin: 7px 8px 10px 0;
line-height: 1;
text-align: right;
}

p.mantis-a a, p.mantis-a a:visited {
color: #C0C0C0;
font-weight: normal;
}

p.mantis-a a:hover {
color: #FFFFFF;
}


#commercial-link, a:visited#commercial-link {
font-weight: bold;
color: #FCFCFC;
}



/* hintergrundbox */
.box { width: 939px; background: #615245}
.box h1, .box p {margin: 0 10px;}
.box h1 {font-size:150%; color:#615245; }
.box .top, .box .bottom{display:block;background: #B7B19B;}
.box .top b, .box .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #615245;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}




/* ein- ausblenden linkmenue */

<style type="text/css" media="screen,projection" title="Druckvorschau-semantic-Test">
/*<![CDATA[*/ 



			
a:focus,
a:active	{
			background-color: #ffCCFF;
			}	

			
a span		{
			display: none;
			}

a:focus span,
a:active span
			{
			display: block;
			
			border:  0 none;
			background-color: #99CCFF;
			
			text-decoration: none;
			}
			

					
/*]]>*/ 
</style> 

