@charset 'utf-8';
@import url(reset.css);


/* ----------------------------------------------------- All browsers */
body{
	font-size:62.5%;
	font-family:Arial,sans-serif;
	line-height:1.6em;
}

h1{
	text-indent:-9999px;
}
h2{
	font-size:2em;
	margin:1em 0;
}
a:link,a:visited{
	outline:none;
	color:#000;
	
}
a:hover,a:focus{
	color:#ff00ff;

}
p{
	font-size:1.2em;
	line-height:1.6em;
}
strong{
	font-weight:bold;
}
a.active{
	color:#ff00ff !important;
}
span.hoch{
	font-size:1.4em;
}

/* ----------------------------------------------------- seiten divs */
div#wrapper{
	width:800px;
	margin:0 auto;
}

/* ----------------------------------------------------- navigation*/
ul#navi{
	list-style:none;
	margin-bottom:6em;
	white-space:nowrap;
}
ul#navi li{
	display:inline;
	margin-right:2em;
}
ul#navi li a{
	font-size:1.8em;
	text-decoration:none;
}
ul#navi li.lang a{
	font-size:1em;
	
}



ul#navi li.lang a:link,
ul#navi li.lang a:visited,
ul#navi li.lang a:active{
	color:#999;
}
ul#navi li.lang a:hover{
	color:#ff00ff;
}

/* ---------------------------------------------------------------------------------------------------------- -----------------------------------------------------  cases*/
/**
allgeimeines
*/
.mtop1{
	margin-top:1em;
}
#biografie ul{
	font-size:1.2em;
	line-height:1.6em;
}

/* ----------------------------------------------------- startseite */
body.startseite{
	background:url(/bilder/webseite/simone-haack-start.jpg) top no-repeat;
}
ul.startseiteUL li a:link,ul.startseiteUL li a:visited{
	color:#fff;
}
ul.startseiteUL li a:hover{
	color:#ff00ff;
}
body.startseite ul#navi li.lang a:link,
body.startseite ul#navi li.lang a:visited,
body.startseite ul#navi li.lang a:active{
	color:#fff;
}
body.startseite ul#navi li.lang a:hover{
	color:#ff00ff;
}
/* ----------------------------------------------------- biografie */
div#biografie dl{
	font-size:1.2em;
	line-height:1.6em;
	margin-top:1em;
}
div#biografie dl dd{
	margin:-1.6em 0 0 8em;
	
}

/* ----------------------------------------------------- bilder */
ul.bilderJahre{
	font-size:2em;
	line-height:1.4em;
}
ul.bilderJahre li a:link,ul.bilderJahre li a:visited{
	text-decoration:none;
	color:#999;
}
ul.bilderJahre li a:hover,ul.bilderJahre li a:active,ul.bilderJahre li a:focus{
	color:#ff00ff;
}
ul.bilderJahre{
	margin:0 0 2em 0 ;
}

ul.bilderJahre li{
	display:inline;
	margin-right:1em;
	
}
ul#bilder li{
	float:left;
	margin:0 2em 2em 0;
	
}
/* ----------------------------------------------------- über die arbeiten */
blockqoute p{
	
}
cite{
	display:block;
	margin-top:1em;
	font-style:italic;
}

ul.ueberDieArbeiten{
	list-style:square;
	margin:6em 0 0 2em;
	font-size:1.2em;
	line-height:1.8em;
}

ul.ueberDieArbeiten a{
	text-decoration:none;
}
p.small{
	font-size:0.9em;
	margin-top:2em;
}
p.arbeitenAu{
	margin:2em 0;
}
/* ----------------------------------------------------- publikationan */
dl.publi {
	position:relative;
	margin-bottom:2em;
	
}
dl.publi dd  {
	
	position:absolute;
	top:1em;
	left:420px;
	
	
}
dl.publi dd p{
	font-size:1em;
	text-align:justify;
}
/* -----------------------------------------------------vcard */
div.vcard {
	font-size:1.2em;
	line-height:1.6em;
}
/* -----------------------------------------------------kontakt */
label.error { display:block;
 color: red; 
  vertical-align: top;
  font-weight:bold; }


legend{
	font-size:1.2em;
}
div#content ol#main li form{
	font-family:"Trebuchet MS",Georgia, serif;
	font-size:1.2em;
	line-height:1.6em;
	padding-top:1.3em;
	margin-left:11.8em;
	
}

form input, form textarea, form select{
	padding:.2em;
	border:1px solid #999;
	width:25em;
	font-size:1.4em;
	color:#3f1c10;
}
form textarea{
	width:31em;
	
}
label span{
	font-weight:bold;
}
form legend{
	margin-bottom:2em;
}
form p{
	padding:0 !important;
	margin:0 0 1em 0 !important;
}
form div#kontakt_submit input{
	width:auto !important;
	padding:.5em;
	
}
h2.kontakt{
	margin-top:3em;
}

/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }
