@charset "utf-8";

* {	margin: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 100%;
	line-height: 1.3em;
	font-family: 'Raleway', sans-serif;
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	color: #333;
}

body {background: url(bilder/hg1.jpg) fixed;} 



b {color: darkgreen;}

a {text-decoration: none; }
a:hover {color: #396;}	
h1 {
	font-size: 2em;
	padding-bottom: 20px;
	color: darkgreen;
	font-weight: 400;
}

h2 {
	font-size: 1.4em;
	color: darkgreen;
	font-weight: 400;
}

p {
	font-size: 1em;
	color: #333;
	font-weight: 400;
	letter-spacing: .5px;
}
p.autor {font-size: 0.8em;
	color: darkgreen;
}


/*hr { border: 1px solid #FFFF99;}*/
cite {
	font-size: 105%;
	color: darkgreen;
}		

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: auto;
	/* border: 1px dotted black;*/ 
}

span.red {
	color: red;
}

span.introfont {
	font-size: 1.4em;
}

/* ----------- Header ------------ */
#header {
	
	width: 1000px;
	height: 120px;
	background: transparent;
	 /*border: 1px dotted black;*/
}

#logo1 {
	position: relative;
 	top: 20px;
	left: 20px;
	font-size: 2.3em;
	color:darkgreen;

}
#logo2 {
	position: relative;
 	top: 25px;
	left: 20px;
	font-size: 1.4em;
	color:darkgreen;
	/* border: 1px dotted pink;*/
}


/* ----------- Content ------------ */




#content {
	position: relative;
	width: 500px;
	margin-left: 20px;
	margin-top: 20px;
 	background: transparent;
	 /* border: 1px dotted red;*/
 }
 
 img#brigitte {
 	display: block;
 	width: 420px;
	height: auto;
	margin: 0 0px 30px 0;
	position: relative;
	/*float: left;*/
 }
 
img.quer {
	height: 350px; 
 }
 
img.hoch {
	height: 350px; 
 }


/* ----------- Navigation ------------ */
ul#nav {
	position: relative;
	height: 40px;
	/* border: 1px dotted blue; */
}

ul#nav li {
	float: left;
	width: auto;
	margin: 0 4px 0 0;
	font-size: 1.0em;
	/*border: 1px dotted green;*/
}

ul#nav li a {
	display: block;
	width: auto;
	padding: 8px 17px;	
	background: #F3F8EA;
	color: #333;
	border-radius: 4px;
 }
 
ul#nav li a:hover {
	display: block;
	width: auto;
	padding: 8px 17px;
	background: #D9E5A8;
	color: #333;
 }
 
ul#nav li a.act {
	/*display: block;*/
	width: auto;
	padding: 8px 10px;
	color: #333;
	background:  #D9E5A8;
 }
 
 
 
ul#links li a:hover b {color: darkseagreen;} 
 
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
