/* CSS Document */
body {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #0000CC;
	color: #000000;
	background-image: url(../bilder/schwarza.jpg);
	background-repeat: repeat;
}

#wrap {
	width: 900px;
	height: auto;
	border: thin solid #3366FF;
	background-color: #FCFBE4;
	color: #000000;
	text-align: left;
	left: 30px;
	top: 30px;
	position: absolute;
}
#header {
	float: left;
	width: 900px;
	height: 100px;
	background-color: #FFFFFF;
	color: #000000;
}
#menue {
	float: left;
	width: 900px;
	height: 40px;
	text-align: left;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding-top: 5px;
}

#menue ul{
	list-style-type:none;
	left: 0px;
}

#menue ul li{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #0000FF;
	background-color: #FCFBE4;
	padding: 5px;
	left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content {
	float: left;
	height: auto;
	width: 584px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3333FF;
}

#content ul li {
	margin-left: 20px;
}

#sidebar {
	float: right;
	height: auto;
	width: 274px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;	
}
#sidebar_left {
	float: left;
	height: auto;
	width: 104px;
	text-align: left;
	clear: left;
	padding-left: 10px;
	padding-right: 10px;
}
#foot {
	width: 880px;
	height: auto;
	text-align: center;
	clear: left;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366FF;
	font-size: x-small;
	color: #0000FF;
	background-color: #FCFBE4;
	padding-left: 10px;
	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #0033CC;
	background-color: #FCFBE4;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0033CC;
	background-color: #FCFBE4;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0033CC;
	background-color: #FCFBE4;
	font-weight: bolder;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0033CC;
	background-color: #FCFBE4;
	font-weight: bolder;
}
#imtext_links {
	margin-right: 12px;
	float: left;
	width: 250px;
	height: 187px;
}

#imtext_rechts {
	margin-left: 12px;
	float: right;
	width: 250px;
	height: 187px;
}
.imtext_links {
	margin-right: 12px;
	float: left;
	width: 250px;
	height: 187px;
}

.imtext_rechts {
	margin-left: 12px;
	float: right;
	width: 250px;
	height: 187px;
}
.scroll {
	height: 550px;
	overflow: auto;
}
.scroll_txt {
	height: 550px;
	overflow: auto;
}
#scroll_gal {
	height: 500px;
	overflow: auto;
}
.thumb {
	margin-left : 50px;
	margin-right : 10px;
	margin-top : 10px;
	border-width:1px;
	border-style:solid;
	border-color:blue;
}
#imageCaption {

	margin: 5px auto 0px auto;
	padding: 10px;
	text-align: center;

}
