/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #fff;
font-size: .8em;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#010101;
letter-spacing:.5px;
background-image:url(../img/emma-hintergrund.gif);
}
a {color: #006623;}
a:visited {color:#006623;}
a:hover {color: #f7b058;}
a:active { color:#000000;}

a:link img, a:visited img {
  border:1px solid #006623;
}
a:hover img, a:visited:hover img {
  border: 1px solid #f7b058
}

img.noborder {
  border:0 !important;	
}

h1 {
font-size: 1.5em;
letter-spacing:.1em;
text-transform:uppercase;
color:#f7b058;
margin: 1.5em 0 0 0;
font-weight:normal;
}

h2 {
font-size:1.2em;
font-weight: normal;
color:#f7b058;
margin:0 .8em;
}


/* ----------container zentriert das layout-------------- */
#container {
width: 967px;
margin:0 auto;
background-image:url(../img/fattigauer-hintergrund.gif);
background-position:top;
}

/* ----------banner for logo-------------- */
#banner {
padding: 0px;
margin: 0px;
height:210px;
}

#searchbox {
	text-align:right;
padding-top:177px;
}

#searchstring {
border:1px solid #006623;
width:120px;
height:15px;
padding:0;
font-size:12px;
background-color:#fffef1;
}

#searchsubmit {
width:60px;
height:18px;
padding:1px;
text-transform:uppercase;
font-size:10px;
background-color:#fffef1;
color:#f7b058;
border:1px solid #f7b058; 
}

#homelink {
	display:block;
	float:left;
	width:260px;
	height:200px;	
  margin-left:360px;	
}

#printlogo {display:none;}

/* -----------------Inhalt--------------------- */


#content { 
min-height:600px;
}


#content {
padding: 0 2em;
margin: 0 200px;
}

.breit {
margin-right: 0 !important;
}


#content li {
  margin-bottom:1em;
}

#content ul li ul {
  margin-top:1em;
}

#content hr {
  margin:1em 5em;
  height:1px;
  border:0;
  background-color:#F7B057;
}


/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 3em 0 0 0;
padding: 0 1em;
}

#left ul {
  list-style-type:none;
  padding: 0;
  margin:0;
}

#left ul li {
  margin-bottom:.5em;
}

#left ul li a {
  text-decoration:none;
}

#left ul li ul {
  margin-top:.5em;
}

#left ul li li {
  padding-left:2em;
  font-size:85%;
}

.menu-current {
  font-weight:bold;
}

.menu-current ul li {
  font-weight:normal;
}


/* --------------right column------------- */

#right {
	float: right;
	width: 200px;
	margin: 2.5em 0 0 0;
	padding: 0;
}

#rightcontent {
  padding:0 2em;
  font-size:85%;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; 
background-image:url(../img/fattigauer-fuss.png);
background-repeat:no-repeat;
background-position:bottom;
font-size:.8em;
padding-bottom:1em;
color:#666;
}

#footer a {
  color:#666;
}
