@import "galerie.css";
@import "browser.css";

body{
	margin: 0px;
	background: #000000 url(../bilder/layout/bg.jpg) repeat-x;
	font-size: 11px;
	color: #b6b9b8;
	font-family: Arial, Helvetica, sans-serif;
}

#space{width: 100%; clear: both;}

/*/////////		Überschriften  	/////////*/
/*///////////////////////////////////////*/

.ausstellungen-td {color: #dedede; vertical-align: top; width: 100px;}
h3{font-size: 11px; margin: 0px; padding: 0px; color: #dedede;}

/*/////////		Links 	/////////*/
/*//////////////////////////////*/

a{text-decoration: none; color: #b6b9b8;}

#toolbar a{
	text-decoration: none;
	color: #fffefe;
	font-size: 12px;
	font-weight: bold;
}

#navigation a:hover{background: url(../bilder/layout/menuitem-hover.gif) repeat-x 0px 23px!important;}
#navigation a{
	text-decoration: none;
	color: #fffefe;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 30px;
	position: relative;
	background: url(../bilder/layout/menuitem.gif) repeat-x 0px 23px;
}

.powered a:hover{background: url(../bilder/layout/powered-hover.jpg) no-repeat 0px 0px!important; padding-bottom: 31px;}
.powered a{background: url(../bilder/layout/powered.jpg) no-repeat 0px 0px; padding-bottom: 31px;}
.powered{ float: right; margin: 0px; padding: 0px;}

/*/////////		Listen 	/////////*/
/*//////////////////////////////*/

#toolbar li{list-style: none;}

/*/////////		Formulare 	/////////*/
/*/////////////////////////////////*/

#content input{
	background: #0c0c0c;
	border: 0px;
	height: 15px;
	margin-bottom: 5px;
	width: 200px;
	color: #FFFFFF;
	font-size: 11px;
}

.textarea{
	background: #0c0c0c;
	width: 200px;
	border: 0px;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 5px;
}

#content input[type="submit"]{
	margin-bottom: 10px;
	background: #4c4c4c!important;
	color: #000000;
	width: 60px;
	font-weight: bold;
}

/*/////////		Container 	/////////*/
/*/////////////////////////////////*/

/*
#floatwrap{
	/*background: #e2e2e2;
	height: 460px;
	width: 390px;
	margin: 200px 0px 0px 430px;
	bottom: 0px;
	position: absolute;
}
*/

#container{
	width: 855px;
	margin: 0px auto;
	padding-top: 1px;
	background: url(../bilder/layout/bg3.jpg) no-repeat left top;
}

#wrapper{
	width: 808px;
	min-height: 740px;
	margin: 0px auto;
	position: relative;
	margin-top: 20px!important;
	background: #4c4c4c url(../bilder/layout/content-bg.jpg) no-repeat left bottom!important;
}

/*/////////		Inhalt 	/////////*/
/*//////////////////////////////*/

#content{
	width: 390px;
	margin: 0px 0px 0px 20px;
	float: left;
	display: block!important;
}

#navigation{
	width: 350px;
	height: 50px;
	margin: 0px 0px 0px 20px;
	float:left;
	position: relative;
}

#toolbar{
	width: 340px;
	margin: 30px 0px 0px 10px;
	float:left;
	text-align: right;
}

#sidebar{
	margin-top: 15px;
	width: 390px;
	height: 220px;
	float:left;	
}

#logo{
	width: 279px;
	height: 79px;
	margin-bottom: 30px;
	float:left;	
}

#footer{
	margin-left: 227px;
	width: 870px;
	clear: both;
	background: url(../bilder/layout/footer-bg.jpg) no-repeat 0px 0px;
	height: 40px;
}








