/* CSS styles for Winfried Strunk website */

html, body {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 140%;
	color: #000;
}

/* Build-up */

.row {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.inner {
	padding: 0px;
	margin: 0 auto;
	width: 960px;
	background: url(../pics/back_main.png) top left repeat-y;
	position: relative;
}

.inner.subsite {
	padding-top: 20px;
}
.topcontainer {
	height: 8px;
	background: url(../pics/back_top.jpg) top left no-repeat;
}
.bottomcontainer {
	background: url(../pics/back_bottom.jpg) top left no-repeat;
	height: 10px;
	margin-top: 20px;
}


#middle {
	background: #ededee;
}

#top {
	margin-top: 40px;
}

a {
	outline: none;
}

hr {
	color: #a4a4a7; 
}

/* Generals */

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

/* TOP */
.headcontainer {
	margin-top: 30px;
	margin-left: 30px;
	padding-bottom: 30px;
}

/* Font-Family*/ 
@font-face {  
	font-family: 'eurostile';  
	src: url('../../media/fonts/Eurostile/EUROTRG.eot');  
	src: url('../../media/fonts/Eurostile/EUROTRG.ttf');
}  
@font-face {  
	font-family: 'didot';  
	src: url(../../media/fonts/Didot/DIDOLI.eot);  
	src: url(../../media/fonts/Didot/DIDOLI.ttf);
}



/* MIDDLE */
.navicontainer {
	background: #949ea9;
	text-transform: uppercase;
	padding-left: 30px;
	border-bottom: 1px solid #a7afb9;
	margin-left: 4px;
	width: 910px;
	font-family: 'eurostile';
	letter-spacing: 1px;  
}

.navicontainer a {
	color: #fff;
	text-decoration: none;
}

.navicontainer a.active {
	color: #fff;
}

.navicontainer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navicontainer li {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 13px;
	border-right: 1px solid #fff;
}

.navicontainer li.right {
	float: right; 
	border: none;
	margin: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0px;
	margin-right: 25px;
	opacity: 0.6;
}

.piccontainer {
	margin-left: 4px;
	width: 940px;
	position: relative;
}

.piccontainer img {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* BOTTOM */
.introcontainer {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
}

.intros {
	float: left;
}

.introcontainer.home .intro {
	float: left;
}

.intro {
	border: 1px solid #f0f0f0;
	background: #fcfcfc;
	position: relative;
	width: 170px;
	padding: 15px;
	/*float: left;*/
	margin-right: 23px;
	color: #a4a4a7;
	font-size: 12px;
	font-weight: normal;
}

.intro p {
	margin: 0px;
	padding: 0px;
}

#middle .intro {
	position: relative;
	z-index: 100;
	margin-right: 45px;
	margin-top: 13px;
	opacity: 0.8; 
	clear: both;
}
.intro.right {
	float: right;
	margin: 0px;
	margin-right: 15px;
}

#bottom .intro {
	margin-bottom: 15px;
}

#bottom .intro.right {
	margin-right: 15px;
}

.intro h1 {
	text-transform: uppercase;
	font-weight: normal;
	color: #949ea9;
	border-bottom: 1px solid #949ea9;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-bottom: 7px;
	font-size: 16px;
}

#middle .intro h1,
#bottom .intro h1 {
	border: none;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #444;
}

.introlink {
	position: absolute;
	font-size: 8px;
	bottom: 0px;
	right: 0px;
	padding: 1px;
	padding-left: 8px;
	padding-right: 8px;
	background: #949ea9;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.introlink:hover {
	background: #747e88;
}

.footernavi {
	text-align: right;
	padding-right: 15px;
	width: 945px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 12px;
}

.footernavi ul {
	list-style: none;
}

.footernavi li {
	float: right;
	margin-left: 30px;
}

.footernavi a {
	color: #a4a4a7;	
	text-decoration: none;
}
.footernavi a:hover {
	text-decoration: underline;
}

.subnavi {
	width: 200px;
	float: left;
	margin-right: 20px;
	text-align: center;
}

.subnavi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 3px;
}

.subnavi a {
	display: block;
	text-transform: capitalize;
	padding: 5px;
	background: #949ea9;
	margin-bottom: 8px;
	color: #fff;
	text-decoration: none;
}

.subnavi a:hover,
.subnavi a.active {
	background: #949ea9;
}

.content {
	width: 470px;
	float: left;
	margin-right: 20px;
}

.content h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	color: #000;
}

.content h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 13px;
	line-height: 140%;
	color: #000;
}

.content ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	padding-left: 15px;
}

.toTop {
	text-align: right;
	margin-top: 20px;
}

.content a {
	text-decoration: none;
	color: #000;
}

.content a:hover {
	text-decoration: underline;
}


/* Kontaktformular */
.content.contact {
	width: 460px;
	float: left;
}
/* zend form styling */
dl.zend_form {
	padding: 0px;
	margin: 0px;
	width: 430px;
}
dl.zend_form fieldset {
	border: 1px solid #949EA9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 12px;
	padding-left: 17px;
}
dl.zend_form fieldset legend {
	background: #fff;
	padding-left: 5px;
	padding-right: 5px;
	color: #949EA9;
	font-weight: bold;
}

dl.zend_form fieldset textarea {
	background: #fff;
	padding: 5px;
	color: #000;
	border: 1px solid #949EA9;
	height: 120px;
	width: 229px;
	resize: none;
}

dl.zend_form fieldset label {
	display: block;
	color: #444;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-bottom: 10px;
	width: 135px;
}
dl.zend_form fieldset input {
	border: 1px solid #949EA9;
	padding: 2px;
	width: 235px;
	margin-bottom: 10px;
}

dl.zend_form input.submit_btn {
	background: #949EA9;
	color: #fff;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
	font-weight: bold;
}

dl.zend_form ul.errors {
	background: #c00;
	color: #fff;
	width: 380px;
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 15px;
	list-style-type: none !important;
}

dl.zend_form img {
	margin-bottom: 5px;
	border: 1px solid #949EA9;
	display: block;
	width: 240px;
	margin-top: 20px;
}

dl.zend_form label[for="captcha"] {
	margin-top: 20px;
}

#captcha-input {
	margin: 0px;
	padding: 2px;
	margin-left: 145px;
	margin-top: -20px;
	width: 236px;
}

dl.zend_form dd {
	padding: 0px;
	margin: 0px;
}


.zitat {
	font-size: 22px;
	line-height: 130%;
	position: absolute;
	bottom: 10px;
	width: 570px;
	right: 40px;
	z-index: 20;
	text-align: right;
	color: #fff;
	font-family: 'didot';  
}

