/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ 
text-align : center; 
height: 100%;

 }

body { 
position : relative; 
width : 980px; 
margin : 0 auto; 
text-align : left; }

div#content {
	position : relative;
	width : 100%;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	float: left;
}



div#navi_sub {
	left : 20px;
	width : 150px;
	padding-top: 0.3em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	background-color:transparent;
}
div#bildleiste {
	left : 0px;
	width : 858px;
	height: 198px;
	background-image:url(../layout_img/bg_bildleiste.gif);
	background-color:transparent;
	padding-left:61px;
	padding-right:61px;
	padding-top:1px;
	position : relative;
	background-repeat:repeat-x;
}

div#content_main {
	left : 0;
	width : 32%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

div#content_start {
	left : 0;
	width : 32%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;

}
  
 div#content_main2 {
	left : 60%;
	width : 36%;
	padding-top: 0em;
	padding-right: 0em;
} 

 div#content_main3 {
	left : 0px;
	width : 80%;
	padding-top: 1.5em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	background-color:transparent;
} 
  
div#content_sub {
	left : 3%;
	width : 58%;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;

}

div#content_sub2 {
	left : 79%;
	width : 160px;
	padding : 1.5em 0em 1.5em 0em;
	background-color:transparent;
}

#box1
{
float: left; 
width: 340px; /* optionale Weitenangabe */
}

#box2
{
float: right; 
width: 200px; /* optionale Weitenangabe */
}

#box3
{
float: left; 
padding-left: 0px;
}

div#branding, div#nav_main, div#site_info {
	width : 980px;
}

/* =si_clear_children */
.pc,.sc {
	position : absolute;
	top: 9px;
	left: 0;
	float: left;
}
.clear_children,.cc_tallest {
	position: relative;
} /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */





/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider
{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}

.qmmc .qmdividery{float:left;width:0px;}

.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}

.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}

.qmmc {
	position:relative;
	zoom:1;
	z-index:10;
	height: 15px;
}

.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}

.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}

.qmsh div a {float:left;}

.qmmc div{
	visibility:hidden;
	position:absolute;
	padding: 0px;
}

.qmmc .qmcbox{
	cursor:default;
	display:none;
	position:relative;
	z-index:1;
}

.qmmc .qmcbox a{display:inline;}

.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}

.qmmc li {z-index:auto;}

.qmmc ul {left:-10000px;position:absolute;z-index:10;}

.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}

.qmmc li a {float:none}

.qmmc li:hover>ul{left:auto;}

#qm0 ul {top:100%;}

#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{
	width:900px;
	background-color:#FFFFFF;
	border-width:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 58px;
	font-size: 11px;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{
	background-color:transparent;
	color:#BA2E2E;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#FFFFFF;
		color:#7E6E63;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:#FFFFFF;
		color:#7E6E63;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#FFFFFF;
		color:#7E6E63;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:0px;
		background-color:#F5F3E4;
		border-width:1px;
		border-style:solid;
		border-color:#999999;
		margin: 0px;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:6px;
		color:#333333;
		font-size:11px;
		font-weight:normal;
		border-width:0px 1px 0px 1px;
		border-style:solid;
		border-color:#DADADA;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#FFFFFF;
		color:#BA2E2E;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#FFFFFF;
		color:#BA2E2E;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#FFFFFF;
		color:#BA2E2E;
		text-decoration:underline;
		border-color:#666666;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px 5px;
		color:#222222;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:2px;
		margin:4px 5px 4px 5px;
		border-color:#A2A1AD;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:14px;
		margin:4px 3px 0px 3px;
		border-style:solid;
		border-color:#BA2E2E;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{
	text-decoration:none;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li .qmparent	
	{
	background-repeat:no-repeat;
	background-position:92% 50%;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{
	text-decoration:underline;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li .qmparent	
	{
	background-repeat:no-repeat;
	background-position:92% 50%;
	}

 
.textarea {font : 70%/1.0 Verdana, Helvetica, sans-serif; color : #000; 
}

.textarea h2, h3, h4, p, blockquote { 
margin : 0 0px .75em; }

.textarea h2 { 
margin-bottom: .15em;
font: 130% Verdana, Helvetica, sans-serif; 
font-weight: bold; 
letter-spacing : 0px; 
color : #BA2E2E;
}

.textarea h3 { 
margin-bottom : 1em;
font : 100% Verdana, Helvetica, sans-serif; 
font-weight : bold; 
letter-spacing : 0px;
 	margin-top: 20px;
color : #BA2E2E;
}

.textarea p {
	font-size : 100%;
	line-height: 16px;
}

.textarea h2 {
	margin-bottom: 20px;
}

.textarea a:link, a:visited { 
color : #BA2E2E;
text-decoration : none; 
}

.textarea ol { 
list-style-type:decimal;
list-style-position: outside;
margin-left: 30px;
	line-height: 16px;
}

.textarea ul { 
list-style-type:disc;
list-style-position: outside;
margin-left: 17px;
	line-height: 16px;
}