@charset "utf-8";

/* reset css in all browsers start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

html {
	background-image:url(../images/hintergrund.jpg);
	background-position: center top;
	background-position:center top;
	
	background-attachment:fixed;
	background-repeat:no-repeat;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* reset css in all browsers end */

/* Meine TYPO3-Standart-CSS START */
body{
	/*font-family:'Droid Sans',Arial, Helvetica, sans-serif;*/
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size:13px;
	color:#666;
	line-height: 20px;
}

hr{
	clear:both;
	border:0px;
	height:0px;
	padding:5px 0 5px 0;
	margin:0px;
}

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

div.clear{
	clear:both;
	line-height:1px;
	height:1px;
}

div.csc-header {
	clear:both;
	padding:0px;
	margin: 0 0 8px 0;
}

h1{
	font-size:26px;
	color: #007757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 26px;
}

h2{
	font-size:16px;
	font-weight:bold;
	color:#666;
	margin-bottom: 16px;
}

h3, h4{

}

#content-right ul,
#content ul{
	padding:0px;
	margin: 0px 0 0 12px;
}

#content-right ul li,
#content ul li{
	padding: 0 0 0 15px;
	/*margin:0 0 5px 0px;*/
	list-style-type:none;
	min-height:16px;
	background-image:url(../images/list-arrow.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
}

/* optimale Bilddarstellung formatieren START */
div.csc-textpic-imagewrap{
	margin:3px 0 0 0;	
}

div.csc-textpic-imagewrap div.csc-textpic-imagerow{
	float:left;
	margin:0 0 12px 0;	
}

.csc-textpic-imagewrap .csc-textpic-imagerow-last{
	margin:0px;	
}

div.csc-textpic-imagewrap div.csc-textpic-imagerow div.csc-textpic-image div.csc-textpic-caption{
	font-size:0.8em;
	line-height:1.2em;
	padding:4px 0 0 0;	
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap{
	padding:0 8px 5px 0;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap{
	padding:0 0 5px 8px;
}
/* optimale Bilddarstellung formatieren ENDE */

/* abstände zwischen dem inhalt und der überschrift bzw. dem nächsten Beitrag formatieren START */
div.csc-textpic-text{
	margin:0 0 0 0px;
}

#content div.csc-textpic-text,
#content-2 div.csc-textpic-text{
	margin:0 0 0 0px;
}


#breadcrumb div.csc-textpic-text{
	margin:0 0 0 0px;
}

div.csc-textpic-intext-left, div.csc-textpic-intext-right, div.csc-textpic-center{
	clear:both;
	margin:0 0 0 0;
}
/* abstände zwischen dem inhalt und der überschrift bzw. dem nächsten Beitrag formatieren START */

/* tabellenformatierung */
table.tabelle{
	border:1px solid #ccc;
	border-spacing:1px;
}

table.tabelle tr td{
	background-color:#fff;
	padding:4px;
	font-size:1em;
	line-height:1.3em;
}

table.tabelle tr.head td{
	background-color:#ccc;
	font-size:1em;
	line-height:1.8em;
}

table.tabelle tr.dunkle_zeile td{
	background-color:#eee;
}


table.hotspot {
	width:100%;
	margin:20px 0 0 -2px;
	
}

table.hotspot tr td {
	padding:0 20px 0 0px;
	vertical-align:middle;
	height:35px;
	border:0px solid #DDD;
}

table.hotspot tr td a{
	display:table-cell;
	background-image:url(../images/list-arrow.png);
	background-repeat:no-repeat;
	background-position:left 1px;
	padding:0 0px 0 20px;
	vertical-align:top;
	height:27px;
	color:#1a171b;
}

table.hotspot tr td a:hover {
	color:#004B7B;
	}

/* tabellenformatierung */
/* Meine TYPO3-Standart-CSS ENDE */

#wrapper{
	
}

.inner{
	width: 960px;
	margin: 0 auto;
	position: relative;
}


/*TOP*/
#top{
	width: 100%;
	height: 120px;
	background: #f8f8f8;
	border-bottom: 1px solid grey;
	border-top: 1px solid grey;
	padding-top: 8px;
}

#top #logo{
	position: absolute;
	top: 14px;
	left: 27%;
}

#top .nav{
	background: url(../images/background/house-menu-big.png) no-repeat;
	height: 115px;
	
}

#top .nav ul{
	padding-top: 91px;
	margin-left: 26%;
}

#top .nav ul li{
	float: left;
	padding-right: 55px;
	text-transform: uppercase;
	font-weight: bold;
}
	
#top .nav ul li a{
	color: #007757;
	color: c8d7d2;
	font-size: 14px;
}

#top .nav ul li a:hover,
#top .nav ul li.active a{
	border-bottom: 2px solid #c8d7d2;
}


/* HEADER */
#header{
	background: #c8d7d2;
}

#header .inner{
	background:url(../images/background/header.jpg) no-repeat;
	height: 350px;
}

#start #header .inner{
	height: 500px;
}


/*CONTENT*/
#content{
	background: #f8f8f8;
	border-top: 1px solid grey;
}

#content ul li{
	background: url(../images/background/li-bullet.png) no-repeat;
	background-position: left;
	
}

#content .inner .content-container{
	padding: 20px 0 20px 0;
}


/* FOOTER */
#footer{
	color: white;
	background: #007757;
	border-top: 1px solid grey;
	padding: 20px 0 20px 0;
	line-height: 18px;
}

#footer .inner{
}

#footer .inner .footer-container{
	/*padding: 0px 24px 0px 24px;*/
}

#footer .row{
	float: left;
}

#footer h3,
#footer a{
	color: white;
}

#footer h3{
	text-transform: uppercase;
	font-weight: bold;
}

#footer .row p a:hover{
	text-decoration: underline;
}

#footer .row.col1{
	width: 176px;
}

#footer .row.col2{
	width: 464px;
	/*width: 416px;*/
}

#footer .row.col3{
	width: 320px;
	text-align: right;
}

/* EXTENSIONS */

/* Powermail */

.tx-powermail{
}

.tx-powermail h3,
.tx-powermail legend {
	display: none;
}

.tx-powermail label{
	display: inline-block;
	width: 130px;
	float: left;
}

.tx-powermail input{
	width: 310px;
	margin-bottom: 2px;
}

.tx-powermail textarea{
	width: 309px;
	margin-bottom: 2px;
}

.tx-powermail .powermail_field.powermail_submit{
	width: 130px;
	border: 0px;
	background: #666;
	color: white;
	margin-left: 130px;
}


/* Gridelements */

.columns-2{
}

.columns-2 .row{
	width: 49%;
	float: left;
}

.columns-2 .row.col1{
	margin-right: 2%;
}

.columns-4{
}




