@import "htmlArea.css"; 
 
/*all*/
/*resizable fonts*/
html {
	font-size: 100.01%;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 75%;
	background: #ffffff;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #666;
}

	
/*main container*/
#main {
	width: 964px;
	margin: 0 auto;
	overflow:hidden;
}
* html #main {
	width: 964px;
}


/*header*/
#header {
	position: relative;
	overflow: hidden;
}

/*logo text-to image substitution*/
.logo {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 212px;
	height: 39px;
	background: url(../img/webreputation.gif) no-repeat;
	margin: 25px 0;
}

/*main navigation*/
#top-bar {
	background: url(../img/upper-nav.gif) repeat-x;
	overflow: hidden;
	height: 23px;
	margin: 0 0 20px;
}
#top-nav {
	padding: 0;
	list-style: none;
	height: 23px;
	display: inline;
}
#top-nav li {
	float: left;
	display: inline;	
	height: 23px;
}
#top-nav li.sep {
	background: url(../img/heqader-sep.gif) no-repeat;
	padding-left: 1px;
}
#top-nav li a {
	padding: 4px 9px;
	float: left;
	display: inline;
	width: auto;
	overflow: hidden;
	text-decoration: none;
	background: url(../img/upper-nav.gif) repeat-x;
}
#top-nav li a:hover, #top-nav li a.active {
	color: #95bd0b;
	background-position: 0 bottom !important;
}

/*top-left navigation*/
#small-nav {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	background: url(../img/upper-nav.gif) repeat-x;
	height: 23px;
}
#small-nav li {
	float: left;
	display: inline;	
	height: 23px;
}
#small-nav li.sep {
	background: url(../img/heqader-sep.gif) no-repeat;
	padding-left: 1px;
}
#small-nav li a {
	padding: 4px 9px;
	text-decoration: none;
	background: url(../img/upper-nav.gif) repeat-x;
	float: left;
	display: inline;
}
#small-nav li a:hover {
	background-position: 0 bottom !important;
}
#small-nav li a img {
	margin-right: 4px;
}
*+html #container {
	margin-top: 20px;
}


/*footer*/
#footer {
	text-align:center;
	clear: both;
	padding-top: 30px;
	font-size: 0.8em;
}
#footer ul {
	padding: 0;
	margin:0;
	list-style: none;
}
#footer li {
	display: inline;
	background: url(../img/footer-sep.gif) no-repeat 0 3px;
	padding-left: 6px;
	margin-right: 5px;
}
.safari #footer li {
	background-position: 0 2px;
}
#footer ul li.first {
	background: none;
}
#footer ul li a {
	text-decoration: none;
}
#footer ul li a:hover {	
	color: #95bd0b;
	text-decoration: none;
}
#footer p {
	padding-bottom: 20px;
	margin: 0;
}



/*index*/
/*left column*/
#left {
	float: left;
	display: inline;
	width: 320px;
}

/*left colummn block*/
.left-tablet {
	background: url(../img/left-tablet-body.gif) repeat-y;
	margin-bottom: 15px;
}
.left-tablet-halb {
	background: url(../img/left-tablet-body-halb.gif) repeat-y;
	margin-bottom: 15px;
	width: 156px;
	height: auto;
	float: left;
}
.left-tablet-inner {
	background: url(../img/left-tablet-bottom.gif) no-repeat 0 bottom;
	width: 273px;
	padding: 0 15px 10px;
	height: auto;
}
.left-tablet-inner-hoch {
	background: url(../img/left-tablet-bottom.gif) no-repeat 0 bottom;
	width: 273px;
	padding: 0 15px 10px;
	height: auto;
}
.left-tablet-inner-halb {
	background: url(../img/left-tablet-bottom-halb.gif) no-repeat 0 bottom;
	padding: 0 10px 10px;
	height: auto;
}
div.left-tablet div.csc-textpic-imagewrap {
	margin-left: -15px;
}
div.left-tablet-halb div.csc-textpic-imagewrap {
	margin-left: -15px;
}
.left-tablet img {
	border: none;
}
.left-tablet h2 {
	margin: 6px 0 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #666;
}
.left-tablet p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
} 

.left-tablet p a {
	padding-left: 12px;
	background: url(../img/bullet.gif) no-repeat 0 3px;
	text-decoration: underline;
}
.left-tablet a:hover {
	color: #95bd0b ;
	text-decoration: none;
}

.left-tablet-halb img {
	border: none;
}
.left-tablet-halb h2 {
	margin: 6px 0 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #666;
	padding-right: 10px;
}
.left-tablet-halb p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
} 
.left-tablet-halb p a {
	padding-left: 12px;
	background: url(../img/bullet.gif) no-repeat 0 3px;
	text-decoration: underline;
}
.left-tablet-halb a:hover {
	color: #95bd0b ;
	text-decoration: none;
}

