/*style-30.css*/

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 150%;
	background-image: url(images/sonnenstern-30-Doku3.jpg);
	background-repeat: no-repeat;
	background-position: -150px 20px;
	/*background-position: -170px 35px;*/
	}

.text {}

h1 {font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
	margin-top: 18px;
	margin-bottom: 12px;
	color: #0c2e87;
	background-color: transparent;
	}
	
h2, h3, h4, h5  {
	font-family: Arial,Helvetica,sans-serif;
	color: #0c2e87;
	background-color: transparent;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	margin-top: 18px;
	margin-bottom: 12px;
	color: #0c2e87;
	background-color: transparent;
	}

p, li {	
	font-size: 12px;
	background-color: transparent;
	}

/* textkasten usw. */

#wrapper {
	width: 900px;
	padding-top: 20px;
	background-color: #ffffff;
	background-color: transparent;
	}

#leftbox {
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;	
	}

#textbox {
	font-family: georgia, serif;
	float: left;
	width: 460px;
	margin: 0px;
	padding: 0px;
	}



/* sidebar */

.sidebartitle {
	padding-top: 1.5em;
	text-transform: uppercase;
	color: gray;
	}

#sidebar {
	float: left;
	width: 200;
	margin: 10px 0px 0px 60px;
	padding: 0px;
	background: none;
	}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
	
#sidebar li {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding-bottom: 0.75em;
	}

#sidebar p {}

#sidebar a 
	{
	/*color: #262626;*/
	text-decoration: none;
	display: block;
	}

#sidebar a:link, .navlist a:visited
	{
	text-decoration: none;
	}

#sidebar a:hover
	{
	text-decoration: underline;
	}


	
/* "programm" */

p.marginalie {
	width: 10em;
	float: left;
	text-align: left;    
	margin: 0;
	}

p.text {
	margin: 0 0 0 11em;
	}

.progwrap ol, .progwrap ul {
	margin: 0 0 0 11em;
	}

.progwrap ul {
	list-style-type: none;
	}

.progwrap p, .progwrap li  {padding-bottom: 1em;}



/* "chronologie" */

p.marginalie2 {
	width: 10em;
	float: left;
	text-align: center;    
	margin: 0;
	}
	
/* dekoratives */

/* Spendennennung */

#spender img {display: block; margin: 5px auto 15px auto;}

#spender p {border-top: 1px solid gray; padding-top: 1em; text-align: center; line-height: 140%;}

#spender {border: 1px solid gray; margin-top: 40px;}


/*Bilder und Abbildungen*/

a img {border: none;}

alt {
	text-align: center;
	font-size: 10px;
	}

.image-center {
	border: none;
	margin: 0px auto;
	}
		
.image-right {
	float: right;
	border: none;
	margin: 20px 0px 0px 10px;
	}

.image-left {
	float: left;
	border: none;
	margin: 16px 12px 0px 0px;
	}

