/* general tags and classes */
* {
  margin: 0;
  padding: 0;
  font-family: Georgia, Verdana, Helvetica, Arial;
  font-size: 1em; /* don't edit */
}

html {
  font-size: 62.5%; /* don't edit */
}

html, body {
  height: 100%;
  min-height: 100%;
}

body {
  text-align: center; /* center page */
  font-size: 1.12em; /* edit here global size for em, 1em = 10px */
}

br.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

h1
{
	font-weight:normal;
}

h2
{

font-weight:normal;
color:black;
}

h3
{
font-weight:bold;
font-size:1.5em;
padding-bottom:1.2em;
	color:#9b1f15;
}

h4
{
font-weight:bold;
font-size:1.4em;
padding-bottom:1em;
}

h6
{
	font-size:1.3em;
	line-height: 1.4em;
	font-weight:normal;
	color:#9b1f15;
}


a
{
		color:#9b1f15;
text-decoration:underline;

}




/* site construct */
#outerWrap {
  /* center page */
  margin: auto;
  width: 88em;
  /* no center page 
  width: 760px; */
}


/* apply for full height
#outerWrap {
  min-height: 100%;
}
* html #outerWrap {
  height: 100%;
}
*/

#innerWrap {
  margin: auto; /* center page */
  width: 88em;
  text-align: left;

}

#headerWrap {
  
  padding-top:1em;
  height:8em;
  background: url(../images/logo-head.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  border-bottom:1px solid #9b1f15;
}

#contentWrap {

padding-top:1em;
  display: table;
  width:88em;
}

#wrap {
  display: table-row;
}

#left,
#middle
 {
  display: table-cell;
  vertical-align: top;
}

#left {
float:left;
margin:0;
padding:0;
  width: 17em;
font-size:1.4em;

}

#left ul li 
{
	list-style: none;
	line-height:1.6em;
}

#left ul li a
{
	text-decoration:none;
	color:black;
}

#left ul li ul 
{
	margin-top:0.5em;
	margin-bottom:1.4em;
}

#left ul li ul li
{
	font-size:0.9em;
	margin-left:1em;
}



#left .active > a
{
color: #9b1f15;
}

#middle {

float:left;
margin:0;
padding:0;
width: 63em;
}

#middle p
{
	font-size:1.3em;
	line-height: 1.4em;
	
}


#middle ul li
{
	list-style-type: circle;
line-height:1.4em;
font-size:1.2em;
margin-left:2em;
margin-bottom:1.2em;
	}

	#middle ol li
{
	list-style-type: decimal;
line-height:1.2em;
font-size:1.2em;
margin-left:2em;
margin-bottom:1.2em;
	}

	
	
	#bild-links
	{
	float:left;
	padding-top:5em;
		width:19em;
		text-align:center;
	}

	#bild-rechts
	{
	float:right;
	padding-left:1em;
	padding-top:5em;
		width:16em;
		text-align:center;
	}

	#bild-rechts img a,
	#bild-links img a
	{
	text-decoration:none;
	border:0;
	}
	
		#text-links,
	#text-rechts
	{

	padding-top:5em;
		width:43em;
float:left;
	}
	#bild-links2,
	#bild-rechts2
	{
	padding-top:5em;
		width:20em;
		float:left;

	}

		#text-links2,
	#text-rechts2
	{

	padding-top:5em;
		width:45em;
float:left;
	}

	
	#bild-links3
	{
	padding-top:5em;
		width:23em;
		float:left;
		text-align:center;

	}

	#text-rechts3
	{

	padding-top:5em;
		width:32em;
float:left;
	}



	
		#standesamt
	{
	float:left;
	padding-left:1em;
	padding-top:5em;
		width:17em;
		text-align:center;
	}
	
	
#footer 
{
min-height:20em;
}

