/*
 * colors:
 * magenta: e50083
 * linien: b1bdc9
 * navi-hintergrund: dde3eb
 * gestrichelte Linien: dde3eb
 * 960gs:
 * col = 7 | (n*80-14) | 7
 */

* {
  margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

body {
	font-family: verdana, arial, helvetica;
	font-size: 62.5%;
	color: #5a6a7d;
}


a {
	text-decoration: none;
	color: #e50083;
}

a:hover {
	text-decoration: underline;
}

body, table, tr, td, ul, ol, li, p, img {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	text-indent: 0px;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color:  #e50083;
	height: 96px;
	margin: 0px 10px;
	border-bottom: 1px solid white;
}

#logo {
	float: left;
	padding-top: 2px;
	padding-left: 37px;
}

#langnavi {
	float: left;
	width: auto;
	margin-left: 193px;
	margin-top:  10px;
}

#langnavi li {
	float: left;
	margin-right: 5px;
}

#headerline {
	margin: 0px 10px;
	height: 1px;
	border-top: 1px solid #b1bdc9;
	background-color: white;
	overflow: hidden;
}

#navi {
	margin: 0px 10px;
	height: 17px;
	padding-top: 1px;
	padding-left: 100px;
	background-color: #dde3eb;
	background-image: url(img/bg_navi.gif);
	font-weight: bold;
}

#navi li {
	font-size: 120%;
	float: left;
	text-align: center;
	width: 102px;
	line-height: 16px;
}

#navi li.hl {
	width: 100px;
	background-color: white;
	border-left: 1px solid #b1bdc9;
	border-right: 1px solid #b1bdc9;
	height: 17px;
}

#navi a:link,
#navi a:visited,
#navi a:active,
#navi a:focus,
#navi a:hover {
	color: #5a6a7d;
	text-decoration: none;
}

#breadcrumb {
	margin: 0px 10px;
	line-height: 290%;
	height: 30px;
	font-size: 120%;
	background-image: url(img/hline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#mainwrapper {
	margin-top: 8px;
	background-image: url(img/vline.gif);
	background-position: 240px 0px;
	background-repeat: repeat-y;
}

* html #mainwrapper {
	height: 200px;
}

#mainclear {
	clear: both;
}

#left {
	width: 220px;
	padding: 0px 10px;
	float: left;
}

#push-right {
	width: 220px;
	height: 1px;
}

#subnavi {
	width: 220px;
}

#subnavi li {
	padding-top: 10px;
	font-size: 120%;
}

#subnavi li.hl {
	font-weight: bold;
	padding-top: 10px;
}

#content {
	float: left;
	padding: 0px 10px;
	width: 700px;
}


p.more, a.more {
	text-decoration: none;
	color: #5a6a7d;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}


/*headline 13*/
/*headline2 9/bold*/

h1 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
}

h2, .h2 {
	font-size: 120%;
	color: #5a6a7d;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

#content p, #content .p {
	font-size: 120%;
	color: #5a6a7d;
}

td .formlabel {
	font-size: 100%;
	color: #5a6a7d;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

/*
.errordescription, .errordescription ul, .errordescription ul li {
	color: #e50083;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

td .formlabelerror {
	color: #e50083;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

.forminputerror {
	border:1px solid #5a6a7d;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	background:#e50083;
	padding:1px 1px;
	width:155;
}

.forminput {
	color:#5a6a7d;
	font-weight:normal;
	text-decoration:none;
	background:#ffffff;
	padding:1px 1px;
	width:155;
	border:1px solid #5a6a7d;
}

.submit {
	border:1px solid #5a6a7d;
	color:#ffffff;
	font-weight:normal;
	background:#5a6a7d;
	width:155px;
}
*/

.csc-mailform {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.csc-mailform-field {
	margin-top: 5px;
}

.csc-mailform-field label {
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
}

.csc-mailform-field input,
.csc-mailform-field textarea
{
	width: 150px;
	border: 1px solid #5a6a7d;
	text-align: left;
	font-size: 100%;
}

.csc-mailform-field input.csc-mailform-submit {
	margin-left: 160px;
	width: 150px;
	text-align: center;
	font-size: 100%;
	background-color: #5a6a7d;
	color: white;
}

#footer {
	margin: 10px;
	padding-top: 10px;
	background-image: url(img/hline.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

#footer li {
	display: inline;
	font-size: 120%;
	margin: 0px 10px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.teaser {
	margin: 10px 0px;
	clear: both;
}

.teaser .image-left .teaser-image {
	float: left;
	width: 200px;
}

.teaser .image-left .teaser-content {
	float: right;
	width: 493px;
}

.teaser .image-right .teaser-image {
	float: right;
	width: 200px;
}

.teaser .image-right .teaser-content {
	float: left;
	width: 493px;
	text-align: right;
}
.teaser .image-right .teaser-content h2,
.teaser .image-right .teaser-content p
{
	text-align: right;
}

.teaser .teaser-link {
	text-align: right;
}

.clear {
	clear:both;
}

div.divider {
	margin: 10px 0px;
	background-image: url(img/hline.gif);
	background-repeat: repeat-x;
	height: 1px;
}

div.divider hr {
	display: none;
	height: 0px;
	width: 100%;
	border: 0px white;
	padding: 0px;
}

.csc-textpic {
	margin: 10px 0px;
}

form.stdForm .error input,
form.stdForm .error textarea
{
	background-color: #e50083;
	color: white;
}

form.stdForm .error label {
	color: #e50083;
	font-weight: bold;
}

