/* CSS Document */

body, pre, p{ 
	background-color:rgb(242,237,240);
	font-family: Avant Garde, Arial, Verdana, Sans-Serif; 
	font-size: 1.0em;
	line-height: 1.3em;
	color: #70516f;
	margin: 0 px;
	padding: 0 px;
}

a:link { color: #ff7903; text-decoration:none; }
a:visited { color:#ff7903; text-decoration:none; }
a:focus { color:red; text-decoration:underline; }
a:hover { color:#ffa85b; text-decoration:none; }
a:active { color:lime; text-decoration:underline; }

div#logo { 
	width:100%; 
	height:150px; 
	background-color: #ff7903;
	padding-left: 0px;
	padding-top: 30px;
}

div#logo img { padding-left: 60px; }

div#leftFrame{ 
	width: 342px; 
	height: 215px; 
	position: relative; 
	top: -85px; 
	padding-left: 65px;
	font-family: Avant Garde, Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	color: #70516f;
}

div#slogan {
	position:absolute; top: 94px; left: 407px; 
	width:400px; 
	height:86px; 
}

div#nav {
	font-size: 0.8em;
	line-height: 1.5em;
	position:absolute; top:184px; left: 408px;  
	width:400px; 
	height:30px; 
}

div#nav a { 
	font-weight: normal; 
	margin-right: -2px; 
	text-decoration: none;  
	padding: 6px;
	
}

div#nav	a:link { background-color: #cecece; color: #000000;}
div#nav	a:visited { background-color: #cecece; color:#000000;}
div#nav	a:focus { background-color: #cecece; color: #676767;}
div#nav	a:hover { background-color: #ffa85b; color: white;}
div#nav	a:active { background-color: #ff7903;}


div#inhalt {
	position: absolute; top:250px; left: 408px;
	width:400px; 
	font-size: 0.8em;
	line-height: 1.7em;
}

pre.impressum {
	font-size: 0.8em;
	line-height: 1.3em;
}

div#zitat { 
	position: absolute; top: 470px; left: 65px;
	width: 235px;
	font-style: italic;
	/*font-family: Cochin, Minion Pro, Hoefler Text, Serif;*/
	line-height: 1.7em;
	letter-spacing: 0.05em;
	font-size: 0.8em;
	text-align: left;
}

p.name { 
	font-weight: bold;
	/*font-family: Cochin, Minion Pro, Hoefler Text, Serif;*/
	line-height: 1.7em;
	letter-spacing: 0.05em;
	font-size: 1.1em;
	text-align: right;
}

div#anmelden_frame {
	position: relative; top: 150px; left: 407px;
	background-color: red;
	padding: 5px;
	color: white;
	width: 270px;
}

div#anmelden {
	position: relative; top: 0px; left: 0px;
	background-color: red;
	padding: 10px;
	color: white;
	line-height: 1.3em;
	text-align: left;
	width: 247px;
	border-style: dotted;
	border-width: thin;
	border-color: white; 
	font-size: 0.9em;
	
}


div#anmelden:link { background-color: red; color: white;text-decoration: none;}
div#anmelden:visited { background-color: red; color: white; text-decoration: none;}
div#anmelden:focus { background-color: red; color: white;text-decoration: none;}
div#anmelden:hover { background-color: orange; color: white;text-decoration: none;}
div#anmelden:active { background-color: #ff7903;text-decoration: none;}

div#anmelden h3 {
	font-size: 1.2em;
	line-height: 0em;
	letter-spacing: 0.05em;
}

div#anmelden span {
	font-size: 1.2em;
	line-height: 0em;
	font-weight: bold;
	letter-spacing: 0.05em;
}