/* DATEI: frontend.css */




	/* allgemein ............................................................................ */
	/* ...................................................................................... */


div {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	background: transparent;
}

img { 
	margin: 0;
	padding: 0;
	border: 0;
}

img.gallery {
	display: none;
	width: 0px;
	height: 0px;
}

img.logo { 
	margin: 10px;
}

.wysiwig {
	width: 300px;
}



	/* layout ............................................................................... */
	/* ...................................................................................... */
	
	
body {
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

div#muh {
	background: #fff url(../img/bg.gif) repeat-y center;
	margin: 0px auto;
	width: 736px;
}

div#main {
	margin: 0 8px 0 8px;
	width: 720px;
}


	/* header ++++++++++++++++++++++ */
	
div#header {
	background: #fff url(../img/header.jpg) no-repeat;
	width: 720px;
    height: 117px;
}

div#header p { 
	line-height: 11px;
	color: #fff;
	text-align: right;
	vertical-align: bottom;
    padding: 0 20px 0 0;
    margin: 0;
}

div#header p a:link, div#header p a:visited {
	line-height: 11px;
	color: #fff;
	text-decoration: none;
}

div#header p a:hover, div#header p a:active {
	color: #a9cbda;
	text-decoration: none;
}

div#header p.anker { 
	margin: 0 0 70px 0;
}


div#backendheader {
	background: #fff url(../img/admin.jpg) no-repeat;
	width: 720px;
    height: 117px;
}

div#backendheader p { 
	line-height: 11px;
	color: #fff;
	text-align: right;
	vertical-align: bottom;
    padding: 0 20px 0 0;
    margin: 0;
}

div#backendheader p a:link, div#header p a:visited {
	line-height: 11px;
	color: #fff;
	text-decoration: none;
}

div#backendheader p a:hover, div#header p a:active {
	color: #BFDBE9;
	text-decoration: none;
}

div#backendheader p.anker { 
	margin: 0 0 70px 0;
}


div#nav_top {
	background: #fff url(../img/nav_top.gif) no-repeat;
	width: 720px;
    height: 35px;
}

div#nav_top p { 
	line-height: 19px;
	color: #fff;
	text-align: right;
    padding: 8px 20px 0 0;
    margin: 0;
}

div#nav_top p a:link, div#nav_top p a:visited {
	line-height: 11px;
	color: #fff;
	text-decoration: none;
}

div#nav_top p a:hover, div#nav_top p a:active {
	color: #BFDBE9;
	text-decoration: none;
}



div#header2 {
	background: #fff url(../img/header2.gif) no-repeat;
	width: 720px;
    height: 25px;
}

div#intro {
	background: #fff url(../img/intro.jpg) no-repeat;
	width: 720px;
    height: 467px;
}


	/* left ++++++++++++++++++++++++ */
	
div#left {
	width: 160px;
	float: left;
}



div#menu {
	width: 160px;
	margin: 0 0 30px 0;
}

div#menu a:link, div#menu a:visited {
	display: block;
	background:  #fff url(../img/button.gif) no-repeat;
	height: 25px;
	padding: 0 0 0 15px;
	font-family: Trebuchet MS, Arial, sans-serif;
	line-height: 24px;
	color: #5e899c;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

div#menu a:hover, div#menu a:active {
	background:  #fff url(../img/button2.gif) no-repeat;
	text-decoration: none;
}

div#menu a.active {
	background:  #fff url(../img/button2.gif) no-repeat;
	text-decoration: none;
}



div#address {
	width: 160px;
	margin-bottom: 60px;
}

div#address p {
	font-size: 9px;
	color: #333;
	margin: 0 0 6px 15px;
}

div#address p b {
	font-size: 9px;
	color: #333;
}


	/* content +++++++++++++++++++++ */

div#content {
	width: 530px;
	float: right;
}

div#text {
	width: 510px;
	margin: 0 0 25px 0;
}

div#text p {
	text-align: justify;
}


	/* submenu +++++++++++++++++++++ */
	
div#submenu {
	width: 510px;
	height: 50px;
}

div#submenu p { 
	font-size: 12px;
	line-height: 15px;
	color: #555;
	margin: -3px 0 0 0;
}
div#submenu p a { 
	font-size: 12px;
}
div#submenu p.subsub { 
	font-size: 11px;
	margin-top: 5px;
}
div#submenu p.subsub a { 
	font-size: 11px;
}

div#submenu p a:link, div#submenu p a:visited {
	line-height: 13px;
	color: #666;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

div#submenu p a:hover, div#submenu p a:active {
	color: #5e899c;
	text-decoration: none;
	border-bottom: 1px solid #5e899c;
}

div#submenu p a.active {
	color: #5e899c;
	text-decoration: none;
	border-bottom: 1px solid #5e899c;
}


	/* nav_bottom +++++++++++++++++++++ */
	
div#nav_bottom {
	background:  #fff url(../img/nav_bottom.gif) no-repeat;
	width: 510px;
	height: 17px;
	padding: 2px 0 0 0;
}

div#nav_bottom p { 
	line-height: 11px;
	color: #555;
	text-align: right;
    margin: 0 1px 0 0;
}

div#nav_bottom p a:link, div#nav_bottom p a:visited {
	line-height: 11px;
	color: #666;
	text-decoration: none;
}

div#nav_bottom p a:hover, div#nav_bottom p a:active {
	color: #5e899c;
	text-decoration: none;
}


	/* footer ++++++++++++++++++++++ */

div#footer {
	background:  #fff url(../img/footer.jpg) no-repeat top;
	clear: both;
	width: 736px;
	height: 40px;
}




	/* typo ................................................................................. */
	/* ...................................................................................... */
	

p, b, i, li, td { 
	font-family: Verdana, Lucida, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #111;
	text-align: left;
	margin: 0;
    padding: 0; 
	border: 0;
}

p { 
	margin: 0 0 8px 0;
}

table {
	border: 0;
	margin: 0;
    padding: 0; 
    border-collapse: collapse;
}

td {
	padding: 5px 8px 5px 8px;
	border: 1px solid #ccc;
	margin: 0;
	vertical-align: top;
}

table.admin {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0;
    padding: 0; 
    border-collapse: collapse;
}

table.admin td {
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: top;
}

td.title {
	background: #d2e0e3;
}

h1 { 
	font-family: Verdana, Lucida, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #5e899c;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

h2 { 
	font-family: Verdana, Lucida, Arial, sans-serif; 
	font-size: 11px; 
	line-height: 15px; 
	color: #111111; 
	margin: 0 0 8px 0;
    padding: 0; 
	border: 0;
	text-transform: uppercase;
}

h3 { 
	font-family: Verdana, Lucida, Arial, sans-serif; 
	font-size: 11px; 
	color: #5e899c; 
	margin: 0 0 6px 15px;
	font-style: italic;
	font-weight: normal;
}




	/* links ................................................................................ */
	/* ...................................................................................... */

a:link, a:visited { 
	font-family: Verdana, Lucida, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #5e899c;
	text-align: left;
	margin: 0;
    padding: 0; 
	border: 0;
	text-decoration: underline;
}

a:hover, a:active { 
	text-decoration: none; 
}

a.small:link, a.small:visited { 
	font-size: 9px;
	color: #333;
}


a.paragraphaction {
	color: #5e899c;
}