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

/* settings content */

body { 
	margin-left: 335px;
	margin-top: 30px;
	font-size: 13px;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, serif; color: #999999;
	background: #FFFFFF;
	/*background-image: url(http://www.peter-kohl.de/files/balken2.gif); background-position:left; background-repeat: repeat-y;*/
}

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


/* settings exhibition links */

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

a img { border: none; }


/* settings main menue */

#menu a:link { text-decoration: none; color:#999999; } 
#menu a:active { text-decoration:none; }
#menu a:visited { text-decoration:none; color: #999999; } 
#menu a:hover { text-decoration: none; color:#000000; background-color: #FFFFFF } 

#menu a { color: #000000; }
#menu {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif; color: #000000;
	width: 230px; /* content width */
    /*overflow: auto;*/
    top: 0;
    bottom: 0;
	left: 75px;
    position: fixed;
    height: 100%;
    background-color: #ffffff;  /* switch off for transparent menue */
	line-height: 20px;
}

#menu ul {
	/*background: url(http://www.peter-kohl.de/files/linie.gif) no-repeat; padding-top: 10px;*/
	background: border: 0px; width: 191px; padding-top: 10px; border-top: 1px dotted #999;
	list-style: none;
	margin: 0 0 20px 0; 	
}

/* settings section titles */

#menu ul li.section-title { font-size: 11px; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0px; text-decoration: none; color: #000000; font-weight: normal; } 


/* settings content */

#content {
	height: 100%;
	width: 750px; /* 60 % */
    margin: 0 0 0 0;	
	top: 0;
}

.container { padding: 30px 5px 0 0;	}

#content p { width: 750px; }
/* inherit. Default = 400 */


/* settings page title */

p {
    margin: 0 0 0 0;	   
}

.thumbs { float: left; padding: 0 25px 40px 0; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000;  }
.thumbs img { margin: 0 0 3px 0; }
.thumbs strong { display: block; }

.thumbs a:link { text-decoration: none; color:#000000; } 
.thumbs a:active { text-decoration:none; }
.thumbs a:visited { text-decoration:none; color: #000000; } 
.thumbs a:hover { text-decoration: none; color:#000000; background-color: #FFFFFF } 


.intro {
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 0px;
	color: #000000;
	background-color:#FFFFFF;
	line-height: 15px;
}

.datum {
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 0px;
	color: #FFFFFF;
	background-color:#000000;
	line-height: 15px;
}

div.logos { 
margin-top:7px; margin-left:7px; 

}

.logos {
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 0px;
	color: #666666;
	background-color:#FFFFFF;
	line-height: 14px;
}


h1 { display: inline; font-weight: normal; line-height: 15px; font-family: Arial; font-size: 11px; letter-spacing: 0px;	color: #000000;	background-color:#FFFFFF;  }
h2 { display: inline; font-size: 13px; font-weight: normal; line-height: 1.5; font-family: Georgia, "Times New Roman", Times, serif; color: #999999; background: #FFFFFF; }	
h3 { display: inline; font-weight: normal; line-height: 15px; font-family: Arial; font-size: 11px; letter-spacing: 0px;	color: #000000;	background-color:#FFFFFF;  }


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

#once { clear: left; }
