@charset "utf-8";
body {
	margin: 0px;
	color: #151515;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #EFF5F8;
}
#wrap {
	width: 100%;
	min-width: 750px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEF5F8;
}
#top {
    overflow: hidden;
}

h1 {
	font-size: 42px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CCCCCC;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	font-weight: lighter;
	text-shadow: 0px 0px;
}
h2 {
	margin-top: 0.5em;
	color: #3399FF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}

h3 {
	margin-top: 0.5em;
	color: #3399FF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 12pt;
}

h4 {
	margin-top: 0.5em;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 11pt;
}


figure {
	display: block;
	height: auto;
}
figure img {
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	width: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
	/* [disabled]background-color: #000033; */
}

figcaption {
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	display: block;
}
.centered {
	position: static;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
footer {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	background-color: #43a6cb;
	color: #FFFFFF;
	clear: left;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF944C;

}
a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}
#wrap #header #hauptartikel p {
}
#textbox_index  {
	width: 38%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 92px;
	float: left;
	position: absolute;
	left: 78px;
	border-radius: 9px;
}
#textbox_pages  {
	width: 38%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	position: absolute;
	border-radius: 9px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: #FFCC00;
	left: 31px;
	top: 70px;
}
#mainpicture {
	position: relative;
}
#mainarticle {
	width: 100%;
	float: left;
	margin-left: 2%;
}
#sidebar {
	width: 34%;
	margin-left: 4%;
	float: left;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav a {
	width: 16.667%;
	display: block;
	float: left;
	text-align: center;
	background-color: #666666;
	color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	background-color: #0099FF;
	text-transform: none;
	text-decoration: none;
}
#albumnav a {
}
#albumnav ul {
	list-style-type: none;
}
#wrap #header #sidebar #mainnav {
}
