@charset "utf-8";


/*
Stylesheet www.sybille-wilss.de
Autor Dörthe Dickel
Oktober 2008
aktualisiert: --
*/

/*
Hauptfarben Farben:
Hintergrund body #9C6;
Hintergrund navi #7EA854;
Hintergrund schrift #7EA854;

*/

html, body{
/*   erzwungender Scrollbalken im FF, verhindert das Springen der Seite  */
	height: 100.01%;
}

html, body {
	background-color:#9C6;
	font-family:Verdana, sans-serif;
	line-height:110%;
	margin:0;
	padding:0;
	text-align:center;
}

#BG {
	margin:0 auto;
	width:980px;
}

#meta {
	margin-top:0;
	width:100%;
	height:50px;
	text-align:right;
	background-image:url(img/bg_metanavigation.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.metanavi {
	padding-top:26px;
	margin-right:49px;
	font-size:80%;
	
}

#meta a {
	color:#000;
	text-decoration:none;
}

#hcontent {
	width:100%;
	overflow:auto;
	background-color:#FFFFFF;
	background-image:url(img/bg_buchschatten.jpg);
	background-repeat:repeat-y;
	border-right:8px solid #6B8E47;
	text-align:left;
}

#sp_links {
	float:left;
	margin:0;
	width:387px;
	padding-top:26px;
	padding-bottom:26px;
	text-align:left;
}

#sp_rechts {
	float:right;
	width:453px;
	padding:135px 80px 30px 0;
	text-align:left;
	background-image:url(img/i_halbkreis.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

h1.zitat {
	font-size:110%;
	color:#7EA854;
	line-height:130%;
}

h2 {
	font-size:90%;
	margin-bottom:20px;
}

h3 {
	font-size:80%;
	margin-top:25px;
	color:#7EA854;
	border-bottom:1px solid #7EA854;
}

p {
	font-size:80%;
}

#licontent {
	font-size:80%;
	margin-left:0;
	padding-left:20px;
	list-style-image:url(img/i_listpfeil.gif);
	line-height:150%; 

}



.logo {
	margin-left:87px;
	margin-bottom:26px;
	border:none;
}


#navi {
	width:326px;
	clear:both;
	font-size:80%;
	background-repeat:no-repeat;
}

#navi ul {
	margin-left:45px;
	padding-left:45px;
	list-style-type:none;
}

#navi li {
	border-bottom:1px solid #FFF;
	padding:7px 0;
}

#navi a {
	color:#FFF;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
}

#navi a:hover {
	color:#000;
}

#bgbild{
   background-image:url(img/i_bueroklammer.jpg);
}

#footer {
	margin:0 auto;
	width:980px;
	text-align:right;
	font-size:70%;
}

/* Formular */

input,textarea {
  font-family:Verdana, sans-serif;
  font-size:100%;
  width:200px;
  border-top:1px solid #7EA854;
  border-right:1px solid #7EA854;
  border-bottom:2px solid #7EA854;
  border-left:1px solid #7EA854;
  margin:0;
}
form p {
  margin:0 0 5px 0;
}

.abstand {
  padding-top: 10px;
}

.normal {
  border: none;
  width: 20px;
}

.pflicht {
  color: #7EA854;
  font-weight:bold;
}

.button {
   background-color:#7EA854;
   color:#FFF;
   font-weight:bold;
   width:110px;
}