/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: "verdana", sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #555;
 
}
p{
text-align:justify;
}

.table{
border-top: 1px solid #E1EEF2;
border-right: 1px solid #E1EEF2;
border-bottom: 1px solid #E1EEF2;
border-left: 1px solid #E1EEF2;
}
.Stil12 {
font-family: Verdana, sans-serif;
font-size: 12px;
color: #000000;
font-weight:normal;
line-height:16px;
}
.Stil12b {
font-family: Verdana, sans-serif;
font-size: 13px;
color: #000000;
font-weight:bold;
line-height:17px;
}
.Stil12rot {
font-family: Verdana, sans-serif;
font-size: 13px;
color: #F09137;
font-weight:bold;
line-height:17px;
}
.Stil11 {
font-family: Verdana, sans-serif;
font-size: 12px;
color: #000000;
font-weight:normal;
line-height:15px;
}
.Stil11just {
font-family: Verdana, sans-serif;
font-size: 12px;
color: #000000;
font-weight:normal;
line-height:15px;
text-align:justify;
}
.Stil10 {
font-family: Verdana, sans-serif;
font-size: 10px;
color: #000000;
font-weight:normal;
line-height:14px;
}
a
{
font-size: 11px;
	color: #007788;
 font-weight:bold;
}

a:hover
{
 color: #F09137;
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* Outer */

#outer
{
	position: relative;
	margin: 2em;
}

/* Header */

#logozeile
{
	position: absolute;
	top: 60px;
	background: #ffffff;
	height:136px;
	width: 100%;
	left: 10px;
	visibility: visible;
}

#header h1
{
	position: absolute;
	top: 79px;
	left: 124px;
	font-size: 2.5em;
	color: #fff;
	width: 552px;
	height: 52px;
	visibility: visible;
}

#header h2
{
	position: absolute;
	top: 6em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#header a
{
	color: #3F6671;
	text-decoration: none;
}

/* Menu */

#menu
{margin-right: 10px;
	
	
	background: #ffffff url('images/x3.gif') top left repeat-x;
	height: 43px;
}

#menu ul
{
	list-style: none;
	
	bottom: 0em;
	left: 6px;
	visibility: visible;
	width: 100%;
	top: -5px;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #007788 url('images/x4.gif') top left repeat-x;
 color: #3F6671;
}

/* Content */

#content
{
	line-height: 1.7em;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
	border-color: #cccccc;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
	visibility: visible;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	border: solid 1px #eeeeee;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url('images/x7.gif') top left repeat-x;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	margin-right: -36em;
	width: 90%;
}

#primaryContent
{
	margin: 0em 33em 0em 0em;
	padding: 1.5em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 17.5em;
	padding: 1.5em;
	margin-right: 1em;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 17.5em;
	padding: 1.5em;
}

/* Footer */

#footer
{
	padding: 1.5em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

