
#container{
	width: 990px;
}

#headimg{
	width: 990px;
	height: 116px;
	background-image: url(pics/titel.jpg);
}

#body{
	background-color: #7F6F7A;
}

#menu{
	float: left;
	width: 220px;
	height: 491px;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 41px;
	margin: 0px 5px 0px 5px;
}

#menu a{
	display: block;
	padding: 0px 6px 0px 0px;
	color: #4A1B45;
	text-decoration: none;
	line-height: 17px;
}

#right{
	float: right;
	width: 750px;
}

#menubar{
	background-color: #7F6F7A;
	height: 41px;
	width: 100%;
	text-align: right;
}

#content{
	text-align: left;
	padding: 40px 160px 8px 25px;
	height: 491px;
	overflow: auto;
	background-color: #FFF;
	min-height: 200px;
	color: #4F3148;
}

#footer{
	background-color: #4F3149;
	height: 12px;
	width: 100%;
}

#showpic a{
	margin: 6px;
}

a img{
	border: 0px;
}

p{
	margin-bottom: 0px;
}

.topmenu{
	border-bottom: 2px solid #4F3149;
	font-size: 14px;
}

.submenu{
	margin-left: 25px;
	border-bottom: 2px solid #4F3149;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
}

/*.active, #menu a:hover{
	background-color: #A7AAD5;
}*/

/* --- */

.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #4f3148;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #4f3148;
	font-weight: 100;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #4f3148;
	font-weight: bold;
	text-transform: none;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #4f3148;
	font-weight: bold;
	text-transform: none;
}
.homeFett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #4f3148;
	font-weight: bold;
	text-transform: none;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f3148;
	font-weight: bold;
}
.textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #4f3148;
	font-weight: 100;
}

.photobox{
	display: block;
	float: left;
	width: 160px;
	height: 200px;
	margin: 4px;
	text-align: center;
	border: 2px solid #7F406B;
}

.photobox:hover{
	border: 2px solid #E674C1;
}

.violet{
	background-color: #7F6F7A;
}