/* CSS Document copyright by move elevator gmbh - Florian Wentzel 05/2008 */
/* Diese Date enthält das  Basissetup aller HTML Inhalte Farbwerte und Hintergrundbilder */

* {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
}
html {height: 100%;}
body {
	font-size: 0.625em;
	margin: 0px 0px 0px 0px;
	/* Zentrierte Anordnung */
	text-align:center;
	height: 100%;
}


/* Standart HTML Elemente Formatieren  */
h1 {font-size: 1.8em; padding: 1.2em 0 0.6em 0; }
.csc-frame-frame1 h1,
h1.csc-firstHeader { padding: 0 0 0.6em 0;}
h2 {font-size: 1.5em; padding: 0.5em 0 0.4em 0;}
h3 {font-size: 1.2em; padding: 0.4em 0 0.4em 0;}
h4 {font-size: 1.2em; padding: 0.4em 0 0.4em 0;}
h5 {font-size: 1.2em; padding: 0.4em 0 0.4em 0;}

table.contenttable td { vertical-align:top; text-align:left;}
table caption { visibility:hidden; display:none;}
.contenttable td h1 {padding: 0 0 0.6em 0;}

a:link,
a:visited,
a:hover { text-decoration: underline; }
a:hover { text-decoration: none;}

p {font-size: 1.2em; line-height: 1.4em; padding-bottom: 1em;}
.align-right { text-align:right;}

.csc-frame a:link,
.csc-frame a:visited { text-decoration: none;}
.csc-frame a:hover { text-decoration: underline;}

