@charset "UTF-8";


html {
	margin: 0;
	padding: 0;
}

body {
	background-color:white;
	background-image:url(_pics/line_dotted_vert.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-family: "PT Sans", sans-serif;
	font-size:12px;
	min-height: 101%;
	padding:0;
	margin-top: 0px;
	}
	
a img {
	border:0;
	}

#wrapper {
	width: 990px; 
	min-height: 100%; /* Mindesth�he f�r moderne Browser */
	position: absolute;
	left: 50%;
	margin-left: -495px;
}

/* #nav1 {
background-color:
	width: 966px;
	height:20px;
	margin: 15px 0px 5px 0px;
} */


#outlined {
	margin-top:20px;
	width: 988px;
	border: 0px solid #cccccc;
	position: absolute;
	min-height: 92%; /* wenn seite nicht voll ist, soll der footer auch unten sein... */
}

.clear {
	clear:both;
	padding-bottom: 50px;
}

#header {
	width:942px;
	height:176px;
	background-color:green;
	margin: 24px;
}

#footer {
	width: 990px;
	height:45px;
	font-size: 11px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	margin: 0 auto;
	bottom: -56px;
	background-color: white;
	padding-top: 10px;
	 
}

/* footer links */
 #footer a:link,  #footer a:visited {
	font-size:11px;
	font-weight:bold;
	color: #313131;
	text-decoration:none;	 
 }
 
 #footer a:hover, #footer a:active, #footer a:focus {
	 color: #f34a1f;
 } 
 /* footer links end */


#main {
	width: 777px;
	height: 500px;
	margin: auto;
	background-color: none;
	position:relative;
	top:50px;
}

#mobil {
	width: 323px;
	height: 230px;
	position: relative;
	left: 450px;
}

 #mobil a:link,  #mobil a:visited {
	font-size:14px;
	font-weight:bold;
	color: #f34a1f;
	text-decoration:none;
 
 }
 
 #mobil a:hover, #mobil a:active, #mobil a:focus {
	 color: black;
 }
 
#mobil p {
	margin-left: 20px;
	}

#logo {
	width: 390px;
	height: 256px;
	background-image:url(_pics/kalliope_logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position: relative;
	left:260px;
}

#ausstellung {
	width: 262px;
	height: 240px;
	position: relative;
	top:-400px;
}

 #ausstellung a:link,  #ausstellung a:visited {
	font-size:14px;
	font-weight:bold;
	color: #f34a1f;
	text-decoration:none;	 
 }
 
 #ausstellung a:hover, #ausstellung a:active, #ausstellung a:focus {
	 color: black;
 }

 #ausstellung p {
 	margin-left: 20px;
 	}

#mainbox {
	width:500px;
	margin: 35px 0px 0px 17px;
}


h1{
	font-family: 'PT Serif', serif;
	font-size:14px;
	color: black;
	font-weight:bold;
	margin-left: 20px;

}

.rot {
color: #f34a1f;
}