@charset "ISO-8859-1";
a,
a:visited,
a:hover,
a[href^="mailto:"],
a:visited[href^="mailto:"],
a:hover[href^="mailto:"] {
	color: #454545;
	text-decoration: underline;
}
a[href^="http:"] {
	display: block;
	background: url(../img/img_link_grau.gif) no-repeat left 2px;
	padding-left: 20px;
	color: #454545;
	text-decoration: none;
}
a[href$=".pdf"], a.pdf {
	display: block;
	background: url(../img/pdf_we.gif) no-repeat left 2px;
	padding-left: 24px;
	line-height: 20px;
	color: #454545;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	background-color: #cdcdcd;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#wrapper {
	width: 1120px;
	height: 740px;
	margin: 0px auto;
	padding: 60px 0px 0px 0px;
	text-align: left;
	background-image: url(../img/hg_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#grundsaetze #wrapper {
	background-image: url(../img/hg_grundsaetze.gif);
}
#arbeitsfelder #wrapper {
	background-image: url(../img/hg_arbeitsfelder.gif);
}
#profil #wrapper {
	background-image: url(../img/hg_profil.gif);
}
#kontakt #wrapper {
	background-image: url(../img/hg_kontakt.jpg);
}
#schreiben #wrapper {
	background-image: url(../img/hg_schreiben.gif);
}
#leseproben #wrapper,
#gedichte #wrapper {
	background-image: url(../img/hg_leseproben.gif);
}
#header {
	height: 45px;
	width: 540px;
	float: right;
	margin-right: 225px;
	background-image: url(../img/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header a {
	display: block;
	height: 45px;
	width: 540px;
}
#header a span {
	display: none;
}
#navigation {
	position: relative;
	z-index: 99;
	float: left;
	width: 99px;
	padding: 125px 0px 0px 230px;
	margin: 0px;
	list-style-type: none;
}
#navigation li {
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
#navigation li a {
	display: block;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	border: none;
}
#navigation li.grundsaetze a {
	background-position: 0px -30px;
}
#navigation li.profil a {
	background-position: 0px -60px;
}
#navigation li.kontakt a {
	background-position: 0px -90px;
}
#navigation li.schreiben a {
	background-position: 0px -120px;
}
#navigation li a span {
	visibility: hidden;
}
#arbeitsfelder #navigation li.arbeitsfelder a,
#navigation li a:hover {
	background-position: -211px 0px;
}
#grundsaetze #navigation li.grundsaetze a,
#navigation li.grundsaetze a:hover {
	background-position: -211px -30px;
}
#profil #navigation li.profil a,
#navigation li.profil a:hover {
	background-position: -211px -60px;
}
#kontakt #navigation li.kontakt a,
#navigation li.kontakt a:hover {
	background-position: -211px -90px;
}
#schreiben #navigation li.schreiben a,
#leseproben #navigation li.schreiben a,
#gedichte #navigation li.schreiben a,
#navigation li.schreiben a:hover {
	background-position: -211px -120px;
}
#arbeitsfelder #navigation li.arbeitsfelder a,
#grundsaetze #navigation li.grundsaetze a,
#profil #navigation li.profil a,
#kontakt #navigation li.kontakt a,
#schreiben #navigation li.schreiben a,
#leseproben #navigation li.schreiben a,
#gedichte #navigation li.schreiben a {
	cursor: default;
}
/******************************************************
 
 INHALTE

******************************************************/

#content {
	position: relative;
	z-index: 1;
	width: 695px;
	padding: 0px;
	margin: 80px 0px 0px -110px;
	min-height: 515px;
	float: left;
/*	border: solid 1px #000000; */
}
#twocols {
   list-style-type: none;
   padding: 0;
   margin: 0;
}
#leseproben #twocols {
	width: 530px;
	height: 607px;
	padding: 0px 55px 0px 137px;
	margin: 0px;
	overflow: auto;
}
#gedichte #rcol {
	width: 292px;
	height: 607px;
	padding: 0px 55px 0px 375px;
	margin: 0px;
	overflow: auto;
}
#twocols .lcol,
#twocols li.lcol {
   float: left;
   width: 345px;
   margin: 0px;
   text-align: right;
}
#twocols .rcol,
#twocols li.rcol {
   float: left;
   width: 315px; 
   padding: 0px 0px 0px 30px;
   margin: 0px;
}
#twocols .rcol ul,
#twocols li.rcol ul {
   padding: 0px 0px 0px 15px;
   margin: 0;
   list-style-type: disc;
}
#kontakt #twocols .lcol,
#kontakt #twocols li.lcol,
/*#profil #twocols li.lcol,*/
#grundsaetze #twocols .lcol,
#grundsaetze #twocols li.lcol,
#arbeitsfelder #twocols .lcol,
#arbeitsfelder #twocols li.lcol {
	margin-top: 250px;
}
h3, h2, p {
	margin: 0px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
.liste {
	margin-left: 60px;
}
.einzug {
	display: block;
	width: 60px;
	margin-left: -60px;
	float: left;
}
/******************************************************

Kontaktformular 

******************************************************/
form p {
	position: relative;
}
fieldset {
margin: 1em 0;
padding: 1em;
	border: #FFFFFF 1px solid;
	width: 720px;
}
legend {
	font-weight: bold;
}
label {
	float: left; 
	width: 100px;
}
label.titel {
	font-weight: bold;
	float: left; 
	width: 330px;
}
textarea {
	border: #FFFFFF 1px solid;
	width: 240px;
	margin-left: 100px;
	height: 55px;
	color: #000000;
} 
input {
	border: #FFFFFF 1px solid;
	width: 240px;
	color: #000000;
} 
input[name="PLZ"] {
	width: 80px;
	margin-right: 15px;
}
input[name="Ort"] {
	width: 140px;
}
input[type="submit"], input[type="reset"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CC2781;
	border: #FFFFFF 1px solid;
	width: 115px;
	margin-right: 14px;
	color: #FFFFFF;
}
input:focus, textarea:focus {
	background-color: #EEEEEE;
}
.warnung, #warn_name,
#warn_address,
#warn_ort,
#warn_mail,
#warn_message {
	position: absolute;
	visibility: hidden;
	left: 350px;
	width: 130px;
	font-size: 10px;
	line-height: 10px;
	color: #FF0000;
	padding-left: 14px;
}