html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body, td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #4D4D4D;
}

img {
	border: 0;
}

a {
	color: #AA0000;
	text-decoration: none;
}

a:hover {
	color: #EE0000;
}

h1, legend {
	color: #AA0000;
}

h1 {
	font-weight: normal;	
	font-size: 20px;
}

legend {
	font-size: 16px;
	padding: 0px 8px 0px 8px;
}

fieldset {
	padding: 10px 30px 15px 30px;
	border: 1px #aaa solid;
}

fieldset label {
	padding-top: 5px;
	font-weight: bold;
	font-size: 10px;
}

#container {
	width: 100%;
	min-height: 100%;
	position: relative;
}

#mitte {
	padding: 175px 20px 30px 30px;
	z-index: 2;
	position: relative;
}

#inhalt {
	margin-left: 195px;
	text-align: justify;
	padding-right: 40px;
	position: relative;
}

#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
}

#sidebar img {
	margin-bottom: 7px;
}

#links {
	float: left;
	width: 190px;
	padding-top: 30px;
}

#links ul {
	list-style-image: url(../images/list.gif);
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#links ul li {
	margin-bottom: 10px;
	color: #AA0000;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
}

#oben, #unten {
	background: #D72727;
}

#oben {
	height: 130px;
	width: 100%;
	top: 0px;
	position: absolute;
	background: url(../images/bilder2.jpg) repeat-x;
}

#linie {
	background: url(../images/linie.gif) repeat-x;
	height: 29px;
	width: 100%;
	position: absolute;
	top: 118px;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

#unten {
	height: 35px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 11px;
	text-align: right;
}

#unten a {
	color: #FFFFFF;
	text-decoration: none;
}

#linie2 {
	background: url(../images/linie2.gif) repeat-x bottom;
	height: 29px;
	left: 0px;
	width: 100%;
	position: absolute;
	top: -17px;
	z-index: 3;
}

#login {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	z-index: 99;
	position: absolute;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	khtml-opacity: 0.9;
	text-align: center;
	display: none;
}

#login_distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -45px;
	float: left;
}

#login_form {
	clear: left;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 90px;
	border: 1px #AAAAAA solid;
	background: #EFEFEF;
}

.login_border {
	border-style: solid;
	border-color: #AAAAAA;
}

.kommentar {
	font-style: italic;
	font-size: 10px;
	color: #999999;
}

.adminList {
	list-style: none;
	margin-top: 20px;
}

.adminList li {
	line-height: 25px;
	font-size: 14px;
}

.editContainer {
	border: 1px #aaa solid;
	padding: 17px 30px 17px 30px;
	margin-top: -23px;
}

.error {
	list-style: square;
	color: #AA0000;
	margin-bottom: 10px;
	padding: 0px 0px 0px 18px;
}

.error li {
	line-height: 18px;
}

.artikel, .menu {
	list-style: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.artikel li, .menu li {
	margin-bottom: 20px;
}

.artikel li span, .menu li span {
	font-size: 10px;
	color: #ccc;
}

.menu li {
	margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #888;
    cursor: move;
}