html, body {
	margin:0;
	padding:0;
	background-color:#f0f4f6;
	background-image:URL(pic/bg-main.png);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, Helvetica Neue LT Std, Sans-Serif;
	color:#585859;
	font-size:12px;
	text-align:center;
}


h1 {
	color:#012365;
	font-size:14px;
	font-weight:bold;
}

h2 {
	color:#111;
	font-size:14px;
	font-weight:bold;
	margin: 2px 0 5px 0;
}

a:link,
a:visited {
	color:#012365;
	text-decoration:none;
}
a:active,
a:hover {
	color:#eeb507;
}

#content {
	background-image:URL(pic/bg-content.png);
	width:826px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}


#header {
	height:195px;
	width:826px;
	background-image:URL(pic/bg-head.png);
	background-repeat:no-repeat;
}
#header h1 {
	font-weight:bold;
	font-size:32px;
	color:#012476;
	margin:0;
	padding:100px 0 0 35px;
}
#header a {
	text-decoration:none;
}

#nav {
	height:36px;
	width:826px;
	background-image:URL(pic/bg-nav.png);
	background-repeat:no-repeat;
}
#nav ul {
	margin:0 0 0 21px;
	padding:0;
}
#nav ul li {
	height:36px;
	color:#fff;
	float:left;
	margin:0;
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav ul li a:link,
#nav ul li a:visited {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin-top:10px;
	padding: 0 15px 0 15px;
	display:block;
	border-style:solid;
	border-width:0 1px 0 0;
	border-color:#34549f;
}
#nav ul li a:active,
#nav ul li a:hover {
	color:#eeb507;
}
	
#schattenli {
	float:left;
	height: 550px;
	width: 14px;
	background-image:URL(pic/schatten-links.png);
	background-position:right;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
}
#schattenre {
	float:left;
	height: 550px;
	width: 14px;
	background-image:URL(pic/schatten-rechts.png);
	background-repeat:no-repeat;
	display:block;
}
#texte {
	width:798px;
	overflow:hidden;
	background-color:#fff;
	float:left;
}
#foot {
	clear:both;
	width:826px;
	height:106px;
	display:block;
	overflow:hidden;
	background-image:URL(pic/bg-footer.png);
	background-repeat:no-repeat;
}
#marcellini {
	padding:70px 0 0 36px;
	float:left;
	width:540px;
}
#marcellini a {
	text-decoration:none;
	color:#555;
}
#linksfoo {
	padding:70px 0 0 0px;
	float:left;
}
#linksfoo a {
	text-decoration:none;
	color:#555;
	margin:0 8px;
}

#newstxt {
	margin-left:22px;
	width:500px;
	float:left;
}
#newstxt h1 {
	color:#012476;
	margin:6px 0 -6px 0;
	font-weight:bold;
	font-size:16px;
	
}

.teaser {
	padding:6px 0;
}
.teaser h1  {
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0 0 5px 0;	
	color:#000;
}
.teaser img {
	border-style:solid;
	border-color:#e9ecee;
	border-width:4px;
	float:left;
	margin:0 14px 5px 0;
}
.teaser p {
	line-height:1.7em;
}
.rechtsb {
	float:right;
}
#sidebar {
	float:left;
	background-image:URL(pic/bg-sidebar.png);
	background-repeat:no-repeat;
	width:214px;
	height:550px;
	margin-left:15px;
	padding-left:44px;
}
#sidebar ul,
#sidebar li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar p {
	margin-bottom:30px;
}

.bgcls {
	clear:both;
}