/*center column homepage */
#content {
	width: 452px;
	float: left;
	display: inline;
	margin-top: -20px;
}
#content h1  {
	margin: 18px 0 0 0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:bold;
}
#content h2  {
	margin: 18px 0 0 0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:bold;
	color: #95bd0b;
}
#content h3 {
	margin: 18px 0 0 0;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight:bold;
	color: #666;
}

#content p {
	margin: 0px 32px 0 0;
	font-size: 1.02em;
	line-height: 1.5em;
}

.kasten {
	padding: 5px;
	border: 1px solid #95bd0b;
	margin: 0px 32px 0 0;
	color: #666;
	display:block;
	background-image: url(../img/hg_kasten.gif);
}
#content p a {
	padding-left: 12px;
	background: url(../img/bullet.gif) no-repeat 0 3px;
	color: #666;
	text-decoration: underline;
}
#content a:hover {
	color: #95bd0b;
	text-decoration: none;
}
#content ul {
	font: 120%/150% Arial, Helvetica, sans-serif;
	color: #666;
}




/*center colums all pages except for homepage */
#inner-content {
	width: 460px;
	float: left;
	margin: -20px 67px 0 -75px;
	font-size: 1.02em;
	line-height: 1.5em;
}
#inner-content h1  {
	margin: 18px 0 0 0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:bold;
}
#inner-content h2  {
	margin: 18px 0 0 0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:bold;
	color: #95bd0b;
}
#inner-content h3 {
	margin: 18px 0 0 0;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight:bold;
	color: #666;
}
#inner-content h4 {
	margin: 18px 0 0 0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:bold;
	color: #666;
}
#inner-content p {
	margin: 0px 32px 0 0;
	font-size: 1.02em;
	line-height: 1.5em;
}
#inner-content .kasten p {
	margin:0px;
}
#inner-content ul {
	margin-top: 0px;
}


#inner-content .csc-sitemap {
	font-size: 1.05em;
	margin: 1em 0; 
}

#inner-content .csc-sitemap ul {
	line-height: 140%;
	margin: 0 0 1em;
}

#inner-content .csc-sitemap a:link, #inner-content .csc-sitemap a:visited {
	text-decoration: none;
}



#inner-content li li {
	font-size: 0.9em;
	list-style-type: disc;
}
#inner-content .contentframe {
	float: left;
	width: 190px;
	padding: 5px 5px 0 5px;
	border: 1px solid #95bd0b;
	margin: 20px 0px 0px 10px;
/*	background-image: url(../img/i_tel.gif);
	background-position: 42px 145px;
	background-repeat: no-repeat; */
}
#inner-content .contentframe p {
	margin: 0;
}
#inner-content .contentframe hr {
	text-align:  left;
	height: 1px;
	width: 95%;
	color: #99CC33;
	padding-right:5px;
}
#inner-content .contentframe img {
	border: none;
	margin: 3px 0;
}
#inner-content .floatleft {
	float:left;
}
#inner-content .floatright {
	float:right;
}
#inner-content .klein {
	margin: 0;
	font-size: 0.8em;
	color: #666;
	line-height: 12px;
}
#inner-content p a {
	padding-left: 12px;
	background: url(../img/bullet.gif) no-repeat 0 3px;
	text-decoration: underline;
}
#inner-content td a {
	padding-left: 12px;
	background: url(../img/bullet.gif) no-repeat 0 3px;
	text-decoration: underline;
}
#inner-content  ul  {
	padding-left: 18px;
	margin-left: 0px;
}
#inner-content .tx-irfaq-questions-list  {
	margin: 0 0 1.5em;
}	
#inner-content .tx-irfaq-questions-list li  {
	list-style-image: url(../img/bullet_ul.gif);
	margin-left: -2px;
}	
	

#inner-content li a {
	text-decoration: underline;
}
#inner-content .tx-irfaq-questions-list li a {
	color: #666666;
	text-decoration: none;
}

#inner-content a:hover {
	color: #95bd0b;
	text-decoration: none;
}
.preis {
	font-weight: bold;
	font-size: 130%;
	color: #95bd0b;
}


/*right column*/
#right {
	width: 190px;
	float: left;
	display: inline;
}

/*right column block*/
.right-tablet {
	width: 190px;
	background: url(../img/right_body.jpg) repeat-y;
	margin-bottom: 12px;
}
.right-tablet-inner  {
	width: 190px;
	background: url(../img/right_top.jpg) no-repeat;
	padding-top: 7px;
}
.right-tablet-inner2 {
	background: url(../img/right_bottom.jpg) no-repeat 0 bottom;
	padding: 0 8px 6px;
	height: 175px;
}
.right-tablet h2 {
	margin: 0 0 14px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: 700;
	text-align: center;
}
.right-tablet a {
	padding-left: 12px;
	background: url(../img/bullet.gif) no-repeat 0 3px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: underline;
}
.right-tablet .csc-textpic-imagewrap a {
	padding-left: 0;
	background: url();
}
.right-tablet a:hover {
	color: #95bd0b;
	text-decoration: none;
}
.right-tablet p {
	margin: 0 4px 8px 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
}
.right-tablet ul {
	margin: 0 0 0 4px;
	padding: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
}
.right-tablet li {
	padding: 0 0 3px 14px;
	list-style: none;
	background: url(../img/list.gif) no-repeat 2px 7px;
}
.green {
	color: #95bd0b;
}
.right-tablet .telefonnummer {
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	border: 1px solid #95bd0b;
	margin: 10px 6px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	background-image: url(../img/i_tel.gif);
	background-position: 20px 11px;
	background-repeat: no-repeat;
}
.right-tablet p .klein {
	margin: 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
}
.btn {
	margin-left: 67px;
	margin-top: 0px;
}
/*
* html .right-tablet ul {
	margin-top: 0px;
}
html:first-child .right-tablet ul {
	margin-top: 0px;
}
*/

