﻿@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:#e8e8ea;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	}

a {
	color:#97005e;
	text-decoration:none;
	}

h1 {
	color: #b5c2c9;
	font-weight: bold;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
	
h3 {
	color:#97005e;
	font-weight:bold;
	font-size:1em;
	}

h2 {
	font-size:1em;
	}
	
a.speziell:link {
 
  color:            #000000;
}

a.speziell:visited {

  color:            #000000;
}

a.speziell:hover {
  background-color: #e9eced;
  color:            #97005e;
}

a.speziell:active {

  color:            #CC0000;
}

#centerdiv {
	width:1000px;
	margin-left: auto;
    margin-right: auto;
	padding-left:50px;
	padding-right:50px;
	}

#container {
	background-image:url(../images/image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:100%;
	float:right;
	background-color:#FFFFFF;
	}

#container_main {
	background-image:url(../images/re_Ecke.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:100%;
	float:right;
	background-color:#FFFFFF;
	}
	
	
#logo {
	clear:left;
	float:left;
	margin-top:40px;
	left:0px;
	width:160px;
	}

#navigation {
	width:300px;
	margin-top:50px;
	font-weight:bold;
	}


#content {
	position:relative;
	width:550px;
	min-height:470px;
	padding-left:160px;
	padding-top:30px;
	float:left;
	clear:left;
	padding-bottom:20px;
	text-align: justify;
	}
	
#content_main{
	position:relative;
	width:700px;
	min-height:470px;
	padding-left:160px;
	padding-top:30px;
	float:left;
	clear:left;
	padding-bottom:20px;
	text-align: justify;
	}
	
	
#widecontent {
	position:relative;
	width:700px;
	padding-left:160px;
	float:left;
	clear:left;
	padding-bottom:20px;
	}

#footer {
	background-image:url(../images/footer.gif);
	background-repeat:repeat-y;
	width:980px;
	min-height:40px;
	padding:5px;
	background-color:#909DA5;
	position:relative;
	float:left;
	text-align:right;
	color:#000;
	font-weight:bold;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}

ul.nodecoration {
	list-style:none;
	margin:0px;
	font-weight:bold;
	padding:0px;
	}

ul.nodecoration li {
	padding:0px 0px 3px 0px;
	margin:0px;
	}

.footerselection {
	float:left;
	margin-left:50px;
	text-align:left;
	}
	
#main-search{display:block;float:left;margin-left:4px;margin-right:4px;}
#main-search div{background-image:url(../images/search-box.gif); background-position:left; background-repeat:no-repeat;width:210px;height:26px; padding:4px;}
#main-search #main-search-input{display:block;float:left;width:120px;height:19px;border:0; margin:4px 40px 0px 0px;padding:0px; 0;outline:none;}
#main-search #main-search-button{display:block;float:left;width:17px; margin-left:-40px; margin-top:7px;}
