@import url(reset.css); 

#body {
}
#wrap {
	width:996px;
	margin:0 auto;
}
#header {
	text-align:center;
	margin-top:30px;
}
#navigation {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-transform:uppercase;
        color:#fff;
        background: #9BA3A7;
        position: relative;
        padding: 15px 0 15px 30px;
        text-align: left;
        line-height: 20px;
        top: 90px;
        font-weight: bold;
        float:left;
        width:180px;
}

#navigation a {
		color:#fff;
}

#navigation .on {
		color:#00009E;
}

#content {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
		background-image:url(images/background.gif);
		background-repeat:repeat-y;
		position: relative;
        top: 90px;
        margin-left:210px;
        margin-top:-60px;
        margin-bottom:150px;
        padding-top:60px;
        min-height:350px;
        overflow: auto;
}
#content p {
		margin-bottom:10px;
}

.bildmitte {
		padding-left:0px;
        width:158px;
        background: #00009E;
		height:235px;
        float:left;
}


.textgrau,.textblau {
		width:414px;
		float:right;
        background: #9BA3A7;
		padding:10px;
		font-size:13px;	
		line-height:18px;
}
.textblau {
        background: #00009E;
}
.breit {
		width:608px;
}
#footer {

		font-family:'Times New Roman', Times, serif;
		position:relative;
		color:#00009E;
		width: 966px;
 		font-size:14px;
		text-align:center;
}
h1 {
		font-size: 16px;
		font-weight:bold;
		margin-bottom:10px;
		color:#00009E;
}
h2 a {
		font-size: 16px;
		font-weight:bold;
		line-height:30px;
		color:#fff;
}
h4 {
		font-size: 20px;
		margin-bottom:20px;
}

strong {
		font-weight: bold;
}

em {
		font-style:italic;
}

/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
}

