/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: underline;
	color: #000
}
a:active {
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	background-color: #000; text-decoration: underline;
}
a:visited { text-decoration: underline; color: #000; }
a:hover 
{color: #FFF;
	text-decoration: underline;
	line-height: 18px;
	background-color: #000;}
	
#menu a:link { text-decoration: none;  }
#menu a:visited { text-decoration: none; }
#menu a:hover { text-decoration: none; }
#menu a:active { text-decoration: none; }

	
a img { border: none; }

#menu {
	
	width: 226px;
    top: 0px;
    bottom: 0;
	left: 14px;
    overflow: auto;
    position: fixed;
    height: 100%;
	background-color: #fff;
}
#menu .container { padding: 23px 0 30px 30px;}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 18px;text-decoration: none; 
}

#menu ul li.section-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-indent: -3px;
	text-transform:none;
	font-size: 16px;
	bottom: 8px;
	margin-bottom: 0px;
	padding:3px;
}


#mich {	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-indent: -3px;
	text-transform:none;
	font-size: 16px; 	bottom: 8px;
	margin-bottom: 0px;
	padding:3px;}

#content {
    height: 100%;
    margin: 9px 0 0 280px;
    top: 0;
}

.container {
	padding: 30px 0px 30px 30px;
	top: 66px;
	position: relative;
}

#content p { width: 420px; margin-bottom: 9px; }

p {
    margin: 0 0 13px 0;
}
#logolinks {
	height: 80px;
	width: 100%;
	left:0px;
	top: 0px;
	bottom: 16px;
	position: fixed;
	z-index: 40;
	background: #fff;
	padding: 0px 0px 0px 0px;
	    margin: 0px 0 0 0px;


}
#logo1 {
	height: 30px;
	width: 226px;
	float:left;
	text-align: left;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight: normal;
	cursor:pointer;
	color: #000;
	left: 44px;
	top: 0px;
	bottom: 16px;
	position: fixed;
	z-index: 60;
	padding: 42px 0px 0px 0px;
}
#logo2 {
	height: 30px;
	width: 350px;
	float:right;
	text-align: right;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	cursor:pointer;
	color: #000;
	right: 44px;
	top: 0px;
	bottom: 16px;
	position: fixed;
	z-index: 60;
	padding: 42px 0px 0px 0px;
}

h1 {
	color: #000;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;	
} 
/**
* h2 für Bold-Überschrift im Fliesstext mit Umbruch
*/
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}
/**
* h3für Fliesstext
*/
h3 {	width: 620px;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;}

/**
* h4 für Bildbeschriftung - Slideshow gg
*/
h4 {
	color: #000;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;	
} 

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 620px; margin: 0; padding: 0 0 18px 0; 	font-family: Arial, Helvetica, sans-serif;}


#once { clear: left; }

#footer { bottom: 25px; position: fixed;}