* {
	margin: 		0px;
	padding: 	0px;
}
body {
	font-family: 	Verdana, Arial;
	font-size: 	12px;
}
#c-full {
	text-align: center;
	width:		100%;
	height:		100%;
	z-index:		10;
}
#c-page {
	background-image: none;
	width:		980px;
	height:		800px;
	text-align: left;
/*	position:	absolute;
	margin-left:-490px;
	margin-top:-400px;
	left:			50%;
	top:			50%;*/
	color: 		white;
	z-index:		20;
}
#c-banner {
	position:	absolute;
	width:		100%;
	width:		980px;	
	height:		200px;
	top:			0px;
	left:			0px;
	z-index:		130;
	background: url(img/top.jpg) no-repeat left;
}
#c-top {
	position:	absolute;
	width:		980px;
	height:		18px;
	left:			0px;
	top:			200px;
	font-size: 16px;
	z-index:		40;
	border-bottom: 1px solid white;
	background-color:	#AB916D;
}
#c-top-left {
	float: left;
	width: 		181px;
	height: 18px;
	background: url(img/ecke.jpg) no-repeat right;
	border-bottom: 1px solid white;
	z-index: 41;
}
#c-top-right {
/*	position:	absolute;*/
	left: 181px;
	z-index: 42;	
}
#c-top-right div {
	float:		left;
	width:		199px;
	text-align:	center;	
}
#c-top-right a {
	display:	block;
	text-decoration: none;
}
#c-top-right a:hover {
	color:				#123E5F;
	background-color: #EDE1BF;	
}
#c-main {
	position:	absolute;
	width:		980px;
/*	height:		575px;*/
	left:			0px;
	top:			219px;
	z-index:		50;
	background:	#EDE1BF url(img/bg-navi.gif) top left repeat-y;
}
#c-navi {
/*	position:	relative;*/
	float: left;
	z-index:		60;
/*	height:		575px;*/
	width:		180px;
	left:			0px;
	top:			0px;
	border-right: 1px solid white;
	background:	#AB916D;
/*	float:		right;*/
}
.navi {
	list-style:	none;
	width:		180px;
	font-size: 16px;
/*	float:		left;*/

}
.navi li {
/*	float:			left;*/
/*	padding-bottom: 4px;*/
	border-bottom:	1px solid #fff;
}
.navi a {
	background: #AB916D url(img/anker_a.gif) top left no-repeat;
	padding:		2px 0 2px 45px;
	display:		block;
/*	float:		left;*/
	width:		135px;
}
.navi a:hover {
	color:		#123E5F;
	background:	#EDE1BF url(img/anker_b.gif) top left no-repeat;
}
.navi ul a:link {
	text-decoration: none;
}
#c-content {
/*	position:	absolute;*/
	float: left;
/*	left:			181px;*/
	width: 755px;
	z-index:		70;
	color:		#123E5F;	
	padding:		20px;
	font-size:	small;
	background-color: #EDE1BF;
}
#c-content-img {
	float: right;
	padding: 0px 0px 20px 20px;
	width: 241px;
	font-size: smaller;
}
#c-content-img img {
	border: 1px solid white;
}
#c-content ul {
	list-style-position: inside;
}
#c-footer {
	clear: both;
}
a:link { text-decoration:none;color:white; }
a:visited {  text-decoration:none;color:white; }
a:hover {  text-decoration:none;color:white; }
a:active {  text-decoration:none;color:white; }
a:focus {  text-decoration:none;color:white; }

#c-content a:link { text-decoration:none;color:#123E5F; }
#c-content a:visited {  text-decoration:none;color:#123E5F; }
#c-content a:hover {  text-decoration:none;color:#123E5F; }
#c-content a:active {  text-decoration:none;color:#123E5F; }
#c-content a:focus {  text-decoration:none;color:#123E5F; }

#c-content a {
	color: #123E5F !important;
	text-decoration: underline !important;
}
img {
	border: none;
}
/*
.c-img {
	height:	380px;
	width:	270px;
}*/
.centered {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}
ul {
	list-style-position: inside;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

h2 {
	font-size: 	14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
h3 {
	font-size: 	14px;
}
q, cite {
	font-style: italic;
}
.artikelname {
/*	font-weight: bold;*/
	text-decoration: underline;
}
.artikel {
	clear: both;
	padding-bottom: 15px;
}
.artikel {
	vertical-align: middle;
}
.artikelbild {
	float: right;
	padding: 0 15px 10px 30px;
/*	background: red;*/
}
.artikelbild img {
	padding-left: 10px;
}
