@charset "UTF-8";

body 	{ 
	font-family: helvetica, tahoma, sans-serif;
        font-size: 14px;
       	margin: 0;
       	padding: 0;
       	color: #222222;
       	background-color: #F3F3F3;
	min-width: 800px;
      	}	

table	{ margin: 0; padding: 0; border: 0; vertical-align: top;}
tr, td  { vertical-align: top; }

#head
	{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 151px;
        background-image: url('images/header-back.jpg');
        background-repeat: repeat-x;
	}

#head_left
	{
	margin: 0;
	padding: 0;
	border: 0;
	height: 151px;
	width: 511px;
	background-image: url('images/header-left.jpg');
	background-repeat: no-repeat;
	}

#head_right
	{
	margin: 0;
        padding: 0;
        height: 151px;
	width: 289px;
        background-image: url('images/header-right.jpg');
        background-repeat: no-repeat;
	}

#kopf 
	{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	background-color: #FFFFFF;
	background-image: url('images/header-back.jpg');
	background-repeat: repeat-x;
	min-width: 800px;
	height: 151px;
	display: block;
       	}

#kopf-links
	{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
        background-image: url('images/header-left.jpg');
	background-repeat: no-repeat;
	width: 511px; 
	height: 151px;
	}

#kopf-rechts
	{
        position: absolute;
        top: 0px;
        right: 0px;
	background-color: #FFFFFF;
	background-image: url('images/header-right.jpg');
	background-repeat: no-repeat;
	width: 289px;
        height: 151px;
	}

#quermenu
	{
	width: 100%;
	height: 25px;
	background-color: #606e80;
	color: #eeeeee;
	display: block;
	}

#qmenu
	{
	position: absolute;
	top: 151px;
	left: 0px;
	right: 0px;
	z-index: 10;
	background-color: #606e80;
	color: #EEEEEE;
	height: 25px;
	line-height: 25px;
	min-width: 800px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.8em;
	display: block;
	}

#bauch	{
	width: 100%;
	height: 100%;
	vertical-align: top;
	bottom: 0;
	}

#koerper
	{
	position: absolute;
	left: 260px;
	right: 15px;
	top: 182px;
	bottom: 4px;
	//background-color: #AAAAAA;
	background-color: #F8F8F8;
	color: #222222;
	padding: 15px;
	border: 1px #cccccc solid;
        }


#leftmenu
	{
	background-color: #DFDFDF;
	position: absolute;
	left: 15px;
	top: 182px;
	bottom: 4px;
	z-index: 5;
	width: 220px;
	padding-top: 10px;
	}

#inhalt {
	width: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border: 0;
	}

#menud	{
	width: 230px;
	}

#menu	{
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px;
	padding-bottom: 50px;
	background-color: #EAEAEA;
	border-bottom: 1px #F2F2F2 solid;
	width: 200px;
	height: 100%;
	vertical-align: top;
	}

.menuentry
	{
	display: block;
	background-color: #d9d9d9;
	border-bottom: 1px #888888 dashed;
	line-height: 30px;
	font-weight: bold;
	color: #555555;
	}

.menuentry:active, a.menuentry:active
	{
	border-bottom: 1px #e0e0e0 solid;
	border-top: 1px #666666 solid;
	background-color: #869ab3;
	color: #FFFFFF;
	}

.menuentry:hover, .menuentry:focus
	{
	background-color: #a2bbd9;
	color: #FFFFFF;
	}

a.menuentry, a.menuentry:visited, a.menuentry:hover  
	{
	padding-left: 15px;
	padding-right: 10px;
	margin: 0;
	border: 0;
	text-decoration: none;
	}


a, a:active, a:visited, a:link
	{
	text-decoration: none;

	}

a:hover
	{
	border-bottom: 1px dashed;
	}

.bild_rechts
	{
	margin-left: 10px;
	float: right;
	}

.foto_links
	{
	margin-top: 10px;
	margin-right: 20px;

	float: left;
	border-top: 1px #DDDDDD solid;
	border-left: 1px #DDDDDD solid;
	border-right: 1px #AAAAAA solid;
	border-bottom: 1px #AAAAAA solid;
	}

.person
	{
	padding: 15px;
	padding-top: 5px;
	margin-bottom: 7px;
	border: 1px #CCCCCC solid;
	height: 215px;
	clear: both;
	display: block;
	}

