/* ------------------------  GLOBAL --------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#container {
	width: 900px;
	margin:0 auto;
}

#header {
	width: 100%;
	
	height: 150px;
}

#navigation {
	width: 185px;
	float:left;
	
}

#content {
	width: 715px;
	float:left;
	padding:0px;
	margin: 0px;
}


/* ------------------------  NEWS --------------------------------- */

.news_entry {
	width: 100%;
	float:left;
	margin-bottom:10px;
	padding: 0px;
	
}

.news_entry a{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

.news_entry a:hover{
	
	
	color: #444444;
}

.news_headline{
	width:100%;
	float:left;
	margin-bottom: 10px;
}


.news_headline h1{
	font-family: Verdana;
	font-size:15px;
	font-weight:bold;
	color: #444444;
}

.news_image_left {
	width: 110px;
	float: left;
	
}

.news_image_left img{
	border: 1px solid #CCCCCC;
	
}

.news_text {
	width:490px;
	float:left;
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
	color: #8e8e8e;
	
}

.news_text_only {
	width:600px;
	float:left;
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
	color: #8e8e8e;
}

/* ------------------------  PHOTO SLIDER --------------------------------- */


.description {

	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}

#s3 {
	margin-top:10px;

}



/* ------------------------  CONTACT FORM --------------------------------- */

/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #f5f4f4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #444444;
	
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 350px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
}


/* Textfeld */
.formgen .formtext
{
	width: 200px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	margin-bottom:5px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border:1px solid #444444;
	background-color: #f5f4f4;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	
	
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width:100px;
	text-align: center;
	background-color: #CCCCCC;
	border: 1px solid #444444;
	float: right;
	color: #444444;
	
}



/* Fieldsetbeschriftung */
.formgen legend {
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	

	color: #444444;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

/* ------------------------  NAVIGATION --------------------------------- */

.nav1st li {
	text-decoration: none;
	list-style-type: none;

}
.nav1st li a{
	text-decoration: none;
	list-style-type: none;
	font-family: Verdana;
	font-size: 15px;
	
	color: #8e8e8e;
	
	

}

.nav1st li a:hover{

	color:#444444;
	

}

.nav2nd {
	margin-top:7px;
	margin-bottom:7px;

}

.nav2nd li a{
	text-decoration: none;
	
	list-style-type: none;
	
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;

}

.nav2nd li a:hover{

	color:#444444;
}

.News {
	margin-top: 30px;
}

.Vita {
	margin-top: 30px;
}

.About_Me {
	margin-top: 30px;
}


#language{
	font-family: Verdana;
	font-size: 10px;
	float:left;
	margin-top:20px;
	color: #8e8e8e;
	
}

#language a{

	color: #8e8e8e;
	
}

#language a:link{

	color: #8e8e8e;
	
}

#language a:hover{

	color: #8e8e8e;
	
}
#language a:visited{

	color: #8e8e8e;
	
}

#navigation a.current{
 color:#444444;


}

p {
 margin-bottom:10px;
}



#tooltip{
	position:absolute;
	
	background:#FFFFFF;
	padding:2px 5px;
	color:#333;
	display:none;
	}	




