/* =============================

css stylesheet

Datei: main.css
Datum: 10.11.09
Autor: Petra Levis 
 
Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
		3. Layout Styles
		4. Sonstige Styles
================================*/

/* ==============================
         1. Kalibrierung
================================*/
* {padding: 0; margin: 0}

p, ul {
	margin-bottom: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

ul {margin-bottom: 0; }

li {margin-left: 2em; }

/* ==============================
         2. Allgemeine Styles
================================*/
html {height: 101%; font-size: 62.5%;}

body {
	background-color:#FFFFFF;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	}
h1 {
	font-size: 280%;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	}	
h3 {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-top: 25px;
}
h4 {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-top: 25px;
	color: #FF0033;
}
h5 {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	padding-left: 0em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-top: 5px;
	color: #666666;
	margin-left: 0em;
}
a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #33CC33;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #FFFFFF;
	letter-spacing: 0.3em;
	border-bottom-color: #33CC33;
}

a:visited {
	color: #33CC33;
	border-bottom-color: #33CC33;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover, a:focus {
	color: #33CC33;
}

a:active {
	background-color: #FFFFFF;
	color: #33CC33;
	}
td {
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* ==============================
         3. Layout Styles
================================*/
#wrapper {
	background-color: #FFFFFF;
	color:#999999;
	width: 890px;
	margin: 10px auto;
	}
	
#header {
	background-color:#FFFFFF;
	padding: 10px 20px 0 0px;
	}
	
	
	
.AccordionPanelContent ul {
	padding: 10px 0px 10px 2px;
	margin-top: 10px;
	}
.AccordionPanelContent li {
	text-align: left;
	list-style-type: none;
	}
	
.AccordionPanelContent ul li {
	display: inline;
	list-style-type: none;
	}

	

/* ==============================
         3. Sontige Styles
================================*/
#hidepage {
	left:10px;
	top:15px;
	layer-background-color: #333333;
	height: 98%;
	width: 700px;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 45%;
	padding-top: 5%;
}

#logo {
	margin-top: 20px;
	margin-bottom: 30px;
	visibility: visible
}
#update {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
#year {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #FF0033;
	background-color: #FFFFFF;
}
#theme {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	background-color: #FFFFFF;
}
#email {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #33CC33;
}
#column_left {
   background: #ffffff;
   padding: 0;
   border: none;
   margin: 0;
   width: 35%;
   float: left;
   overflow: auto ;
   }
#column_right {
	background-color: #ffffff;
	padding: 0;
	border: none;
	margin: 0;
	width: 62%;
	float: left;
	margin-left: 2em;
   }
.date {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 35px;
}

.date_now {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 1:0;
	padding-left: 35px;
	color: #999999;
}

.place_now {
	font-family: Helevetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin-left: 17px;
	margin-top: 25px;
}
.place {
	font-family: Helevetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin-left: 35px;
	margin-top: 25px;
}
.hours {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	margin-left: 35px;
	margin-bottom: 20px;
}
.english {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}
.firstcontent {
	height: 25px;
}
.galerie {
	height: auto;
	overflow: auto;
	position: static;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: 2px;
}
.imgtable1 {
	border-bottom-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 0px;
	margin-right: 0px;
}
.imgtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	border: none;
	text-align: left;
}
.imgdetails {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	text-align: right;
}
.infocontent {
	height: 450px;
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-left: 2px;
	margin-bottom: 5px;
}
.infocontent2 {
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 20px;
}

.exhibition {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	margin-top: 2px;
	padding-top: 0px;
	line-height: 1.4em;
	color: #666666;
}
.exhibitiontitle {
	text-transform: uppercase;
	font-family: Helvetica, Arial, Swiss;
	font-size: 1em;
	font-weight: bold;
	color: #33CC33;
}
.text {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 15px;
	text-align: justify;
}
.pdf {
	margin-top: 15px;
	text-align: right;
	padding-right: 20px;
}
.press {
	overflow: hidden;
}
.links {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.3em;
	margin-left: 0px;
}
.link_name {
	margin-left: 0px;
	letter-spacing: 0em;
}
.newsimg {
	padding-bottom: 20px;
	padding-left: 35px;
}

.press_img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
}
.press_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 6px;
	font-weight: normal;
}
.author {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin-top: 5px;
	font-weight: normal;
}
.journal {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	margin-left: 30px;
	font-weight: normal;
}
.contact {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	margin-left: 3px;
	padding-top: 20px;
	height: 450px;
	overflow: auto;
	padding-right: 100px;
	margin-top: 2px;
	text-align: justify;
}



/* ==============================
         Ende des Stylesheets
================================*/

