/* CSS delagmbh.de copyright: iStation GbR 2008 www.iStation.de */
/* Farben: lila: #1b2d52; hellgrau: #ebebeb; dunkelgrau: #323232; Text: #000  Textmenues aussen: #ccc   helllila: #9997c6*/
/* Testborder    border:1px solid #000;      */



/* ################################## */
/* ########### Allgemeines ########## */
/* ################################## */

* { 
	font-size:100.01%;/*so wird die Schrift fuer alle Elemente erst einmal auf 100% gesetzt*/
} 

body {
	font-size:87%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	width:100%;/* Trick (?) damit Zentrierung auch bei IE funktioniert*/ 
	text-align:center; /* Trick (?) damit Zentrierung auch bei IE funktioniert*/
	color:#000;
	background-color:#323232;
	background-image:url(../../img/pool/bg-grau2.jpg);
	margin:0;
	padding:0;
}

.antifloat {
	/* wichtiger Trick damit umschlissende Boxen sich an gefloateten Inhalten anpassen ...einfach am Ende in die zu kleine Box mit div einbauen und gut*/
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

.prop { /*min-height trick fuer IE 6*/
  	height: 357px;
  	float: left;
  	width: 1px;
}

.unsichtbar {
	position: absolute;
  	top: -7000px;
	left: -7000px;
	height: 1px;
	width: 1px;
}

img  {
	border: none;
}

/* ######################################### */
/* #### allgemeine Textauszeichnungen  ##### */
/* ######################################### */


/* Headlines und Text*/
h1 { 
	font-size:135% ;
	font-weight: bold;
	color: #000;
	background-color:transparent ;
	margin: 2em 0 1em 0;
	padding: 0;
}

h2 {
	font-size:115%;
	font-weight: bold;
	color: #000;
	background-color:transparent ;
	margin: 2em 0 1em 0;
	padding: 0;
}

/* schwarz bold Headline*/
h3 {
	font-size:100%;
	font-weight: bold;
	color: #000;
	background-color:transparent ;
	margin: 2em 0 1em 0;
	padding: 0;
}


/* weiss bold Headline kleiner*/
h4 {
	font-size:85%;
	font-weight: bold;
	color: #000;
	background-color:transparent ;
	margin: 0.7em 0 0.7em 0;
	padding: 0;
}

/* schwarz bold Headline kleiner*/
h5 {
	font-size:75%;
	font-weight: normal;
	color: #000;
	background-color:transparent ;
	margin: 0.7em 0 0.7em 0;
	padding: 0;
}

p	{
	color: #000;
	margin: 1em 0 0.5em 0;
	padding: 0;
}

p.textblock	 {
	text-align: justify;
}
	

b { font-weight: bold; }
i { font-style: italic; }
big { font-size:125%; }
small { font-size:85%; }
tt { }
sup { }
sub { }

.lila { color: #1b2d52; } /*um irgendetwas zu faerben*/
.weiss { color: #fff;}

.floatleft { float: left; } /* um Blockelemente neben Bilder zu setzen...wie zB h3 Ueberschrift und rechts daneben ein Bild*/
.floatright { float: right; }

.verticalmiddle { vertical-align: middle;}


#content ul{ 
	font-size:100%;
	font-weight: normal;
	margin:0 0 0 2em;
	padding: 0;
	width: 90%;
}

#content ul li {
	padding-bottom: 0.3em;
	list-style-type:none; /* removes default bullet */
	background-image:url(../../img/pool/menuepunkt2.gif);
	background-repeat: no-repeat; /* ONE bullet only please */
	background-position: 0 0.6em; /* .6em from top (vertical) */
	padding-left: 8px; /* space between bullet and text */
}	


a {
	color: #323232;
	text-decoration: underline;
	background-color: transparent ;
}
a:link {
	color: #323232;
	text-decoration: underline;
	background-color: transparent ;
}
a:active {
	color: #1b2d52;
	text-decoration: underline;
	background-color: transparent ;
}
a:visited {
	color: #000;
	text-decoration: underline;
	background-color: transparent ;
}
a:hover {
	color: #1b2d52;
	text-decoration: underline;
	background-color: transparent ;
}



/* ######################################### */
/* ### Positionierung und Seitenelemente ### */
/* ######################################### */

/*Positionierung Introseite*/
#startcontainer {
	/* ------ definiert den umfassenden zentrierten Container ---------*/
	width: 965px; /*fix, da die Breite sich nicht veraendern soll - sonst 75em*/
	left: 50%;
	margin: auto 0 0 -482px;
	padding: 0;
	top: 1.5em;
	text-align: left; /*damit text-align: center von body wieder aufgehoben wird (?)*/
	position: absolute; /*wichtig fuer absolute Positionierung der Spalten*/
}


/*Positionierung normale Inhaltsseiten*/	
#container {
	/* ------ definiert den umfassenden zentrierten Container ---------*/
	width: 965px; /*fix, da die Breite sich nicht veraendern soll - sonst 75em*/
	min-height: 40.56em; /*variabel*/
	margin: 0;
	top: 100px;
	left: 50%;
	margin: auto 0 0 -482px;
	background-color:#ebebeb;
	/* background-image:url(../../img/pool/bg_unternehmen.jpg); steht im CMS-Teil! */
	background-repeat: repeat-y;
	background-position: top right;
	text-align: left; /*damit text-align: center von body wieder aufgehoben wird (?)*/
	position: absolute; /*wichtig fuer absolute Positionierung der Spalten*/
}

#logo {
	position: relative;
	width: 225px;
	height: 48px;
	margin: -81px auto 0 0;
}

#container > #menu { /*damit ie 6 und früher diese Anweisung ignorieren - extra Anweisumg im ie-Stylesheet*/
	position: relative;
	float: left;
	margin: 4em auto auto 20px;
	margin-top: 4em;
	width: 13em;
	padding: 0;
	color: #1b2d52;
}


#topmenu {
	position: relative;
	float: right;
	margin-top: -2em;
	padding: 0;
	color: #ccc;
}

#botmenu { 
	width: 100%;
	position: absolute;
	text-align: center;
	color: #ccc;
	bottom:  -5em;
	padding-bottom:  1em;
}

#content {
	position: relative;
	display: block;
	width: 540px;
	margin: 15px 0 2em 230px;
	
	font-size:85%;
	font-weight: normal;
	line-height: 1.35em;
}



/* ################################ */
/* ########## Main-Menue ########## */
/* ################################ */
	

/*Links im Menue*/
#menu a {
	color: #424242;
	text-decoration: none;
}

#menu a:link {
	color: #424242;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
	text-decoration: none;
}

#menu a:active {
	color: #000;
	text-decoration: none;
}

#menu a:visited {
	color: #424242;
	text-decoration: none;
}

/*Staffelung über Listen*/
#menu {
	font-size:85%;
}

#menu ul{
	list-style-type: none; /*Alle Listen ohne Kram und links orientiert*/
	padding: 0;
	width: 175px;
	margin: 1em 0 0 0;
	background-color: #c2c1d8;
}

#menu ul ul { 
	margin: 5px 0 -6px -10px;	
	background-color: #dbdae4;
	border-top: 1px solid #ebebeb;
	
}

#menu ul ul ul { 
	margin: 5px 0 -6px -10px;	
	background-color: #dbdae4;
	border-top: 1px solid #ebebeb;
}



#menu ul li {
	width: 165px;
	line-height: 1.5em;
	min-height: 16px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #ebebeb;
}

#menu ul ul li {
	width: 170px;
	min-height: 16px;
	padding: 5px 5px 5px 10px;
}

#menu ul ul ul li {
	width: 155px;
	min-height: 16px;
	padding: 5px 5px 5px 20px;
}



/*Feststehende Menues*/
#menu ul ul a.fix {
	color: #424242;
	font-weight: bold;
	border: 0;
}

#menu ul a.fix {
	color: #424242;
	font-weight: bold;
}

/*Ein- und Ausblenden der Untermenues*/	
.submenu {
	display: none;
}
		
.submenuon {
	display: block;
}




/* ################################ */
/* ########## Top-Menue ########### */
/* ################################ */
	

/*Links im Menue*/
#topmenu {
	font-size: 90%;
	line-height: 1.5em;
}

#topmenu a {
	color: #adadad;
	text-decoration: none;
	background-color: transparent ;
}

#topmenu a:link {
	color: #adadad;
	text-decoration: none;
	background-color: transparent ;
}

#topmenu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent ;
}

#topmenu a:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent ;
}

#topmenu a:visited {
	text-decoration: none;
	background-color: transparent ;
}

/*Staffelung über Listen*/
#topmenu ul {
	list-style-type: none; /*Alle Listen ohne Kram und links orientiert*/
	padding: 0;
	margin: 0;
}

#topmenu ul li {
	float: left;
	margin: 0 0 0 0.8em;
}

#topmenu ul a {
}

/*Feststehende Menues*/
#topmenu ul a.fix {
	color: #adadad;
	font-weight: bold;
}

#topmenu form {
	margin-top: 0em;
	font-size:80%;
}

#topmenu form input {
	background-color: #fff;
	border: 0;
	font-weight: normal;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	padding-left: 0.2em;
	width: 10em;
}

#topmenu form input.submit {
	background-color: #fff;
	border: 0;
	font-weight: normal;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	padding-left: 0.4em;
	width: 2em;
}

#topmenu form input.submit:hover {
	cursor: pointer;
}


/* ################################### */
/* ########### Breadcrumb ############ */
/* ################################### */

#breadcrumb {
	position: relative;
	font-size: 80%;
	margin: 6em 0 0 230px;
}

#breadcrumb a {
	text-decoration: none;
}


/* ################################### */
/* ########## Bottom-Menue ########### */
/* ################################### */


#botmenu #fusszeile {
	font-size:  80%;
	color: #fff;
}

/*Links im Menue*/
#botmenu a {
	color: #adadad;
	text-decoration: none;
	background-color: transparent ;
}

#botmenu a:link {
	color: #adadad;
	text-decoration: none;
	background-color: transparent ;
}

#botmenu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent ;
}

#botmenu a:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent ;
}

#botmenu a:visited {
	text-decoration: none;
	background-color: transparent ;
}

/*Staffelung über Listen*/


#botmenu ul {
	position:  relative;
	width: 500px;
	list-style-type: none; /*Alle Listen ohne Kram und links orientiert*/
	padding: 0;
	margin: 0 auto;
	
}

#botmenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#botmenu ul a {
	font-size:80%;
}

/*Feststehende Menues*/
#botmenu ul a.fix {
	color: #adadad;
	font-weight: bold;
}

/* ################################## */
/* ########## Startseite  ########### */
/* ################################## */

#startcontainer #topmenu {
	z-index:  100;
	top:  0.7em;
	margin-right: 1em;
	margin-top: -2.4em;
}

#startcontainer #fusszeile {
	color: #adadad;
}

#startimagecontainer {
	position: relative;
	margin: 0;
	padding: 0;
}

#startimagecontainer img {
	display: block;
	position: absolute;
}

#startimagecontainer #starttext {
	font-size: 85%;
	color: #1b2d52;
	position: absolute;
	top: 210px;
	margin-left: 360px;
	margin-right: 60px;
}

#startimagecontainer #starttext h3 {
	font-size: 110%;
	color: #1b2d52;
	margin: 1em 0;
}

#startmenu {
	margin: 437px 0 0 -10px;
	position: relative;
}	

/*Links im Menue*/
#startmenu a {
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent ;
}

#startmenu a:link {
	color: #fff;
	text-decoration: none;
	background-color: transparent ;
}

#startmenu a:hover {
	color: #ccc;
	text-decoration: none;
	background-color: transparent ;
}

#startmenu a:active {
	color: #ccc;
	text-decoration: none;
	background-color: transparent ;
}

#startmenu a:visited {
	text-decoration: none;
	background-color: transparent ;
}

/*Staffelung über Listen*/
#startmenu ul{
	list-style-type: none; /*Alle Listen ohne Kram und links orientiert*/
	padding: 0;
}

#startmenu ul li {
	float: left;
	padding: 0 10px;
	margin-left: 10px;
	width: 165px;
	background-color: #828282;
}

#startmenu ul ul li {
	clear: both;
	margin-left:  -10px;
	min-height:  16px;
	padding: 3px 10px 5px;
	width: 165px;
	background-color: #5b5b5b;
	border-top:  1px solid #323232;
}

#startmenu ul ul li a {
	diplay: block;
	postition: relative;
	line-height: normal;
	font-weight: normal;
}

#startmenu ul a {
	font-size:80%;
}


/* ########################## */	
/* ####### Formulare ######## */
/* ########################## */
form {
	margin-top: 1em;
}

.formname {
	display: block;
	float: left;
	
	font-weight: bold;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	width: 10em;
	margin: 0 1em 0.5em 0;
}

.formname-standort {
	display: block;
	float: left;
	
	font-weight: bold;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	width: 10em;
	margin: 2em 1em 0.5em 0;
}

input.inputtext {
	display: block;
	float: left;
	
	border: 1px solid #999;
	background-color: #ebebeb;
	
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	width: 25em;
	height: 1.5em;
	margin: 0 1em 0.5em 0;
}

select.inputselect {
	display: block;
	float: left;
	
	border: 1px solid #999;
	background-color: #ebebeb;
	
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	width: 25.3em;
	height: 1.7em;
	margin: 2em 1em 0.5em 0;
}

textarea.inputarea {
	display: block;
	float: left;
	
	border: 1px solid #999;
	background-color: #ebebeb;
	
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	width: 25em;
	height: 10em;
	margin: 0 1em 1em 0;
}

input.inputbutton {
	display: block;
	clear: left;
	
	border: 1px solid #999;
	background-color: #ccc;
	
	font-weight: bold;
	font-size:100%;
	line-height: 2em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	width: 8em;
	height: 2em;
	margin: 0 1em 2em 11em;
}

.warning {
	display: block;
	font-size:100%;
	margin: 0.5em 0 0.5em 11em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	border: 1px solid #999;
	background-color: #ebebeb;
	width: 25em;
	color: #c00;
}

#collectionform .formspace {
	margin-top: 3em;
}
#collectionform .formspace1 {
	margin-top: 1em;
}

#collectionform .lightcycle {
	float: left;
	margin-right: 1em;
}

#collectionform .input-radio-lightcycle {
	margin-right: 0.5em;
}

#collectionform .formname {
	width:  12em;
}

#collectionform .row {
	float:  left;
	width:  32.5em;
}

#collectionform .row_eingerueckt {
	float:  left;
	width:  33em;
	margin-left: 13em;
}

#collectionform input.inputbutton {
	float:  left;
	margin: 3em 1em 2em 13em;
}

#collectionform input.checkbox_breit {
	display: block;
	float: left;
	
	background-color: #ebebeb;
	
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	height: 1.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	margin-left:0;
}

#collectionform input.inputcheckbox_vorne {
	display: block;
	clear:  left;
	float: left;
	
	background-color: #ebebeb;
	
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	height: 1.5em;
	margin: 0 0.5em 0.5em 0;
}

#collectionform input.inputtext_hinten {
	display: block;
	float: left;
	
	border: 1px solid #999;
	background-color: #ebebeb;
	
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	width: 3em;
	height: 1.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	margin-left:0;
}

#collectionform .text_eingerueckt {
	display: block;
	
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	width: 10em;
	margin: 0 1em 0.5em 13em;
}

#collectionform .formname2 {
	display: block;
	float: left;
	
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	width: 10em;
	height: 1.5em;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-left:0;
}

#collectionform .formname3 {
	display: block;
	float: left;
	
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	height: 1.5em;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-left:0;
}


#collectionform .ansprech {
	display: block;
	float: left;
	
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	
	width: 10em;
	margin: 0 1em 0.5em 0;
}

#collectionform .ansprech2 {
	display: block;
	float: left;
	
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000;

	
	margin: 0 1em 0.5em 0;
}



/* ########################## */	
/* ######## Sitemap ######### */
/* ########################## */



#sitemap  {
	margin: 0 0 0 10px;
	line-height:20px
}



#sitemap .level0 {
	margin: 0 0 10px 0;
}

#sitemap .level0 a,
#sitemap .level0 a:link {
	font-weight: bold;
	color:#444;
	text-decoration: none;
}

#sitemap .level0 a:hover,
#sitemap .level0 a:active {
	font-weight: bold;
	color:#999;
	text-decoration: underline;
}



#sitemap .level1 {
	background-color: #bbb;
	width: 30em;
	margin: 20px 0 2px 0;
	padding:2px 0 2px 10px;
}

#sitemap .level1 a,
#sitemap .level1 a:link {
	font-weight: bold;
	color:#444;
	text-decoration: none;
}

#sitemap .level1 a:hover,
#sitemap .level1 a:active {
	font-weight: bold;
	color:#fff;
}



#sitemap .level2 {
	background-color: #ccc;
	width: 30em;
	margin-bottom:2px;
	padding:2px 0 2px 10px;
}

#sitemap .level2 a,
#sitemap .level2 a:link {
	margin-left: 20px;
	color:#444;
	text-decoration: none;
}

#sitemap .level2 a:hover,
#sitemap .level2 a:active {
	color:#fff;
}

#sitemap .level3 {
	background-color: #ddd;
	width: 30em;
	margin-bottom:2px;
	padding:2px 0 2px 10px;
}

#sitemap .level3 a,
#sitemap .level3 a:link {
	margin-left: 40px;
	color:#444;
	text-decoration: none;
}

#sitemap .level3 a:hover,
#sitemap .level3 a:active {
	color:#fff;
}

