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

body {
	margin: 0;
	padding: 0;
	/*font-family: helvetica, verdana, arial, sans-serif;
	font-family: 'Mada', sans-serif;
	font-family: 'Mukta Vaani', sans-serif; */
	font-family: 'Mada', sans-serif;
	font-size: small;
	background: #fff;
}

#wrap { 
	width: 820px;
	min-height:1055px; /* 248px */
	height:auto !important;  /* f√ºr moderne Browser */
	margin: 30px 0 0 40px;
	border: 1px solid #b5664d;
	background: #e7e6e6;

}

#wrap-inner {
	clear:both;
	margin: 0;
	padding: 0; 
	border: 0;
	width: 100%;
	min-height:200px; /* 248px */
	height:auto !important;  /* f√ºr moderne Browser */
	color:#2E366E;
	text-align: left;
}

#main-body {
	border: 0; padding: 0 20px 0 0;
	float: right;
	width: 440px;
	height:auto !important;  /* f√ºr moderne Browser */
	line-height: 20px;
	font-size: 16px;
	color:#626464;
}


#sidebar {
	margin-left:20px; padding: 0;
	border:0;
	float: left;
	width: 320px;
}


#header_wrap {
	width: 100%; 
	min-height:80px; 
	height:auto !important;  /* fuer moderne Browser */
	height:80px;  /*für den IE */
	margin: 0 0 20px;
	padding: 0; 
	border: 0;
	background: url(./../img/line_1.png) left bottom repeat-x #e7e6e6; 
	font-size: 14px;
	color:#626464;
	text-align: center;
}

#footer_wrap {
	clear:both;
	float:left;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height:44px; 
	height:auto !important;  /* für moderne Browser */
	height:44px;  /*für den IE */
	font-size: 14px;
	background: url(./../img/line_1.png) left bottom repeat-x #e7e6e6;
}

h1 {
	font-size:1.9em;
}

h2 {
	font-size:1.1em;
}

a:link { color:#b5664d; text-decoration:none;}
a:visited { color:#b5664d; text-decoration:none;}
a:hover { color: #b5664d; text-decoration:underline;}
a:active { color: #97543f; text-decoration:none;}
