/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/






* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, serif;
	/*font-family: Verdana, sans-serif; ------*/
	color: #708090;
	background: #fff;
}

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

a:link { text-decoration: none; color: #708090 }
a:active { text-decoration: none; color: #708090 }
a:visited { text-decoration: none; color: #C0C0C0; }
a:hover { text-decoration: underline; }

a img { border: none; }

img.logo {
	
	margin-bottom: 0px;	
	
}


#menu {
	  
    width: 160px;
    overflow: none;
    top: 30px;
    bottom: 0;
		left: 40px;
		right: 40px;
    position: absolute; /* ev. nicht-fixed-->floating to bottom?*/
    height: 100%;
    color: #A9A9A9
		background-color: #fff;
}

#menu ul {   								

	list-style: none;
	font-style:                    /*italic; */
	margin: 0 0 4px 0;
	border-bottom: 1px grey dotted;
	padding-bottom: 2px;		
	/*border-right: 1px grey solid;*/
}


#menu ul li.section-title {  
	
		font-size: 16px;
		margin-bottom: 1px;
		color: #ef4000;
	
	 }


	 
#menu ul li {
	margin-bottom: 2px;
}


#headline {
		font-size: 16px;
		margin-bottom: 1px;
		color: #ef4000;; 
}


#content {						/*text*/
	
    height: 100%;
    line-height: 140%;
  	/*  margin: 0 0 0 215px; */
    margin-left: 290px;
    margin-top: 166px;
    top: 0;
}


.container {					/*bilder*/
	
    padding: 5px 5px 25px 5px;
}


#content p { width: 600px; margin-bottom: 30px; }

p {
    margin: 0 0 20px 0;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }