/* 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: Verdana, Arial, Helvetica, sans-serif;
}
html {height: 100%;}
body {
	font-size: 0.625em;
	margin: 0px 0px 0px 0px;
	/* Zentrierte Anordnung */
	text-align:center;
	height: 100%;
}
body.druckansicht {
	background-image: url();
	text-align:center;
	padding: 10px; 
}
.druckansicht-rootline {
	padding: 4px 2px;
	font-size:1.4em;
	border-bottom: 1px solid;
}

.druckansicht-rootline a:link{ text-decoration: none;}
.druckansicht-link { text-align: right; padding: 4px 0px;}
.druckansicht-link a:link,
.druckansicht-link a:visited { text-decoration:none;}
.druckansicht-link a:hover { text-decoration: underline;}

.pagetype-printview { 
	width:500px;
	margin:0pt auto 5px;
	padding:0.5em 0pt 0pt;
	text-align:left;
}
.printview-pageinfo { 
	width:500px;
	border:1px solid #999999;
	margin: 0pt auto 5px;
	padding: 5px;
	text-align:left;
}

/* Standart HTML Elemente Formatieren  */
h1 {font-size: 1.6em; padding: 1.2em 0 1.0em 0; }
.csc-frame-frame1 h1,
h1.csc-firstHeader { padding: 0 0 0.6em 0;}
h2 {font-size: 1.2em; padding: 0.5em 0 0.4em 0;}
h3 {font-size: 1.1em; padding: 0.4em 0 0.4em 0;}
h4 {font-size: 1.1em; padding: 0.4em 0 0.4em 0;}
h5 {font-size: 1.1em; 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.1em; line-height: 1.6em; 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.1em; line-height: 1.6em; margin-bottom: 0.6em;}
li p {font-size: 1.0em;  }

/* Besondere Rahmen */

/* Einrückern */
.indent {
	padding-left: 1em;
}


/* 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;}


/* CSC Sitemaps */
.csc-menu dt { padding-top:0.8em;}
.csc-menu dt a:link,
.csc-menu dt a:visited,
.csc-menu dt a:hover {
	border-bottom: 3px solid #CCCCCC;
	text-decoration: none;
}
.csc-menu dt a:hover {
	border-bottom: 3px solid rgb(255,181,0);
}

/* Besondere Rahmen */
.csc-frame-rulerBefore {
  display: block;
  height: 40px;
  line-height: 0em;
  background-image: url(images/trenner1.jpg);
  background-repeat: repeat-x;
  background-position: left center;
}


/* Rechte Spalte - sonderformatierungen */
.content-right h1 { 
	font-size: 1.6em; 
	padding: 8px 3px 16px 0px; 
	text-align:center; 
	background-repeat:repeat-x; 
	background-position: left bottom; 
	background-image:url(images/col-right-shaddow.gif);
}

.content-right h2 { 
	font-size: 1.3em; 
	padding: 8px 3px 16px 0px; 
	text-align:center; 
}

.content-right .csc-header-date { 
	text-align:right; 
	padding: 0 0; 
	background-position: left bottom; 
	background-repeat: no-repeat;
	background-image:url(images/col-right-date-bg.gif);
}

.content-right p,
.content-right h3,
.content-right h4,
.content-right ul { margin-left: 20px; margin-right: 20px; font-size: 1.0em;}
.content-right p { padding-bottom: 1.5em;}

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 { 
	margin: 20px auto 0px auto; 
	height: 100%; 
	width: 869px; 
	text-align:left;

}
.page-cols-head { 
	float:left; 
	clear:both; 
	height: 21px; 
	line-height: 0em; 
	width: 869px;
	background-image:url(images/page-cols-head-bg.gif); background-repeat: no-repeat; background-position:left top;
	}
	
.page-cols{ width: 869px; float:left; clear:both; background-color:#FFFFFF; }
.page-cols-foot {
	width: 869px; 
	height:66px;
	float:left; clear:both; 
	background-image:url(images/page-cols-foot-bg.gif); 
	background-repeat: no-repeat; background-position:left top;}
	
.head-box { float:left; clear:both; width: 790px; overflow:hidden; height:88px; margin: 0px 0px 13px 26px; }
.head-box * {display:inline;}
.head-box div.csc-textpic,
.head-box div.csc-textpic-imagewrap ,
.head-box .csc-textpic-image img { float:left; display:inline;}
.head-box dl { float:left;}

.outer-cols { width:810px; float:left; clear:both;  margin-left:26px;}
.outer-col-left { float:left; width: 120px; margin: 0 15px 0 0; padding: 18px 0 0 0;}
.outer-col-left * { font-size: 0.9em; line-height: 1.8em;}
.outer-col-right { width:665px; float:left;}

.content-cols { 
	width:665px;  
	float:left; clear:both;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image:url(images/content-cols-bg.gif); 
	background-repeat: repeat-y; background-position:left top;
	}

.content-left {
	width: 160px;
	float:left;
	padding-top: 30px;	
	margin-left: 20px;
	min-height: 200px;
}
.content-center { 
	width: 400px; 
	float:left; 
	margin-left: 30px;
	}
	
/* Menü auf der Rechten Seite */
.head-menue { text-align:right; width:665px;}
#tabsmenu {padding: 0px 30px 0px 0px; float:right; line-height: 1em; height:18px; }
#tabsmenu .img,#tabsmenu .item,#tabsmenu .item2 {float: left;}
#tabsmenu .item { background-image:url(images_tabs/nav1bg.gif); background-repeat:repeat-x; background-position: left top; }
#tabsmenu .item2 {
	background:#FFFFFF; 
	background-image:url(images_tabs/nav1actbg.gif); 
	background-repeat:repeat-x;  
	border-bottom: 1px solid #999999;
	}
	
#tabsmenu .item a,
#tabsmenu .item2 a {
	padding: 0px 6px 2px 4px;
	line-height:18px; 
	font-weight:bold;
	font-size: 1.0em;
	text-decoration:none;
	}
#tabsmenu .item a {color: #333333; border-bottom: 0px solid #999999;}
#tabsmenu .item2 a {color: #000000; }
#tabsmenu .item a:hover,
#tabsmenu2 .item a:hover {text-decoration:underline;}


/* Navigation Ebene 02 */
.sub-menue-box {
	background-image:url(images/content-cols-head.gif); 
	background-repeat: no-repeat; 
	background-position:left top; 
	height: 33px;
	width: 665px;
	float:left; clear:both;
	}
.submenue { 
	list-style: none;
	text-align:right; 
	padding: 0 0; margin: 2px 30px 0 0;}
.submenue  li { margin: 0 0; padding: 0 0; list-style:none; display:inline; line-height: 1.4em;}


.nav2act a:link,
.nav2act a:visited,
.nav2act a:hover,
.nav2 a:link,
.nav2 a:visited,
.nav2 a:hover{
	padding: 2px 5px 3px 8px;
	background-color: #c2c2c2;
	border-top: 1px solid #c2c2c2;
	font-size: 1.0em;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	background-image:url(images_tabs/sub-divider.gif); 
	background-repeat: no-repeat;
	background-position: left 3px;
}
.nav2act a:link,
.nav2act a:visited,
.nav2act a:hover ,
.nav2 a:hover{
  color:#000000;

}
.nav2 a:hover,
.nav2act a:hover { text-decoration: underline;}

.nav2first a:link,
.nav2first a:visited,
.nav2first a:hover {
	background-image: url(images_tabs/sub-links.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	padding-left: 15px;

}
.nav2last a:link,
.nav2last a:visited,
.nav2last a:hover {
	background-image: url(images_tabs/sub-rechts.gif); 
	background-repeat: no-repeat; 
	background-position: right top;
	width: 9px;
}
/* Service Menüe */
.servicemenue { text-align:center; width:420px; padding: 10px 0 0 0; margin-left: 310px; border-top: 1px solid #dadada;}
.servicemenue a { text-decoration: none; }
.servicemenue a:hover { text-decoration: underline;}

/* @ 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;
}
