

body {
	margin: 0px;
	padding: 0px;
	background: #0d0f2a ;
	line-height: 20px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #283862;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h1 { font-size: 12px; }

h2 { font-size: 20px; }

h3 {
	font-size: 15px;
	
}

p, ul, ol {
	margin-top: 0;
	text-align: justify;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


a { color: #457aca; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}



.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 100%;
}

/* Header */

#header-wrapper {
	width: 898px;
	height: 123px;
	margin: 0px auto;
	padding: 0px;
	background: url(topline.jpg) no-repeat left top;
}




/* Page */

#page {
	width: 898px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #000000  url(bgr.gif) repeat;
}

/* Content */

#content {
	float: left;
	width: 698px;
padding: 0px 0px 0px 0px;
    background: #fff none repeat;
}

#inhalt {
   padding: 10px 30px 0px;
	text-decoration: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	color: #cbcbcb;
	}


#sidebar a {
	width: 160px;
	height: 25px;
	display: block;
	padding-left: 30px;
	color: #689dfd;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#sidebar a:hover {
	color: #fb9333;
}

#active {
	padding-left: 10px;
	color: #d4cdbd;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
}
#active a {
display : inline;
padding-right: 0px;
padding-left: 0px;
	color: #689dfd;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

#footer {
	width: 920px;
	height: 100px;
	margin: 0px auto;
	padding: 0px;
	}

#footer p {
	margin: 0;
	padding: 50px 0;
	text-align: center;
	text-transform: lowercase;
	line-height: normal;
	font-size: 11px;
	color: #689dfd;
}

#footer a {
	color: #689dfd;
}
#footer a:hover {
	color: #fb9333;
}

