/* CSS Document */
html { min-height: 100.05%; } 

body{
	margin: 0px;
	background-color: #5c071a;
	text-align: center;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Normal link */
a , a img{
	color: #b41414;
	text-decoration: none;
	border:none;
	font-size:11px;
}

h2 {
	FONT-SIZE: 12px; COLOR: ##336600; FONT-FAMILY:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
h3 {
	font-size: 14px;
	color: #b41414;
	text-align: left;
	font-family:Arial,tahoma,Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color: #b41414;
	text-align: left;
	font-family:Arial,tahoma,Verdana, Helvetica, sans-serif;
	font-weight: bold;	
}
 hr {
	border-color:-moz-use-text-color -moz-use-text-color #cccccc;
	border-style:none none dashed;
	border-width:0 0 1px;
	color:#cccccc;
	display:block;
  }
  
#container{
	
	width: 990px;
	margin: auto;
	text-align: left;
	background: url('../images/main_bg.jpg') top center repeat-y;
}

#header{
	width: 990px;
	margin: auto;
	height: 240px;
	background: url('../images/header.jpg') top center no-repeat;
}
#topnav{
	height:44px;
	padding-top:192px;
	margin:0px 60px 0px 130px;
	background: url('../images/topnav_bg.png') bottom left no-repeat;
}
#content_wrapper{
	width:800px;
	margin:0px 60px 0px 90px;
	background:#ffffff;
	overflow: hidden;
	padding: 0px 20px;
}

#left_wrapper{
	width: 600px;
	float: left;
	min-height: 250px; height: auto !important; height: 250px;
}

#right_wrapper{
	width: 190px;
	float: left;
	margin-left: 10px;
}

#content{
	width:auto;
	margin: 15px 0px 0px;
	background:#ffffff;
}

div.title_underline{
	height: 1px; width: auto;
	margin-right: 7px;
	background: #581214;
	font-size: 0px;
}

#footer_wrapper{
	width:auto;
	background:#5c071a;
	height:156px;
	margin-top:3px;
	margin-left:33px;
}

#footer_nav{
	height:38px;
	background: url('../images/footer_nav_bg.png') bottom left no-repeat;
	position:relative;
	width:957px;
	/* z-index:100; */
	top: -50px;
}
#bottom_pic_wrapper{
	margin:0 6px 0;
	overflow:hidden;
	height:auto;

	
}
div.bottom_pic{
	float:left;
	margin:0 3px 0;
	width: 230px;
	height: 156px;	
}

/****************		FOR JOOMLA		*******************/
/****************			NAV			*******************/
#topnav ul {
	margin: 0;
	padding-left: 8px;
	width: 786px;
	height: 100%;
}

#topnav li {
	margin: 0;
	padding: 0;
	display: block;
	background: none;
	float: left;
}

#topnav li a, #topnav li span.separator {
	padding: 0 10px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 44px;
	text-decoration: none;
	background: url('../images/sepa.gif') no-repeat right;
}

#topnav li.last a{
	background: none;
}


#topnav li a:hover, #topnav li.active a, #topnav li a:focus {
	color: #e7836c;
	text-decoration: none;
}

/****************			CONTENT			*******************/
h1.contentheading{
	color: #b41414;
	font-family: Georgia;
	font-size: 24px;
	margin: 30px 0px 10px;
	
}

#content p{
	
}


/****************			RIGHT WRAPPER		*******************/
#right_wrapper div.moduletable p{
	text-align: center;
}

/****************			FOOTER			*******************/

#footer_nav div.moduletable, #footer_nav ul, #footer_nav li{
	display: inline;
	padding: 0px; margin: 0px;
}
#footer_nav span, #footer_nav a:link{
	color: #ffffff;
	text-decoration: none;
	line-height: 38px;
}

#footer_nav a span {
	font-weight: bold;
}

#footer_nav span.seperator{
	margin: 0px 11px;
	font-weight: bold;
}

#footer_nav span.start{
	margin-left: 20px;
}

table.termin {
	width:auto;
}

table.termin tr{
	background: url('../images/../images/termin_seperator.jpg') repeat-x left bottom;
}

table.termin th{
	width:250px;
	margin:0px; padding:0px 0px 10px;
	border:0px;
	color: #b41414;
	font-size: 16px;
	font-family: times New Roman;
}
table.termin th.field5{
	width: 138px;
}

table.termin td{
	padding: 10px 5px;
	vertical-align: top;	
}


