/* 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:80%;
	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(../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;
}

.prop { /*min-height trick fuer IE 6*/
  	height: 357px;
  	float: right;
  	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: 0.3em 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(../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*/
	height: 522px;
	left: 50%;
	margin: auto 0 0 -482px;
	padding: 0;
	top: 3em;
	text-align: left; /*damit text-align: center von body wieder aufgehoben wird (?)*/
	position: absolute; /*wichtig fuer absolute Positionierung der Spalten*/
}

#startcontainer > #startmenu { /*damit ie 6 und früher diese Anweisung ignorieren - extra Anweisumg im ie-Stylesheet*/
	position: absolute;
	top: -1.5em;
	padding: 0;
	color: #ccc;
}

#startcontainer img {
	position: absolute;
}

/*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: 3em;
	left: 50%;
	margin: auto 0 0 -482px;
	background-color:#ebebeb;
	/* background-image:url(../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 {
	width: 225px;
	height: 48px;
	margin: 2em auto 4em 1.8em;
}

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


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

#botmenu { /*hier nur Impressum*/
	position: absolute;
	right: 0px;
	bottom: -1.3em;
	color: #ccc;
}

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



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

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

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

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

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

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

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

#menu ul li {
	padding-bottom: 1em;
}

#menu ul a {
	text-transform: uppercase;
	line-height: 140%; /*Erste Ebene*/
	font-size:90%;
	font-weight: bold;
	padding-right: 2em;
	padding-bottom: .2em;
}

#menu ul ul{ 
	margin-top: 0.5em;
	margin-left: 15px; /*Einrueckung zweite Ebene*/
	padding: 0;
	width: 10em;
}

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

#menu ul ul a {
	text-transform: none;
	font-size:85%;
	font-weight: normal;
}

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

#menu ul a.fix {
	color: #1b2d52;
	font-weight: bold;
	border-bottom:1px solid #9997c6;
}

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




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

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

#topmenu a:link {
	color: #ccc;
	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-left: 0.7em;
	margin-right: 0.3em;
}

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

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

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

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

#botmenu a:link {
	color: #ccc;
	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{
	list-style-type: none; /*Alle Listen ohne Kram und links orientiert*/
	padding: 0;
	
}

#botmenu ul li {
	float: left;
	margin-left: 0.7em;
	margin-right: 0.3em;
}

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

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

/* ################################## */
/* ########## Start-Menue ########### */
/* ################################## */
	

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

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

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

#startmenu a:active {
	color: #fff;
	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;
	margin: 0;
}

#startmenu ul li {
	float: left;
	margin-left: 1.5em;
}

#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;
}

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;
}

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;
	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;
}


