/*  
Theme MaoArt from http://www.betonblog.de Author: blogschrift, blogschrift@betonblog.de
	The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

body{background-image: url(images/topleisterot.png);background-repeat: repeat-x;background-position: top center;position: absolute;margin: 0px;padding: 0px;color:#333;font-family:"Lucida Sans Unicode", Tahoma,Verdana, Arial,sans-serif;font-size:0.85em;background-color: #fff;}

#head{height:179px;width:980px;}

#head h1{ font-size:1.7em;margin: 3px 15px 0px 15px;text-align: center;color: #159;font-weight: normal;}

#head h5{ font-size: 0.9em;color: #159;text-align: center;font-weight: normal;margin: 0px 15px 15px 15px;font-family: sans-serif;font-style: normal;}

#head a{ color: #fff; text-decoration: none;}
#head a:hover{color: #159;}


#main{position:absolute;top:180px;left:5%;padding:0 1px 10px 1px;width:975px;margin-left:10px;}
#posts{float:left;width:70%;padding:0 10px 0 0;border-right: solid 1px #333;}
#nav{float:right;width:27%;padding:0 0 0 1px;}

h1{ font-size: 1.6em;font-weight: normal;color: #159;}

h2{ font-weight: normal;color:#333;margin: 15px 5px 5px 0;font-size:0.9em;margin-bottom: 0px;}

/* Artikelüberschriften */
h3{ font-size:16px;font-weight:normal;margin:2px 5px 0 0px;}

h3 a{color:#39F;font-weight:bold;text-decoration: none;background-image:url(images/forward.gif);background-repeat: no-repeat;background-position: left center;padding-left:20px}

h4{font-family: "Lucida Grande";font-weight:bold;font-size:1.1em;color:#333;margin:8px 3px 3px 0;padding:1px;border-bottom:dotted #ccc 1px;}

h5{ font-size: 1.2em;font-weight: normal;color: #555;font-style: italic;}

h6{ font-family: silkscreen, monospace;font-size: 8px;font-weight: normal;color: #159;}

img{border:0;}

#nav ul{ margin: 0px;padding: 0px;list-style-type: none;}

#nav li{ margin: 0px;
padding: 0px 0px 0px 15px;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: left center;}

#nav li a{text-decoration: none;}

p.info{ color: #555;
font-size: 0.9em;
background-image: url(images/file.gif);
background-repeat: no-repeat;
background-position: left center;
padding: 3px 0px 3px 15px;}

strong, em, b{ color:#000;}

u{font-size: 0.9em;text-transform: uppercase;color: #555;text-decoration: none;border-bottom: 1px solid #ccc;}

blockquote{background-image: url(images/pullquote.gif);background-repeat: no-repeat;background-color:#efefef;padding:8px;}

pre, code, cite{ font-size: 1em;}

dt{ font-weight: bold;}

dd{ background-color:#CCC;padding:5px;margin:3px;}

input, textarea{ background-color: #f5f5f5;
font-size: 1em;
font-family: sans-serif;}

p{text-align: justify;}

a{color:#06F;text-decoration:none;}
a:hover{ color:#900;text-decoration:underline;}

#motti {padding:10px 0 0 0;color:#333;font-weight:normal;font-size:0.9em;}
#seitenleiste_komplett {padding-left:5px;}


/* Advanced Search form */

#ctas_form {
	text-align: left;
}

#ctas_form fieldset ul {
	list-style: none;
	margin: 5px 15px;
	padding: 0;
}

#ctas_form fieldset {
	border: 1px solid #777;
	margin: 15px 0;
	padding: 15px;
}

#ctas_form legend {
	font-size: 1.1em;
	font-weight: bold;
}

#ctas_form fieldset li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ctas_form fieldset li:before { /* for the default theme */
	content: '';
} 

#ctas_form input {
	border: 1px solid #777;
	background-color: #f9f9f9;
	color: #444;
}

#ctas_form input:focus {
	background-color: #fff;
	color: #444;
}

#ctas_footer p {
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #888;
}

#ctas_month1, #ctas_month2, #ctas_year1, #ctas_year2 {
	text-align: center;
}

/* End Advanced Search form */

/* Start Lightbox Styles  */

#stimuli_lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#stimuli_lightbox a img { border: none; }

#stimuli_outerImageContainer {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#stimuli_imageContainer {
	padding: 10px;
}

#stimuli_loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: transparent center url(images/loading.gif) no-repeat;
}
#stimuli_hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#stimuli_imageContainer>#stimuli_hoverNav { left: 0;}
#stimuli_hoverNav a { outline: none;}

#stimuli_prevLink, #stimuli_nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#stimuli_prevLink { left: 0; float: left;}
#stimuli_nextLink { right: 0; float: right;}
#stimuli_prevLink:hover, #stimuli_prevLink:visited:hover { background: url(images/prev.gif) left 55% no-repeat; }
#stimuli_nextLink:hover, #stimuli_nextLink:visited:hover { background: url(images/next.gif) right 55% no-repeat; }


#stimuli_imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#stimuli_imageData {	padding:0 10px; color: #666; }
#stimuli_imageData #stimuli_imageDetails { width: 70%; float: left; text-align: left; }	
#stimuli_imageData #stimuli_caption { font-weight: bold;}
#stimuli_imageData #stimuli_numberDisplay { display: block; clear: left; padding-bottom: 1.0em;}			
#stimuli_imageData #stimuli_bottomNavClose { width: 66px; float: right; padding-bottom: 0.7em; background: url(images/closelabel.gif) right 55% no-repeat; padding-top: 1.0em; margin-bottom: 1.0em;}	
		
#stimuli_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/* Ende Lightbox Styles  */

/* Anfang Texte des Footnotes-Plugins  */
ol.footnotes{font-size:0.9em;color:#666666;}
/* Ende des Footnotes-Plugins  */

