html{
    /*fix to get scrollbar in firefox - to avoid horizontal jumps
http://www.css-technik.de/details/319/9/CSS-Snippets.htm */
    height:100%;
    margin-bottom: 1px;
}


#overall {
	margin: 40px auto auto auto;
	padding: 0px;
	background-color:#e6e6e6;
	width: 700px;
	height: auto;
	
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	color:#404040;
}


#header {
	width: 700px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-image:url(../images/picHeader.jpg);
}


#nav {
	width: 700px;
	/*height: 26px;*/
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background-color:#e6e6e6;
	overflow: hidden;
	vertical-align:top;
}


#mainAusstellung {
	width: 575px;
	height: auto;
	padding: 40px 50px 40px 75px;
	margin: 0px;
	background-image:url(../images/picAusstellung.jpg); 
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:white;
	text-align:justify;
}

#mainKonzept {
	width: 575px;
	height: auto;
	padding: 40px 50px 40px 75px;
	margin: 0px;
	background-image:url(../images/picKonzept.jpg); 
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:white;
	text-align:justify;
}


#mainPostings {
	width: 575px;
	height: auto;
	padding: 40px 50px 40px 75px;
	margin: 0px;
	background-image:url(../images/picPostings.jpg); 
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:white;
	text-align:justify;
}

#mainDahinter {
	width: 575px;
	height: auto;
	padding: 40px 50px 40px 75px;
	margin: 0px;
	background-image:url(../images/picDahinter.jpg); 
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:white;
	text-align:justify;
}

#mainHome {
	width: 575px;
	height: auto;
	padding: 5px 50px 5px 75px;
	margin: 0px;
	background-image:url(../images/picHome.jpg); 
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:white;
	text-align:center;
}


#bottom {
	width: 700px;
	height: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#e6e6e6;
	color:#A0A0A4;
}




/*********************************************************************/


#myheader{
font-size:13px;
font-style:italic;
font-weight:bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 18px 0px;
}

.subheader{
font-weight:bold;
padding:0px 0px 0px 0px;
margin:0px;
}


.bold{
font-weight:bold;
}

p{
padding: 0px 0px 0px 0px;
margin: 2px 0px 20px 0px;
}

.italic{
font-style:italic;
}

.grey{
color:#A0A0A4;
}

#mainAusstellung p img{
padding: 0px 0px 0px 0px;
margin:  20px 0px 0px 8px;
}

#mainKonzept p img{
padding: 0px 0px 0px 0px;
margin:  0px 0px 0px 25px;
}

#mainDahinter p img{
padding: 0px 0px 0px 0px;
margin:  0px 0px 0px 20px;
}


#bottom a{
color:#7986B9;
text-decoration:none;
font-size:10px;
}

#bottom a:hover{
color:#7986B9;
text-decoration:underline;
font-size:10px;
}

p a{
color:#7986B9;
text-decoration:none;
font-size:11px;
}

p a:hover{
color:#7986B9;
text-decoration:underline;
font-size:11px;
}

#nav ul {
padding:0px;
margin:0px 0px 10px 0px;
list-style:none;
}

#nav ul li{
padding:0px 0px 3px 0px;
margin:0px;
float:right;
}

.menuitem a{
	width:auto;
	/*height:15px;*/
	padding: 1px 3px 0px 3px;
	margin: 0px 0px 0px 3px;
	background-color:white;
	color:#B4B4B4;
	text-decoration:none;
	font-size:11px;
	line-height: 12px;
	list-style-type:none;
}

.menuitemactive a{
	width:auto;
	/*height:15px;*/
	padding: 1px 3px 0px 3px;
	margin: 0px 0px 0px 3px;
	background-color:#FFEB00;
	color:#505050;
	text-decoration:none;
	font-size:11px;
	line-height:12px;
	list-style-type:none;
}

.menuitem a:hover{
	background-color:#FFEB00;
	color:#B4B4B4;
}

.menuitem a:active{
	background-color:#FFEB00;
	color:#505050;
}


#smalltext {
list-style-type:none;
font-size: 10px;
float:left;
}

#textleft{
text-align:left;
}

#textright{
text-align:right;
}


.logolink{
display:block;
width: 222px;
height: 30px;
float:right;
}

div #imagecontainer {
padding: 0px 20px 0px 0px;
margin: 0px;
}

#imagecontainer img {
padding: 0px 0px 0px 0px;
margin: 0px 20px 10px 0px;
float:left;
}

img{
padding:0px;
margin:0px;
}

a img{
border:none;
}

