body {
	font-family: Arial,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 135%;
	background-color: #fbf9f1;
	margin: 0;
	background-image: url(../images/bg.png);
}

#page {
	position: relative;
	width: 740px;
	margin: 50px auto auto auto;
	
	-moz-box-shadow: 0 0 12px #888;
	-webkit-box-shadow: 0 0 12px #888;
	box-shadow: 0 0 12px #888;
}

#main {
	position: relative;
	width: 740px;
	border: 0px solid #c1d4ea;
	background-color: #fff;
}

#bg_top {
	display: none;
}

#bg_bottom {
	display: none;

}

#header {
	width: 740px;
	height: 153px;
	border-top: 1px solid #605ca9;
	border-bottom: 1px solid #605ca9;
	background-image: url(../images/kopf.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	color: #fff;
	font-size: 40px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
	padding: 45px 0 0 25px;
	margin-bottom: 0;
}

#header h2 {
	color: #fff;
	font-size: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
	padding: 0 0 0 25px;
}



#navigation {
	width: 740px;
	font-size: 13px;
	height: 40px;
	background-color: #c1d4ea;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
}

#content {
	min-height: 300px;
	padding: 20px 0;
}

#content #spalte1 {
	float: left;
	width: 200px;
	margin-top: 10px;
	text-align: right;
	border: 0px solid gray;
}

#content #spalte2 {
	float: right;
	width: 480px;
	margin-right: 30px;
	border: 0px solid gray;
}

#footer {
	position: relative;
	width: 740px;
	background-color: #c1d4ea;
	height: 15px;
}

/*****  Navigation               *********************/

#navigation ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float: right;
}

#navigation ul li {
	list-style: none;
	float: left;
	white-space: nowrap;
}

#navigation a {
	color: #1f518d;
	padding: 12px 11px 4px 10px;
	display: block;
	height: 24px;
}

#navigation a:hover, #navigation a.aktiv {
	color: #b54513;
}

/*****  Textstyles               *********************/


a {
	text-decoration: none;
	color: #1f518d;
}

a:hover {
	text-decoration: none;
	color: #b54513;
}

a.pdf {
	background-image: url(../images/symbol_download.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 12px;
	padding-left: 14px;
	line-height: 200%;
}

a.pdf:hover {
	background-position: 0 -14px;
}

h1 {
	font-size: 24px;
	color: #1F518D;
	margin-bottom: 40px;
}

#content h2 {
	font-size: 17px;
	color: #888;
	border-bottom: 1px solid #bbb;
}

.secr, .hide {
	display: none !important;
}

#as {
	position: absolute;
	right: 2px;
	bottom: -22px;
}

#as a {
	font-size: 9px;	
	color: #959595;
	text-decoration: none;
}

#as a:hover {
	color: #929292;
}

#content {
	color: #333;
}

#content ul {
	padding-left: 15px;
}

#content ul li {
	margin-bottom: 10px;
}

.rahmen {
	border: 1px solid #cac3ae;
}

.linie {
	height: 20px;
	border-bottom: 1px solid #CAC3AE;
}