@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; }
.clear {overflow:hidden; clear: both;}
* html .clear {height:1%}

body { 
	padding: 0px;
	text-align: center;
	background-color: #c2dbfd;
	margin: auto;
	background-image:url(bilder/back.gif);
	background-position: center;
	background-repeat:repeat-y;
}

#wrapper {
	position: relative;
	width: 962px;
	margin: auto;
	overflow: hidden;
	padding: 0 1px 0 1px;
}

#kopf {
	width: 100%;
	height: 130px;
	text-align: left;
	background-image: url(bilder/choroi-kopf.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#inhalt {
	position: relative;
	width: 540px;
	padding: 40px;
	float: left;
	display: inline;
	text-align: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
}
#inhalt p {
	margin-bottom: 10px;
}

#inhalt ul, #inhalt ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

#inhalt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
	line-height:24px;
}

#inhalt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
	
}
#inhalt h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin-bottom: 15px;
}

#inhalt a {
	font-family: Arial, Helvetica, sans-serif;
	color: #2F68B1;
	text-decoration: none;
}
#inhalt a:hover {
	color: #000000;	
	text-decoration: underline;
}

#boxen {
	float: right;
	display: inline;
	width: 170px;
	text-align: left;
	padding: 25px 0 0 0;
}
#boxen h1, #boxen h2 {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 2px 10px 2px 10px;
}
#boxen p {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 5px 10px 5px 10px;
}
#boxen a {
	color: #2F68B1;
	text-decoration: none;
}
#boxen a:hover {
	color: #2F68B1;
	text-decoration: underline;
}
#boxen hr {
	color: #2F68B1;
	background: #2F68B1;
	height: 1px;
	border: 0;
	margin: 5px 10px 5px 10px;
}

#inhalt hr {
	color: #2F68B1;
	background: #2F68B1;
	height: 1px;
	border: 0;
	margin: 0 0 10px 0;
}

#navigation {
	position: relative;
	float: left;
	display: inline;	
	width: 170px;
	text-align: left;
	margin: auto;
	padding: 25px 0 0 0;
}

.navi1i {
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 5px 5px 1px 10px;
	margin: 0 0 2px 0;
}
.navi2i {
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 1px 5px 2px 20px;
}
.navi3i {
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 1px 5px 2px 30px;
}
.navi1a {
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F68B1;
	padding: 5px 5px 1px 10px;
	margin: 0 0 2px 0;
}
.navi2a {
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2F68B1;
	padding: 1px 5px 2px 20px;
}
.navi3a {
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2F68B1;
	padding: 1px 5px 2px 30px;
}
.navi1i a {
	color: #333333;
	text-decoration: none;
}
.navi1i a:hover {
	color: #2F68B1;
	text-decoration: none;
}
.navi2i a {
	color: #333333;
	text-decoration: none;
}
.navi2i a:hover {
	color: #2F68B1;
	text-decoration: none;
}
.navi3i a {
	color: #333333;
	text-decoration: none;
}
.navi3i a:hover {
	color: #2F68B1;
	text-decoration: none;
}
.navi1a a {
	color: #2F68B1;
	text-decoration: none;
}
.navi1a a:hover {
	color: #2F68B1;
	text-decoration: none;
}
.navi2a a {
	color: #2F68B1;
	text-decoration: none;
}
.navi2a a:hover {
	color: #2F68B1;
	text-decoration: none;
}
.navi3a a {
	color: #2F68B1;
	text-decoration: none;
}
.navi3a a:hover {
	color: #2F68B1;
	text-decoration: none;
}

.news-list-item img{
	float:left;
	margin-right:5px;
	margin-bottom:3px;
}

.csc-textpic-imagerow{
	margin-bottom:20px;
}
.align-center {
	text-align: center;
}