
body {
	background-color: #FFF;
	font-family: 'Verdana','Arial',sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #444;
	font-size: 13px;
	line-height: 16px;
	}

a {
	cursor:pointer;
	}

a { text-decoration: none; color: #00A65C; }
a:link, #footer a:visited { text-decoration: none; }
a:hover, #footer a:active { text-decoration: underline; }


/*------------------------------*/
/*basic layout                  */
/*------------------------------*/

#master {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 740px;
	}

#header {
	height: 127px;
	padding: 0;
	position: relative;
	background-color: #fff;
	background: url(../../media/elements/bg_top.jpg) no-repeat;
	}
	
#main {
	min-height: 400px;
	}

/* for Internet Explorer */
/*\*/
* html div#main {
height: 400px;
}
/**/

#navi {
	width: 204px;
	color: #666;
	font-size: 14px;
	font-style: italic;
	float: left;
	background: url(../../media/elements/bg_left.jpg) no-repeat;
	min-height: 400px;
	float: left;
	}
	
/* for Internet Explorer */
/*\*/
* html div#navi {
height: 400px;
}
/**/


#navi ul {
	font-size: 14px;
	line-height: 44px;
	margin: 10px 0px 0px 25px;
	padding: 0px;
	}
	
#navi ul li {
	list-style-type: none;
	}

#navi ul li a {
	display: block;
	height: 44px;
	}

#navi ul li a.selected_1 {
	background: url(../../media/elements/bg_navi_1.gif) no-repeat 0px -1px;
	}

#navi ul li a.selected_2 {
	background: url(../../media/elements/bg_navi_2.gif) no-repeat 0px -1px;
	}

#navi ul li a.selected_3 {
	background: url(../../media/elements/bg_navi_3.gif) no-repeat 0px -1px;
	}

#navi ul li a.selected_4 {
	background: url(../../media/elements/bg_navi_4.gif) no-repeat 0px -1px;
	}

#navi ul li a.selected_5 {
	background: url(../../media/elements/bg_navi_5.gif) no-repeat 0px -1px;
	}

#navi ul li a.selected_6 {
	background: url(../../media/elements/bg_navi_6.gif) no-repeat 0px -1px;
	}


#content {
	width: 500px;
	float: left;
	padding: 25px 10px 10px 0px;
	min-height: 400px;
	}

/* for Internet Explorer */
/*\*/
* html div#content {
height: 400px;
}
/**/

#footer {
	position: relative;
	width: 720px;
	height: 15px;
	background: url(../../media/elements/bottom_right.jpg) no-repeat 590px;
	text-align: right;
	padding: 55px 30px 0px 0px;
	}



/*------------------------------*/
/*navigation: left              */
/*------------------------------*/

#navi a { color: #666; text-decoration: none; }
#navi a:link { color: #666; text-decoration: none; }
#navi a:visited { color: #666; text-decoration: none; }
a#navi_1:hover { color: #666; text-decoration: none; background: url(../../media/elements/bg_navi_1.gif) no-repeat 0px -1px;}
a#navi_2:hover { color: #666; text-decoration: none; background: url(../../media/elements/bg_navi_2.gif) no-repeat 0px -1px;}
a#navi_3:hover { color: #666; text-decoration: none; background: url(../../media/elements/bg_navi_3.gif) no-repeat 0px -1px;}
a#navi_4:hover { color: #666; text-decoration: none; background: url(../../media/elements/bg_navi_4.gif) no-repeat 0px -1px;}
a#navi_5:hover { color: #666; text-decoration: none; background: url(../../media/elements/bg_navi_5.gif) no-repeat 0px -1px;}
a#navi_6:hover { color: #666; text-decoration: none; background: url(../../media/elements/bg_navi_6.gif) no-repeat 0px -1px;}
#navi a:active { color: #666; text-decoration: none; }


/*------------------------------*/
/*decoration: main body         */
/*------------------------------*/

