* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../img/bg_stripes.png);
	font-family: "Tebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
img {
	border: 0;
}

span.mark {
	background: #e9e9e9;
	padding: 2px 5px;
	font-weight: bold;
}

/* WRAPPER */
#wrapper {
	width: 966px;
	background: #fff url(../img/bg_wrapper.png) repeat-y;
	margin: 0 auto;
}


/* HEADER */
#header {
	padding: 5px 8px;
}

#header_top {
	
}

	/* LANG */
	#language {
		position: relative;
		float: left;
		background: #fff url(../img/bg_lang.png) no-repeat;
		width: 250px;
		height: 30px;
	}
	.select {
		left: 65px;
		top: 8px;
		position: absolute;
		width: 147px;
		background: #fff url(../img/bg_select.png) no-repeat left top;
		line-height: 19px;
		overflow: hidden;
	}
	
		.select .option {
			line-height: 19px;
/* 			display: none; */
		}
		.select .option a {
			display: block;
			color: #666666;
			text-decoration: none;
			padding: 0 8px;
		}
/*
		.select .option a:hover {		
			display: block;
			color: #fff;
			text-decoration: none;
			background: #666666;
		}
*/
		.select .selected {
			padding: 0 8px;
			display: block;
		}
		
		.select:hover .option {
			display: block;
		}
	
	
	/* TOPNAVI */
	#topnavi {
		float: right;
	}
	#topnavi ul {
		list-style-type: none;
		
	}	
	#topnavi li {
		float: left;
		line-height: 11px;
		padding: 9px;
	}
	#topnavi li a{
		color: #666666;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
	}
	#topnavi li.active a,
	#topnavi li a:hover {
		font-weight: bold;
		color:#64062d;
	}

	/* HEADERMAIN */
	#header_main {
		clear: both;
		background: #91003b url(../img/bg_header_main.png) repeat-x;
		overflow: hidden;
	}
	
	#logo {
		padding: 21px 64px 18px;
		float: left;
		width: 163px;
	}
	#logo img {
		display: block;
	}
	
	#navi {
		width: 659px;
		float: left;
		padding: 18px 0 16px;
	}
	#navi ul {
		list-style-type: none;
	}
	#navi ul li {
		float: left;
		width: 24%;
		background: url(../img/navi_seperator.png) no-repeat left;
		height: 109px;
	}	
	#navi ul li a{
		display: block;
		/*color: #9d9d9d;*/
		color: #efefef;
		font-size: 13px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		line-height: 19px;
		margin-left: 18px;
	}
	#navi ul ul {
		margin-left: 18px;
	}	
	#navi ul ul li {
		height: auto;
		background: transparent;
		float: none;
		width: auto;
	}
	#navi ul ul li a{
		display: block;
		/*color: #9d9d9d;*/
		color: #efefef;
		font-size: 13px;
		text-transform: none;
		text-decoration: none;
		font-weight: normal;
		margin: 0;
	}	

/* TESTIMONIAL */
#testimonial {
	padding: 0 8px;
}


/* CONTENT */

#content {
	margin: 0 8px 0 8px;
	padding: 15px 0;
	border-bottom: 1px solid #cecece;
	overflow: hidden;
}
#content h2 {
	/*
	font-family: Georgia, Times, sans-serif;
	color: #004589;
	*/
	
	text-transform: uppercase;	
	font-size: 15px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

#content h3 a {
	color: #666666;
	text-decoration: none;
}

#content h4 {
	font-size: 13px;
	border-bottom: 1px solid #c8c8c8;
	margin-top: 25px;
	margin-bottom: 15px;
}


