@charset "utf-8";

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

body {
	background-color: #5e689d;
	background-image: url(/img/hintergrund.jpg);
	background-repeat: no-repeat;
}

::selection {
	background: #fef7bd; /* Safari */
	}
::-moz-selection {
	background: #fef7bd; /* Firefox */
}

/* Rahmen */
#links {
	float: left;
	width: 240px;
}

#rechts {
	margin-left: 241px;
	width: 700px;
}

/* Kopf */
#kopf {
	padding-top: 20px;
	overflow: hidden;
	font-size: 16px;
}

#kopf img {
	margin-top: 17px;
	margin-left: 16px;
}

#kopf div div {
	text-align: center;
	margin-top: 3px;
}

#kopf a, #kopf a:visited {
	color: #172983;
	font-weight: bold;
	text-decoration: none;
}

.khover {
	width: 214px;
	height: 176px;
	background: url(/img/rahmen.png) no-repeat;
	cursor: hand;
}


#wel {
	float: left;
}

#ern {
	float: left;
	margin-left: 29px;
}

#ber {
	float: right;
}

/* Logo */
#logo {
	height: 200px;
}

/* Navigation */
#nav {
	padding-left: 20px;
}

#sn_titel {
	color: #ffcf68;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 10px;
	text-shadow: #888 1px 1px 1px;
}

.subnav {
	width: 180px;
	margin-left: 10px;
}

.subnav li {
	border-top: 1px solid #d2d5e4;
}

.subnav a, .subnav a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 5px;
	margin: 1px 0;
}

.subnav a:hover {
	background-color: #172983;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.subnav .current {
	background-color: #172983;
}

.mainnav {
	margin-top: 20px;
}

.mainnav li {
	width: 200px;
	border-top: 1px solid #172983;
}

.mainnav li a, .mainnav li a:visited {
	text-decoration: none;
	color: #172983;
	display: block;
	padding: 10px;
	margin: 1px 0;
	font-weight: bold;
	text-align: center;
}

.mainnav li a:hover {
	background-color: #d2d5e4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Inhalt */
#content {
	margin-top: 10px;
	font-size: 13px;
	color: #333;
}

#content p {
	margin-bottom: 10px;
}

#content h1 {
	color: #ec8e03;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 20px;
	text-shadow: #888 1px 1px 1px;
}

#content h2 {
	color: #ec8e03;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content h3 {
	color: #ec8e03;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

#content ul {
	list-style: square;
	margin-left: 25px;
	margin-bottom: 10px;
}

#cont_oben {
	background: url(/img/content_oben.png) top;
	height: 10px;
}

#cont_mitte {
	background: url(/img/content_hg.png);
	padding: 10px 20px;
}

#cont_unten {
	background: url(/img/content_unten.png) top;
	height: 10px;
}

/* Fuss */
#cont_fuss {
	font-size: 12px;
	color: #172983;
	margin-left: 20px;
}

#cont_fuss a, #cont_fuss a:visited {
	color: #172983;
	text-decoration: none;
}

#cont_fuss a:hover {
	color: #fff;
	text-decoration: underline;
}

/* SS-Styles */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0px auto;
	text-align: center;
	display: block;
}