p.divider {
	border-bottom: 1px solid #E2E4E5;
	margin-top: -10px;
	}
	


/*------------------------------*/
/*illustrations                 */
/*------------------------------*/

.image_inline {
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	width: 255px;
	padding: 0px 14px 14px 0px;
	}

.contact_map {
	position: absolute;
	left:475px;
	}



/*------------------------------*/
/*tables, lists: main body      */
/*------------------------------*/

table.listing th {
	width: 130px;
	font-size: 10px;
	line-height: 15px;
	}

table.listing_search {
	border-collapse: collapse;
	}

table.listing_search th {
	width: 100px;
	font-size: 10px;
	line-height: 15px;
	border-top: 1px solid #E2E4E5;
	padding: 5px 0px 10px 0px;
	}

table.listing_search td {
	border-top: 1px solid #E2E4E5;
	padding: 5px 0px 10px 0px;
	}

table.listing_search td.first, table.listing_search th.first {
	border: none;
	}



/*------------------------------*/
/*forms                         */
/*------------------------------*/

.formfield {
	background-color: #FFFFFF;
	color: #000000;
	width: 175px;
	height: 16px;
	border: 1px solid #C2C4C6;
	margin: 0;
	}
	
.butt {
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	width: 175px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #0089CB;
	}
	


/*------------------------------*/
/*general stuff                 */
/*------------------------------*/

.float_left {
	float: left;
	}
	
.float_right {
	float: right;
	}
	
.float_clear {
	clear: both;
	}

.hidden {
	display: none;
	}
	
/*
ul {
	font-size: 10px;
	line-height:14px;
	}

#content_main ul {
	font-size: 11px;
	line-height: 15px;
	}
*/

p {
	margin: 0px;
	padding: 0px;
	}

h1, h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	color: #00A65C;
	}

h1.csc-firstHeader, h2.csc-firstHeader {
	margin-top: 0px;
	}

h2, strong {
	color: #666;
	}
	

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -1em;
	}
	
th {
	padding: 0;
	text-align: left;
	vertical-align: top;
	}

label {
	padding-left: 10px;
	font-weight: bold;
	}


#content .csc-textpic-image img {
	border-bottom: 1px solid #00A65C;
	}
	
.csc-textpic-image.csc-textpic-firstcol {
	padding-right: 5px;
	}



#footer a { font-size: 10px; text-decoration: none; color: #00A65C; }
#footer a:link, #footer a:visited { text-decoration: none; }
#footer a:hover, #footer a:active { text-decoration: underline; }

hr {
	margin: 10px 0px 10px 0px;
	border: 0px;
	border-top: solid 1px #00A65C;
	border-bottom: solid 1px #fff;
	}
	
.csc-textpic-caption, .impressum {
	font-size: 10px;
	color: #666;
	}
	
.impressum {
	position: relative;
	top: 140px;
	display: inline;
	}

form {
	line-height: 20px;
	background-color: #ECFFEB;
	padding: 10px;
	}
	
input, textarea, select { 
	color: #000;
	background-color: #fff;
	border: 1px solid #00A65C;
	}

label {
	display: block;
	margin: 0;
	padding: 5px 0px 0px 0px;
	font-weight: normal;
	}

fieldset {
	border: none;
	margin-bottom: 20px;
	}

.csc-mailform {
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 0px 0px;
	}
	
.csc-mailform-label {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	}
	
.csc-mailform-submit {
	background-color: #00A65C;
	color: #fff;
	margin: 20px 20px 0px 0px;
	}
	
.csc-mailform-check {
	position: relative;
	top: -20px;
	left: -20px;
	border: none;
	margin-bottom: -12px;
	}

#mailformBeratungstermin {
	top: -39px;
	}
	
.required {
	color: #00A65C;
	margin-left: 10px;
	}
	
.csc-textpic-imagewrap {
	margin-bottom: 12px;
	margin-top: 4px;
	}


.typo3-adminPanel {
	position: absolute;
	right: 0px;
	}
	

	