/* @override http://www.testweb24.de/redaxo1/files/css/layout.css */

body {
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #656565;
	background-color: #676767;
}

#wrap {
	margin: 20px auto 0;
	width: 800px;
	min-height:500px; 
	height:auto !important;  /* f√ºr moderne Browser */
	height:500px;  /*für den IE */
	border: 0; /*1px solid #dfdfdf;  */
	border-top-color:#fff;
	z-index:0;
}

#wrap-inner {
	float:left;
	margin: 0; padding: 0; border: 0;
	width:100%;
	background-color: #fff;
	text-align: left;
}

#main-body {
	min-height:250px; /* 248px */
	height:auto !important;  /* f√ºr moderne Browser */
	height:250px;  /*für den IE */
}

#sidebar-2 { 
	min-height:250px; /* 248px */
	height:auto !important;  /* f√ºr moderne Browser */
	height:250px;  /*für den IE */
}

#header_wrap {
	width: 100%;
	min-height:88px; 
	height:auto !important;  /* f√ºr moderne Browser */
	height:88px;  /*für den IE */
}
 	
#header {
	float: left;
	width: 100%;
	padding: 0; border: 0;
	background-color: #fff;
}

#header_right {
	float: right;
	width: 230px;
	min-height:88px; 
	height:auto !important;  /* f√ºr moderne Browser */
	height:88px;  /*für den IE */
	margin: 0; padding:0;
	border: 0;
	/* border-bottom: 3px solid #ebd1bb; */
	background: url(./../img/stueckw.gif) no-repeat left 26px;
}

#title_wrap {
	width: 100%;
	min-height:16px; 
	height:auto !important;  /* f√ºr moderne Browser */
	height:16px;  /*für den IE */
	background-color: #676767;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

#title_wrap .galerie {
	color: #fff;
	font-weight: normal;
	padding: 2px 0 0;
}

#title_wrap .anschrift {
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

#title_text_wrap {
	width: 600px;
	float:left;
	min-height:26px; 
	height:auto !important;  /* f√ºr moderne Browser */
	height:26px;  /*für den IE */
}

#title_text_left {
	float:left;
	width: 200px;
}

#title_text_content {
	float:right;
	margin:0;
	width: 400px;
	color:#c6070d;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

#title_text_content p {
	margin: 0; padding:0;
}	

#title_text_right {
	float:right;
	width: 200px;
}

#break_wrap {
	float:left;
	width: 100%;
	min-height:20px; 
	height:auto !important;  /* f√ºr moderne Browser */
	height:20px;  /*für den IE */
	margin:0; padding:0;
	font-size: 12px;
	background-color: #fff;
	border-bottom: 2px solid #db343b; 
}	

#break_left {
	float:left;
	width: 630px;
	margin:0; 
	padding: 5px 0;
	margin-left: 30px;
	color: #c6070d;
	text-align: left;
}
	
#break_right {
	float:right;
	margin:0;
	margin-right:42px;
	width: 90px;
	background-color: #fff; /* #9f7155; */
	text-align: right;
	padding: 5px 0; /*um Textfeld zweizeilg zu machen padding-top auf 22px*/
}

#break_left a, #break_right a {
	color: #7e7e7e; /* hier die Farbangabe stehen lassen da sonst Link in blau!*/
	text-decoration:none;	
}

#break_left a:hover, #break_right a:hover {
	color: #c6070d;
	text-decoration:none;	
 	outline:none;
 }

#footer_wrap {
	float:left;
	width: 100%;
	min-height:89px; 
	height:auto !important;  /* für moderne Browser */
	height:89px;  /*für den IE */
	margin:0; padding:0;
	background-color: #fff;
}	

#footer_left {
	float:left;
	width: 720px;
	margin:0; padding:0;
	margin-left: 30px;
	padding-top:10px;
	text-align: left;
}
	
#footer_right {
	float:left;
	margin:0; padding:0;
	width: 19px;
	background-color: #fff; /* #9f7155; */
	text-align: left;
}

#footer_left .link_text {
	font-size: 12px;
	margin-left: 26px;
	/* padding:15px 30px 15px 4px; */
	overflow:visible;	
}

#footer_left div.link_text a {
	text-decoration:none;	
}

#footer_left div.link_text a:hover {
	color: #730404;
	text-decoration:none;	
	outline:none;
}