.more {
	overflow: hidden;
}
#sidebar .more a,
.more a {
	float: right;
	background: url(../img/bg_more.png) no-repeat right;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	padding-right: 27px;
	width: 146px;
	text-align: right;
}

	/* 2 COLUMNS */
	.two-columns .col {
		float: left;
		padding: 5px;
	}
	.two-columns .left{
		width: 438px;
		padding: 5px 18px;
		border-right: 1px solid #d7d7d7;
	}
	.two-columns .right{
		width: 439px;
		padding: 5px 18px;
	}


	/* 2 COLUMNS WIDE */
	.two-columns-wide .col {
		float: left;
		padding: 5px;
	}
	.two-columns-wide .left{
		width: 679px;
		padding: 5px 18px;
		border-right: 1px solid #d7d7d7;
	}
	.two-columns-wide .right{
		width: 204px;
		padding: 5px 15px;
	}

	/* 2 COLUMNS NAVI */
	.two-columns-navi {
		background: url(../img/bg_2-columns-navi.png) no-repeat left 8px;
	}
	
	#subnavi {
		background: url(../img/bg_subnavi.png) repeat-x;
		width: 200px;
		float: left;
	}
		
		/* SUBNAVI */
		#subnavi {
			padding: 15px;
		}
		#subnavi h2 a,
		#subnavi h2 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #6f0732;
			border-bottom: 1px solid #c8c8c8;
			line-height: 19px;
			padding: 0 5px;
		}
		#subnavi h2 a {
			color: #6f0732;
			text-decoration: none;
			border: 0;
			padding: 0;
		}
		
		#subnavi ul {
			list-style-type: none;
		}
		#subnavi ul li {
			border-bottom: 1px solid #c8c8c8;
			line-height: 19px;	
			padding: 0 5px;
			font-size: 13px;
		}
		#subnavi ul li a {
			color: #727272;
			text-decoration: none;
			line-height: 25px;
			background: url(../img/marker_subnavi_white.png) no-repeat left center;
			padding-left: 18px;

		}
		
		#subnavi ul li a:hover {
			color: #6f0732;
		}
		
		#subnavi ul li.active a {
			display: block;
			font-weight: bold;
			color: #710733;			
			border-bottom: 1px solid #c8c8c8;
			background: url(../img/marker_subnavi.png) no-repeat left center;
			padding-left: 18px;
		}
		
		#subnavi ul ul li {
			border: 0;
		}
		
		#subnavi ul li ul li a,
		#subnavi ul li.active ul li a{
			font-weight: normal;
			color: #727272;			
			border: 0;
			background: transparent;
			padding-left: 14px;

		}
		
		#subnavi ul li ul li a:hover,
		#subnavi ul li.active ul li a:hover{
			color: #515672;
		}
		
		#subnavi ul li.active ul li.active a {
			color: #710733;			
		}

	

	.two-columns-navi #main {
		float: left;
		width: 443px;
		border-right: 1px solid #d7d7d7;
	}

	.one-columns-navi #main {
		margin-left: 230px;
	}
	
		/* MAIN */
		#main {
			padding: 10px 18px;
		}
		#main h1 {
			/*font-family: Georgia, Times, sans-serif;
			color: #004589;*/
			text-transform: uppercase;		
			font-size: 17px;
		}
		#main h2 {

		}
		#main h3 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: normal;
			text-transform: uppercase;
			color: #666666;
			margin-bottom: 25px;
		}

		#main h3 a {
			color: #666666;
			text-decoration: none;
		}

		
		#main .bodytext {
			margin-top: 26px;
			font-size: 12px;
			line-height: 16px;
		}
		
		#entry p {
			margin-bottom: 1em;
		}
		
		#main ul {
			margin: 25px;
			line-height: 16px;			
		}


	/* SIDEBAR */
	.two-columns-navi #sidebar {
		float: left;
		width: 210px;	
	}
	
	#sidebar {
		padding: 10px 15px;
	}
	#sidebar ul {
		list-style-type: none;		
	}
	#sidebar ul li {
		border-bottom: 1px solid #c8c8c8;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#sidebar a {
		color: #004589;
		
	}
	#sidebar p {
		line-height: 19px;
	}
	/* TEASER */
	.teaser-image {
	}
	.teaser-text {
		margin: 25px 0;
		font-size: 12px;
		line-height: 16px;
	}


/* TYPO3 */

.bodytext {
	margin: 25px 0;
	font-size: 12px;
	line-height: 16px;
}
.name-of-person {
	font-weight: bold;
	color: #004589;
}

/* FOOTER */
#footer {
	color: #bababa;
	background: url(../img/bg_footer.png) no-repeat center bottom;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
	padding: 0 20px 10px;
}

#footer a {
	color: #bababa;
	text-decoration: none;
}


/* SWITCHER */
#switcher {
	text-align: center;
	background: #000;
	line-height: 25px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}

#switcher a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
}

/*FORMULARE*/

.tx-thmailformplus-pi1 {
	overflow: hidden;

}
.tx-thmailformplus-pi1 h3 {
	margin-bottom: 26px;
}

.tx-thmailformplus-pi1 fieldset.left {
	width: 48%;
	float: left;
	padding: 0;
	border: 0;
}
.tx-thmailformplus-pi1 fieldset.right {
	width: 48%;
	float: right;
	padding: 0;
	border: 0;
}

.input label,
.textarea label
 {
	display: block;
	float: left;
	font-weight: bold;
	width: 30%;
}

.input input
 {
	width: 65%;
	border:  1px solid #c1c1c1;
	padding: 2px 1px;
}

.spam input {
	margin-left: 30%;
}

.spam img {
	margin-left: 30%;
	display: block;
	width: 190px;
	height:30px;
	margin-bottom: 5px;
}

.textarea textarea
 {
	width: 65%;
	border:  1px solid #c1c1c1;
	padding: 2px 1px;
	height: 10em;
}


div.input,
div.textarea
{
	line-height: 18px;
	padding: 1px 0;
	overflow: hidden;
}

.tx-thmailformplus-pi1 fieldset.left p {
	text-align: right;
}

.tx-thmailformplus-pi1 fieldset.right p {
	margin-bottom: 1em;
}

div.checkbox {
	overflow: hidden;
}
div.checkbox input {
	float: left;
	margin-right: 5px;
}

div.submit {
	margin-top: 6em;
	text-align: center;
}
div.submit input {
	background: url(../img/bg_btn.png);
	color: #fff;
	border-left:  1px solid #00366c;
	border-top:  1px solid #00366c;
	border-right: 1px solid #325d87;	
	border-bottom: 1px solid #325d87;
	padding: 2px 1px;
}



.contact div.input,
.contact div.textarea
{
	line-height: 18px;
	padding: 3px 0;
	overflow: hidden;
}


.contact .input label,
.contact .textarea label
{
	display: block;
	float: left;
	font-weight: bold;
	width: 30%;
	text-align: right;
	margin-right: 2%;
}

.contact fieldset {
	border:  0;
}

.contact div.checkbox {
	margin-left: 32%;
}

.contact div.submit {
	margin-top: 1em;
	text-align: right;
}

div.error {
	margin-bottom: 2em;
}
div.error ul {
	margin-left: 2em;
}

.contact li {
	list-style-type: none;
	margin-left: 32%;
	color: red;
}

