/* ALL */
html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

a, .text a {
    color: #1A568C;
    text-decoration: none;
}


#site {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#header {
	position: fixed;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -280px;
	z-index: 4;
}

#content {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -250px;
}

.media {
	float: left;
	position: relative;
	margin-right: 10px;
}

#logout {
	position: fixed;
	text-align: right;
	top: 50%;
	right: 30px;
	width: 250px;
	height: 15px;
	margin-top: -255px;
	z-index: 3;
}

#admin {
	position: fixed;
	display: none;
	bottom: 44px;
	left: 215px;
	padding: 5px;
	height: 200px;
	width: 350px;
	background-color: #FFF;
	border: 1px solid #000;
	z-index: 5;

}

.nav a {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}

.logo {
	float: left;
	padding: 5px 20px 5px 20px;
	margin: 0 0 0 20px;
	background: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#uebersicht {
	display:none;
	width:100%;
	height:350px;
	margin: 25px 0 0 0;
	padding:25px;
	opacity: 0.9;
	filter:alpha(opacity=90);
	background-color:#FFFFFF;	
}

#uebersicht a{
	padding: 0 30px 0 0;
	font-weight: bold;
}

.albummenu {
	float: left;
	width: 580px;
	font-weight: normal;
	margin: 7px 0 0 0;
	font-size: 13px;
	color: #222222;
}

.albummenu a, #logout a {
	color: #000000;
	font-size: 13px;
	padding: 0 10px 0 10px;
}

.menu a {
	color: #FFFFFF;
	background-color: #1A568C;
	padding: 3px 4px 3px 4px;
	margin: 0 8px 0 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.info {
	height: 45px;
	letter-spacing: 1px;
	padding: 7px 10px 0 10px;
}

.datum {
	font-size: 11px;
	font-weight: normal;
	color: #B2B2B2;
}

.text {
	overflow: auto;
	height: 310px;
	width: 470px;
	padding: 15px;
}

.text h2 {
	font-size: 17px;
	font-weight: bold;
	color: #826416;
	margin: 0;
	padding-bottom: 10px;
}

#admin h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

#admin p {
	margin-top: 8px;
	padding: 0 7px 0 7px;
}

.del {
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #C12600;
	font-weight: bold;
}

.clear {
	clear: both;
}

.copy {
	display: block;
	position: fixed;
	font-size: 11px;
	color: #666666;
	height: 20px;
	bottom: 15px;
	left: 50px;
	z-index: 2;
}