body, html {
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	color:white;
	background-color: #e5cfd3;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}

p, ul, li {
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	color:white;
	line-height:160%;
}

p.klein {
	font-size:10px;
}

h1, h2, h3 {
	color:#333;
	font-size:12px;
	line-height:160%;
}

a {
	color:black;
	text-decoration:none;
}

div.menuItem2 a.selected {
	text-decoration:underline;
}

a:hover {
	color:#333;
}

a img {
	border:0px;
}
#container {
	margin-left:125px;
	min-height:100%;
	height:auto;
	background-color: #afa9a2;
	width:535px;
    width:600px;
}

#left {
	float:left;
	width: 185px;
	font-size:10px;
}

#logo {
	margin-top:80px;
}

#menu {
	margin-top:69px;
}

#brand {
	margin-top:40px;
	margin-bottom:20px;
}

div.selected{
    background-image: url('fileadmin/images/selected.gif');
	background-repeat:no-repeat;
}

div.menuItem2 {
	margin-left:17px;
	height:20px;
	line-height:20px;
}

div.menuItem2 a {
	text-decoration:none;
}

#right {
	float:right;
	width: 295px;
	width: 360px;
}

#content {
	margin-top:178px;
	min-height:210px;
}

#container div.margin {
	margin-left:25px;
	margin-right:30px;
}

#footer {
	font-size:10px;
	color:#333;
	padding-top:20px;
	padding-bottom:20px;
}

div.clear {
	clear:both;
}

table, td, tr {
	border:0px;
	margin:0px;
	padding:0px;
}
table {
	width:100%;
}

ul {
	padding-left:15px;
	margin:0px;
}

li {
	list-style:square;
}