.csc-frame p.align-right a:link,
.csc-frame p.align-right a:visited,
.csc-frame p.align-right a:hover {
	background-image:url(images/icon-arrow-toright.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px; 
}

ol { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 22px;}
ul { margin: 0px 0px 0px 0px; list-style-type: square; padding: 0px 0px 0px 18px;}
li { font-size: 1.0em; line-height: 1.6em; margin-bottom: 0.6em;}
li p {font-size: 1.0em;  }

/* Besondere Rahmen */

/* Einrückern */
.indent {
	padding-left: 1em;
}

/* Rahmen 1 - Für aufmacherformatierung */
.csc-frame-frame1 { 
	background-image:url(images/csc-frame-01-bg.gif); 
	background-position:left bottom; 
	background-repeat: no-repeat;
	clear:both;
	width: 100%;
}
.csc-frame-frame1 p { padding-bottom: 0.5em;}

/* Rahmen Linie Davor */
.csc-frame-rulerBefore {
	background-image:url(images/csc-frame-01-bg.gif); 
	background-position:left bottom;
	height: 20px;
	background-repeat: no-repeat;
	clear:both;
	width: 100%;
	margin-bottom: 20px;
}

/* Bullet Rahmen */
.csc-frame-frame2 {
	padding-left: 35px;
	background-image:url(images/bullet-01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.csc-frame-frame2 td { vertical-align:top; padding: 2px;}
.csc-frame-frame2 td h1,
.csc-frame-frame2 td h2,
.csc-frame-frame2 td h3,
.csc-frame-frame2 td h4 {
	font-size: 1.1em;
	width: 100px;
	margin: 0 0;
}
/* Rahmen - Zweispaltig links  */
.csc-frame-portlet-clearer {
	width: 100%;
	height: 20px;
	float:left;
	clear:both;
	background-color:#ffffff;
}
.csc-frame-portlet-left {
	width: 230px;
	float: left;
	margin-right:20px;
	overflow: hidden;
	background-color:#ffffff;
}
/* Rahmen - Zweispaltig rechts  */
.csc-frame-portlet-right {
	width: 230px;
	float: left;
	background-color:#ffffff;
	overflow: hidden;
}
/* Rahmen - Zweispaltig kleine Überschriften definieren  */
.csc-frame-portlet-left h1,
.csc-frame-portlet-left h2,
.csc-frame-portlet-left h3,
.csc-frame-portlet-left h4,
.csc-frame-portlet-right h1,
.csc-frame-portlet-right h2,
.csc-frame-portlet-right h3,
.csc-frame-portlet-right h4  {
	font-size: 1.1em;
	padding: 0 0 0.6em 0;
}


/* Sonderelement - Seitenübersicht mit inhaltsangabe*/
dt { font-size: 1.4em; font-weight: bold; margin: 1.4em 0 0.4em 0;}
dd { font-size: 1.2em; margin: 0 0 0.4em 0;}

/* CSC - Mailform Typo3 Formulare */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Typo3 Formulare */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
fieldset { margin: 0 0; padding: 0 0; border: 0px;}
.csc-mailform { 
	border: 0px; 	
	width: 440px;
	overflow: hidden;
	border: 0px;
	padding: 0 0;
}

.csc-mailform-field { 
	border: 0px;
	margin: 0 0;
	margin-bottom: 2px;
	padding: 0 0;
	clear:both;
	}
.csc-mailform-label {
	font-weight: bold;
	padding: 2px 4px 2px 0px;
	display:block;
}

.csc-mailform-field p {margin: 3px 10px 2px 5px;  padding: 2px 0; font-weight: normal;}
.csc-mailform-field label { 
	float:left; 
	margin: 3px 10px 2px 0;
	padding: 2px 0 0 11px;
	display: block;  
	width: 200px;  
	line-height: 1.0em;
	}

.csc-mailform-field input,
.csc-mailform-field textarea { width:200px; padding: 2px;}
.csc-mailform-field select  {width:200px;}
.csc-mailform-field option { padding: 2px;}
.csc-mailform-field .csc-mailform-submit {
	font-weight: bold;
	width: auto;
	padding: 2px 0px;
}
.csc-field-submit label { visibility:hidden;}
.csc-mailform-submit { float:right;}

div.csc-textpic-intext-left div.csc-textpic-imagewrap, 
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 10px !important;
	margin-left: 0px !important;
	margin-left: 0px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
margin:0pt;
font-size: 1.0em;
}

/* Box Modell des Seitenaufbaus */
.center-box {
	text-align:left;
	margin: 0px auto;
	width: 860px;
}
.main-content-box { width: 800px; position:absolute; top: 70px; margin-left: 30px;clear:both;}
.foot-menue-box {  width: 860px; margin: 0px auto;  text-align:center; position:absolute; top: 620px;}
.head-logo-box { float:left; width: 110px;}
.head-menu-box { float:left; width: 644px;  text-align:center; }
.head-box { float:left; clear:both;  width: 800px;} 
.content-bg { 	
	position:relative; 
	z-index: 1;
}
.browse-menue { width: 100%; position:absolute; top: 535px; font-size: 11px; text-align:right; z-index: 150; }
.browse-menue a:link,
.browse-menue a:visited { text-decoration: none;}
.browse-menue a:hover { text-decoration: underline;}
.browse-menue img { padding-right: 5px; }
.browse-menue span { padding-right: 10px;}
/* Menü auf der Rechten Seite */

.mainmenue-box { width: 100%; float:left; clear:both; text-align:center;}
.mainmenue-box-center { text-align:center; margin: 0px auto; width: 50%; text-align:center; line-height: 1em;}
ul#mainmenue {list-style: none; text-align:center;}
ul#mainmenue li { float: left; }
ul#mainmenue li a { 
	background-repeat:no-repeat; 
	display:block; 
	overflow:hidden; 
	text-indent: 999em; 
	white-space:nowrap; height:30px;}
ul#mainmenue li a:hover, ul#mainmenue  li.current a,ul#mainmenue  li.over a {background-position:0px -30px;}

.submenue-box { width: 100%; float:left; clear:both; text-align:center;}
.submenue-box-center { margin: 0px 27%; width: auto; text-align:center; line-height: 1em;}
ul#submenue {list-style: none; padding: 0 0 0 5px; margin: 0 0;}
ul#submenue li { float: left; }
ul#submenue li a { 
	background-repeat:no-repeat; 
	display:block; 
	overflow:hidden;
	text-indent: 999em; 
	white-space:nowrap; height:20px;}
ul#submenue li a:hover, ul#submenue  li.current a,ul#submenue  li.over a {background-position:0px -20px;}


.schwerpunkte-padding .submenue-box-center { margin: 0px 28%; }
.schwerpunkte-padding  ul#submenue { padding: 0 0 0 0px; }


.servicemenue-box { width: 100%; text-align:center;}
.servicemenue-box-center { margin: 0px 40%; width: auto; text-align:center; line-height: 1em; }
ul#servicemenue {list-style: none; padding: 0 0 0 5px; margin: 0 0;}
ul#servicemenue li { float: left; }
ul#servicemenue li a { 
	background-repeat:no-repeat; 
	display:block; 
	overflow:hidden;
	text-indent: 999em; 
	white-space:nowrap; height:20px;}
ul#servicemenue li a:hover, ul#servicemenue  li.current a,ul#servicemenue  li.over a {background-position:0px -20px;}

/* @ umschreibung für Anti Spam schutz der E-Mail Adressen*/
.liam {
	background-image:url(images/at.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 2px 0px 2px;
}

.ups { background-image:url(images/ups.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 1px 0px 1px;
}
