
/* Basis hintergrund-rot:: #D95E05 */

html{height:100%;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	
	background:#DDDDDD  no-repeat center top;

	background-attachment: fixed;
	padding:0;
	margin:0;
		text-align:center;
		height:100%;
}
/*div#wrapper{height:100%;}*/
#topper{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:0;
	margin-top:0px;
	height:36px;
	background-image:url(../images/topper.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	text-align:center;
}
body>#topper {position:fixed;background-image:url(../images/topper.png);}


div#container{
	width:720px;
	margin:15px auto;
	
	padding:0 10px;
	margin-top:51px;
	background-color:white;
	border:1px solid gray;
	/*background-image:url(../images/back-left-grau.gif);*/
	background-repeat:repeat-y;
	background-position:left;
	text-align:left;
}


div#left{
	}

#main{
	padding:10px;
	text-align:left;
}

/* Elemente auf der Startseite */
div.item{margin-top:10px;margin-bottom:0px;}
div.item div.text{width:230px;float:left;border:1px solid #ccc;height:168px;background:#CCFFFF;padding:0 3px;}
.leftalign{float:left;}
.rightalign{float:right;}
div.item div.bild{
	margin-left:240px;
	background:url(../images/woga-titel.jpg) no-repeat top center;
	}

div#footer{
	padding:10px;
	background: #EEEEEE url(../images/footer-back.jpg) repeat-x top center;
	border-bottom:1px solid black;
}
div#footerwrap{width:700px;margin:0 auto;}
div#footerwrap div.itemfoot{display:inline;text-align:left;vertical-align:middle;}
div.itemfoot p {display:inline;vertical-align:middle;}
div.itemfoot img {vertical-align:middle;}

/* Format */

p{margin-top:10px;margin-bottom:10px;}
div#footer p{font-size:80%;margin:5px;}

h1{font-size:136%;color:#999999;margin-top:0;}
h2{font-size:120%;color:#666666}
h3{font-size:110%;color:#333333}

/*Main-links*/

div#main a,
div#main a:visited,
div#main a:link{ 
	color:#00688E;
	font-weight:bold;
	text-decoration:none;
}
div#main a:hover{color:gray;text-decoration:underline;}



/* Headlinks*/
div#menu ul{padding:0;margin:0 auto;width:766px;}

div#menu ul li{list-style-type:none;padding:0;margin:0;display:inline;}

/* Menu --- AAAA*/

div#menu ul li a:visited,
div#menu ul li a,
div#menu ul li a:link
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	padding:0 3px;
	margin-top:4px;
	margin-left:1em;
	margin-right:1em;
	display:block;
	/*background-color:#FEDEAA;*/
	background-color:#fff;
	border:1px solid #333;
	float:left;
	}
div#menu ul li a:hover,div#menu ul li a.on{
	color:#000;
	border-color:#C3E4C3;
	background-color:#ddd;
}

div#head p img{border:1px solid gray;}
div#head p{text-align:left;padding-right:0;}

div.clearer{clear:left;}

.randomimage{
	margin:0 15px;
}

/* Kuenstler-Liste */

div.liste{
	margin-top:10px;
	margin-bottom:10px;
	padding-right:250px;
	border:1px dashed #eee;
	background-color:#C3E4C3;
	background-repeat:no-repeat;
	background-position:right;
	min-height:170px;
	}
* html div.liste{height:170px;}
div.liste p{line-height:18px;padding-left:30px;color:#333;}
div.liste h1{line-height:18px;font-size:120%;padding-top:10px;padding-left:30px;text-indent:-26px;color:#666;}

div.liste p.oben{font-size:70%;line-height:14px;margin:5px 0 12px 0;}
div#main div.liste p.oben a:visited, 
div#main div.liste p.oben a:link,
div#main div.liste p.oben a{
	font-weight:normal;
	}
div#main a.border{border-bottom:1px solid #999;}

