
* {
 margin: 0px;
 padding: 0px;
 outline: none;
 list-style: none;
}

html, body {
/*  overflow-x: hidden; */
}

body {
 background-color: #eae1bb;
 background-image: url("../img/main_container_bg.jpg");
 background-position: 8px 100px;
 background-repeat: no-repeat; 
}

.clearFloat {
 clear: both;
 height: 0px;
 line-height: 0px;
}

.left {
 text-align: left;
 font-weight: bold;
}

.right {
 text-align: right;
 font-weight: bold;
}

.center {
 text-align: center;
}

.bold {
 font-weight: bold;
}

.small {
 font-weight: normal !important;
 font-family: arial !important;
 font-size: 11px !important;
 line-height: 12px;
}

.black {
 color: #262626;
}

h1 {
	font-family:"Times New Roman", Times, serif;
 
 font-size: 24px;
 line-height: 28px;
 color: #680C38;
 font-style: italic;
}

h2 {
	font-family:"Times New Roman", Times, serif;
 font-size: 20px;
 line-height: 28px;
 color: #680C38;
 font-style: italic;
 text-decoration:underline;
}

p {
	font-family:"Times New Roman", Times, serif;	
 font-size: 16px;
 line-height: 20px;
 color: #680C38;
 text-align: left;
 padding-bottom: 20px;
}

a {
	font-family:"Times New Roman", Times, serif;
 
 font-size: 16px;
 color: #680C38;
 text-decoration: underline;
}

a:hover {
 text-decoration: none;
}

.noUnderline {
 text-decoration: none !important;
}

table {
 table-layout: fixed;
}

table tr td {
 vertical-align: top;
}


div#main_wrapper {
 width: 950px;
 /* background-color: #eae0bb; */
}

div#main_wrapper div#header {
 width: 950px;
 height:100px;
 overflow: hidden;
}

div#main_container {
 position: relative;
 float: left;
 width: 727px; /* 801 */
 padding-top: 16px; 
 /*
 754
 min-height: 540px;
 height: auto !important;
 height: 540px;
 background-color: #eae1bb;
 */
}

div#main_sideinfo {
 float: left;
 width: 223px;
 padding-top: 16px;
 
}

div#main_sideinfo div#sidebar_picture {
 width: 157px;
 padding-top: 10px;
 margin: auto auto;
 text-align: center;
}

div#main_sideinfo div#sidebar_picture a {
 display: block;
 margin-bottom: 15px;
}

div#main_sideinfo div#sidebar_picture a img {
 margin-bottom: 0px !important;
}

div.textContent {
 position: absolute;
 top: 110px;
 left: 64px; 
 width: 600px; 
}


.adresse{
	text-align: center;
	color: rgb(104, 12, 56);
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.partner-link{
	text-align: center; 
	color: rgb(104, 12, 56);
	font-family: Times,'Times New Roman',Arial,Verdana,sans-serif; 
	font-weight: bold; 
	font-size: 16px;
	text-decoration:none !important;
	
}






div.menu a {
 display: block;
 width: 100px;
 text-align: center;
 padding: 9px 0px 9px 0px;
 text-decoration: none;
 font-family: arial, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #4d4b4b;
}

div.menu a.link_01 { background-color: #e3c444; }
div.menu a.link_02 { background-color: #a0cbe7; }
div.menu a.link_03 { background-color: #d5e19b; }
div.menu a.link_04 { background-color: #b6c486; }
div.menu a.link_05 { background-color: #e3c444; }
div.menu a.link_06 { background-color: #f29069; }
div.menu a.link_07 { background-color: #baf2cc; }



div.menu a:hover { background-color: #ddeaf6 !important; }
div.menu a.link_aktiv { background-color: #b59c36 !important; }

div#main_container div#main_menu {
 width: 600px;
 margin: auto auto;
 text-align: center;
}

div#main_container div#main_menu ul li {
 display: inline;
}

div#main_container div#main_menu ul li a {
 float: left;
}

div#main_container div#routen_menu {
 padding-top: 10px;
 padding-left: 0px;
}

div#main_container div#routen_menu ul li a {
 padding-top: 5px;
 padding-bottom: 5px;
}

div#main_container div#side_menu {
 display: none;
 position: absolute;
 top: 140px;
 left: 5px;
}

div#main_container div#side_menu ul li a {
 margin-bottom: 10px;
}