/*inner*/
/*left column*/
#left h3  {
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
}

/*left nav*/
#left ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
#left ul li {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 6px;
	width: 198px;
}
#left ul li a {
	padding-left: 15px;
	background: url(../img/bullet.gif) no-repeat 0 3px;
	text-decoration: none;
	color: #666;
}
#left ul li a:hover, #left ul li a.active {
	color: #96bd0c;
}
#left ul li.menutext {
	color: #666666;
	font-weight: 700;
	padding: 0 0 5px;
	border-bottom: none;
}
#left ul li.spacer {
	height: 0.8em;
	border-bottom: none;
}




/* Formulare */

form {
	margin-top: 12px;
}
input, select, textarea {
	margin: 0px 2px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; 
	line-height: 1.2em;
	color: #666666;
	border: 1px solid #666666;
	padding: 2px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
	color: #666666;
	width: 10em;
	display:block;
	float:left;
}
input.xs, select.xs, textarea.xs {
	width: 50px;
}
input.s, select.s, textarea.s  {
	width: 150px;
} 
input.l, select.l, textarea.l {
	width: 192px;
}
input.xl, select.xl, textarea.xl {
	width: 250px;
}
input.pflicht, select.pflicht, textarea.pflicht {
	background-color: #F8FEE0;
}
input.button {
	background-color: #95BD0B;
	color: #fff;
	padding: 3px 5px 0 5px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	margin-left: 10em;
}
button.button {
	background-color: #95BD0B;
	color: #fff;
	padding: 3px 5px 0 5px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
	


/*************************************************
*   Typo3 Styles
*************************************************/
.left-tablet div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
 	margin-bottom: 14px;
}
	
#splash {
	float: right;
	margin-top: 43px;
	z-index: 50;
}

.kasten .contenttable {
	width: 410px;
}



/* Hauptbereich der Startseite */

#containerstart
{ margin: 10px 0; }

#containerstart a
{ text-decoration: none; }

#containerstart ul
{ padding: 0 0 0 13px; margin: 0; }

#containerstart li
{ padding: 0; margin: 0; }


#element1, #element2, #element3, #element4
{ float: left; width: 192px; height: 323px; background: url(../img/startseite/element1.jpg) no-repeat top left; padding: 10px; margin: 0 38px 30px 0; }

#element2
{ background: url(../img/startseite/element2.jpg) no-repeat top left; }

#element3
{ background: url(../img/startseite/element3.jpg) no-repeat top left; }

#element4	
{ background: url(../img/startseite/element4.jpg) no-repeat top left; margin-right: 0;}

#element1 h1, #element2 h1, #element3 h1, #element4 h1
{ font-size: 1.4em; text-align: center; height: 50px; padding: 0; margin: 13px 0 200px; }

#element1 p, #element2 p, #element3 p, #element4 p
{ font-size: 0.98em; text-align: center; line-height: 1.3em; padding: 0; margin: 0; }

#element1 .csc-textpic-imagewrap, #element2 .csc-textpic-imagewrap, #element3 .csc-textpic-imagewrap, #element4 .csc-textpic-imagewrap
{ position: absolute; top: 140px; margin: 0 0 0 -10px; }


.clearline
{ clear: both; width: 100%; height: 1px; border-bottom: 1px solid #ceced0; }



#element5, #element6, #element7
{ float: left; width: 284px; height: 190px; background: url(../img/startseite/element5.jpg) no-repeat 0 25px; margin: 10px 55px 0 0; }

#element6
{ background: url(../img/startseite/element6.jpg) no-repeat 0 25px; }

#element7
{ background: url(../img/startseite/element7.jpg) no-repeat 0 25px; margin-right: 0px; }

#element5 h1, #element6 h1, #element7 h1
{ font-size: 1.3em; padding: 0; margin: 0 0 110px; }

#element1 h1 p, #element2 p, #element3 p, #element4 p
{ font-size: 0.98em; text-align: center; line-height: 1.3em; padding: 0; margin: 0; }

#element5 .csc-textpic-imagewrap, #element6 .csc-textpic-imagewrap, #element7 .csc-textpic-imagewrap
{ position: absolute; top: 515px; }

.clear
{ clear: both; height: 1px; padding: 0; border: none; margin: 0; }
		