@charset "utf-8";

/* CSS Document */





/* Farbdefinitionen:



Schrift grau: #747473; 

Schrift dunkelgrau: #686867; 

Schrift dunkelblau: #404375;

Hintergrund Inhalt: #f7f9f8;

Hintergrund Inhalt blau: #d0dae3;



border: 1px solid green;



*/









/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 

{ margin : 0; padding : 0; }



/* Normalizes font-size for headers */

h1,h2,h3,h4,h5,h6 { font-size : 100%; }



/* Removes list-style from lists */

ol,ul { list-style : none; }



/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var

{ font-style : normal; font-weight : normal; }



/* Removes list-style from lists */

table { border-collapse : collapse; border-spacing : 0; }



/* Removes border from fieldset and img */

fieldset,img { border : 0; }



/* Left-aligns text in caption and th */

caption,th { text-align : left; }



/* Removes quotation marks from q */

q:before, q:after { content :''; }





a:link  { color: #747473; text-decoration: none; }

a:visited { color: #747473; text-decoration: none; }

a:active { color: #747473; text-decoration: none; }

a:hover {color: #2f2f2f;}





html {

	background-image: url(bilder/hintergrund.jpg);

	background-repeat:repeat-x; 

    background-color: #ebebeb;

	text-align : center;

}



body {

	width: 100%;

	text-align: left;

	padding-top: 29px;

}

#wrap {

	position: relative;

	width: 873px;

	height: 641px;

	margin: 0 auto;

	text-align: left;

	/*margin-top: 29px;

*/

	background-color: #fff;

	padding: 15px;

	color: #747473;

	font: 11px Arial, Helvetica, sans-serif;

}





h1 {

	position:absolute;

	color: #fff;

	font-size: 14px;

	font-weight:bold;

	z-index: 10;

	letter-spacing: 2px;

	line-height: 19px;

	top: 55px;

	left: 145px;

	text-transform:uppercase;



}



h2 {

	color: #747473;

	font: 20px Arial, Helvetica, sans-serif;

	font-weight:600;

	padding: 12px 10px 0px 18px;

	text-transform:uppercase;

}



h3 {

	color: #747473;

	font: 12px Arial, Helvetica, sans-serif;

	font-weight: bold;

	margin: 12px 0px 0px 18px;

	text-transform:uppercase;

}



h4 {

	color: #747473;

	text-transform:uppercase;	

	display: inline;

	letter-spacing: 0px;

	font-weight: normal;

}



p {line-height: 150%;}



strong {

	font-weight: bold;

}







/* Navigation */



/*############################################ Menü ##############################################################*/



ul.dropdown a

{

    background-color:#e0e2e2;

    color:#7f7f7f;

    padding:4px;

	padding-right: 16px;

    text-decoration:none;

	font-weight:500;
	white-space: nowrap;



}



ul.dropdown li

{

    background-color:#f7f9f8;

}





ul.dropdown a:hover

{

	color: #2f2f2f;

}



ul.dropdown ul

{

	background-color:#f7f9f8;

	margin-left: -4px;

	font-size: 9px;

}



ul.dropdown ul ul

{

	margin-left: 2px;

}



ul.dropdown ul a

{

    background-color:#eaeded;

    color:#7f7f7f;

    padding:4px;

	padding-left: 8px;

	padding-right: 8px;

    text-decoration:none;

}



ul.dropdown ul a:hover

{

    background-color:#eaeded;

    color:#000;

}



ul.dropdown ul li

{

    background-color:#eaeded;

		line-height: 150%;

}





ul.dropdown ul ul li

{

    background-color:#f0f3f4;

}



ul.dropdown ul ul li a

{

    background-color:#f0f3f4;

}



ul.dropdown ul ul li a:hover

{

    background-color:#f0f3f4;

}



#mainmenu {

	position:absolute;

	top: 6px;

	left: 13px;

}



#nav {

	position:relative;

	width: 100%;

	line-height: 1;

	background: #e1e2e2;

	letter-spacing: 0px;

	font-weight: bold;

	margin: 6px 0 0 0;

	z-index:20;

	height: 30px;

	margin-bottom: -57px;

	text-transform:uppercase;

}



/* -------------------------- BEGIN do not change --------------------------- */



ul.dropdown

{

    list-style: none;

    margin:0;

    padding:0;

    width:100%;

    z-index:99;

}



ul.dropdown ul

{

    list-style: none;

    margin:0;

    padding: 0;

	display:none;

	position:absolute;

	z-index:99;

	border-top: 5px solid #e1e2e2;

}



ul.dropdown ul ul

{

	border-top: none;

}



ul.dropdown li

{

    float:left;

}



ul.dropdown li * li

{

    border-bottom:1px solid #fff;

    float:none;



    position: relative;

}



ul.dropdown ul * ul

{

    left:98%;

    top:0;



}



ul.dropdown a

{

    display:block;



}



ul.dropdown ul * a

{

    height:100%;

}



ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul

{

    display:none;

}



ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul

{

    display:block;

}





/* -------------------------- END do not change --------------------------- */





/*############################################ Suche ##############################################################*/









#suche {

	text-align: right;

	position:absolute;

	width:230px;

	top: 154px;

	left: 650px;

	z-index:120;
}



#suche img {

	position: relative;

	top: 2px;

	margin-left: 7px;

}



.suche {

	position: relative;

	top: -1px;

	margin-left: 7px;

	width: 105px;

	border-top: 1px solid #969696;

	border-left: 1px solid #cacaca;

	font-size: 10px;

	color: #747473;

}











/*############################################ Rootline ##############################################################*/







#rootline {

	position:absolute;

	width: 872px;

	height: 11px;

	text-align:right;

	margin-top: -11px;

	position: relative;

	top: 61px;

}



#rootline a, #rootline {

	color: #a5a6a7; font-size: 9px; font-family: Arial; text-decoration: none; font-weight: bold;

}



#rootline a:hover {

	color: #2f2f2f;

}



#rootline ul {

	padding-top: 1px;

	padding-right: 12px;

}



#rootline ul li {

	display:inline;

}









/*############################################ Content ##############################################################*/







#intro {position : relative; width : 100%; top: 0px;}



#intro img {left : 0; width: 579px;}



#intro ul {position: absolute; left : 578px; width: 285px; height: 276px; margin-left: 10px; background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;}



#intro ul p {

	color: #747473;

	margin: 4px 55px 0px 18px;	

}



/*############################################ shortcuts ##############################################################*/



#shortcuts ul {

	top: 280px;

	margin-top: 5px;

	position:absolute;

}



#shortcuts li {

	height: 136px;

}



#shortcuts p img {

	position:relative;

	top: 4px;

	margin-top: -4px;

	margin-left: 5px;

}



#rechts {

	position:absolute;

	left: 588px;

	top: 0px;

	width: 285px;

	background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

}



#links {

	position:absolute;

	width: 285px;

	background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

}



#mitte {

	position:absolute;

	left: 294px;

	top: 0px;

	width: 285px;

	background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

}



#shortcuts .start p, #shortcuts .start h3 {

	margin-left: 130px;

}







#shortcuts p {

	padding-right: 25px;

}



#shortcuts img {

 position: absolute;

}



#shortcuts .download p, #shortcuts .download h3 {

	margin-left: 80px;

}







/*############################################ info_seite ##############################################################*/







#info_links {position:relative; top: 0px;}



#info_links #shortcuts ul {

	top: 280px;

	margin-bottom: -1px;

}



#info_links .zertifikat {

	margin: 13px 14px 0px 14px;

}



#info_rechts {

	position:absolute; 

	top: 0px; 

	left: 294px;

	height: 421px;

	width: 579px;

	background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

	margin-bottom: -421px;

	overflow:auto;

}



#info_rechts h2 {

		margin: 0px 29px 8px 10px;

}



#info_rechts h3 {

		margin: 13px 29px 0px 28px;

}





#info_rechts p {

		margin: 0px 29px 5px 29px;

		width: 385px;

}



#info_rechts ol {

		position: absolute;

		top: 25px;

		left: 440px;

		width: 120px;

		margin-bottom: -308px;

}



#info_rechts ul li {

	background-image:url(bilder/list_style_quadrat.gif);

	background-repeat:no-repeat;

	background-position:left 5px;

	padding-left: 10px;

	width: 390px;

}



#info_rechts ul {

    font-size: 10px;

	padding-top: 5px;

	padding-left: 2px;

	margin-left: 27px;

	margin-bottom: 15px;

}



#info_rechts img {

		border: 6px solid white;

		margin-bottom: 23px;

}



blockquote h3 {

	margin: 20px 20px 5px 20px !important;

}



blockquote p {

	margin: 0px 20px 5px 20px !important;

}



/*############################################ neue Produktauswahl ##############################################################*/

#uebersicht_rechts {

	height: 421px;

	width: 285px;

	position: relative;

	left: 588px;

	top: 0px;

	background: #d0dae3;

}

#uebersicht_rechts h2, #uebersicht_rechts p {

	color: #404375;

}

#uebersicht_rechts p, #uebersicht_rechts ol {

	margin: 5px 15px 5px 18px;

}

#uebersicht_rechts ol {

	margin: 20px;

}

#uebersicht_rechts ol li a {

	color: #404377;

}

#uebersicht_rechts ol li {

	position: relative;

	margin-top: 15px;

	font-size: 14px;

	text-transform: uppercase;

	font-weight: bold;

	padding-left: 23px;

	background-image: url(bilder/pfeil_button.gif);

	background-repeat: no-repeat;

	background-position: 0px 1px;

}

#uebersicht_rechts ol li a:hover {

	color: #242560;

}

#uebersicht_rechts ol li:hover {

	padding-left: 23px;

	background-image: url(bilder/pfeil_button_ro.gif);

	background-repeat: no-repeat;

	background-position: 0px 1px;

}

#uebersicht_rechts img {

	position: absolute;

	top: 0px;

	border-bottom: 9px solid #fff;

}

#uebersicht_rechts #shortcuts ul {

	top: 280px;

	margin-bottom: -1px;

}

#uebersicht_rechts .zertifikat {

	margin: 13px 14px 0px 14px;

}

#uebersicht_links {

	position: relative;

	top: 0px;

	left: 0px;

	height: 421px;

	width: 579px;

	background: #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

	margin-bottom: -421px;

	overflow: auto;

}

#uebersicht_links h2 {

	margin: 0px 29px 8px 10px;

}

#uebersicht_links h3 {

	margin: 10px 29px 8px 28px;

}

#uebersicht_links p {

	margin: 0px 29px 0px 29px;

	width: 385px;

}

#uebersicht_links p a {
	text-decoration: underline;
}

#uebersicht_links ol {

	position: absolute;

	top: 25px;

	left: 440px;

	width: 120px;

	margin-bottom: -308px;

}

#uebersicht_links ul li {

	background-image: url(bilder/list_style_quadrat.gif);

	background-repeat: no-repeat;

	background-position: left 5px;

	padding-left: 10px;

	width: 380px;

}

#uebersicht_links ul {

	font-size: 10px;

	padding-top: 5px;

	padding-left: 2px;

	margin-left: 27px;

	margin-bottom: 15px;

}

#uebersicht_links img {

	border: 6px solid white;

	margin-bottom: 23px;

}

#leereFlaeche {

	position: absolute;

	top: 285px;

	left: 0px;

	background: #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

	height: 136px;

	width: 285px;

}

#leereFlaeche p {

	margin: 10px 15px 10px 12px;

}

#leereFlaeche img {

	position: relative;

	top: 4px;

	left: 0px;

}

/*############################################ Kontaktformular ##############################################################*/

#kontaktformular {

	padding-left: 29px;

	width: 500px;

}

#kontaktformular label {

	display: block;

}

#kontaktformular input, #kontaktformular select {

	border-top: 1px solid #969696;

	border-left: 1px solid #cacaca;

	font: 11px Arial, Helvetica, sans-serif;

}

#kontaktformular textarea {

	border-top: 1px solid #969696;

	border-left: 1px solid #cacaca;

	width: 412px;

	height: 112px;

	font: 11px Arial, Helvetica, sans-serif;

}

#firma {

	position: absolute;

	top: 44px;

	left: 315px;

}

#firma input {

	width: 125px;

}

#vorname {

	position: absolute;

	left: 172px;

	top: 44px;

}

#vorname input {

	width: 125px;

}

#name {

	position: absolute;

	top: 44px;

	left: 29px;

}

#name input {

	width: 125px;

}

#strasse {

	position: absolute;

	top: 80px;

	left: 29px;

}

#strasse input {

	width: 190px;

}

#hausnr {

	position: absolute;

	left: 238px;

	top: 80px;

}

#hausnr input {

	width: 58px;

}

#plz {

	position: absolute;

	top: 116px;

	left: 29px;

}

#plz input {

	width: 58px;

}

#ort {

	position: absolute;

	left: 107px;

	top: 116px;

}

#ort input {

	width: 190px;

}

#land {

	position: absolute;

	left: 315px;

	top: 116px;

}

#land input {

	width: 125px;

}

#email {

	position: absolute;

	top: 80px;

	left: 315px;

}

#email input {

	width: 125px;

}

#empfaenger {

	position: absolute;

	top: 180px;

	left: 29px;
	
	

}

#empfaenger select {

	width: 175px;

}

#nachricht {

	position: relative;

	top: 175px;

	left: 0px;

}

#pflicht {

	position: absolute;

	top: 353px;

	left: 29px;

}

#absenden {

	position: absolute;

	top: 333px;
	width: 250px;
	left: 193px;
	text-align:right;

}

#absenden input, #absenden h4 {

	position: relative;

	top: 32px;

	border-color: #f3f5f4;


}

#absenden input {

	padding-left: 7px;

}



/*############################################ Produktwahl ##############################################################*/



#produktwahl select {

	font-size: 11px;

	color: #747473;

	width: 172px;

	margin-left: 20px;

}



#ersteSpalte {

	position:absolute;

	height: 100%;

	width: 211px;

}



#zweiteSpalte {

	position:absolute;

	left: 220px;

	height: 100%;

	width: 211px;

}



#dritteSpalte {

	position:absolute;

	left: 441px;

	height: 100%;

	width: 211px;

}



#vierteSpalte {

	position:absolute;

	left: 662px;

	height: 100%;

	width: 211px;

}



.produktteaser {

	background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

	margin-top: 6px;

	height: 195px;	

}



.produktteaser p {

	margin: 7px 20px 20px 20px;

}



.produktteaser p img {

	position:relative;

	top: 4px;

	margin-top: -4px;

	margin-left: 5px;

}



.produktliste {

	margin: 5px 20px 20px 19px;

	line-height: 18px;

}



.produktliste li a {

	text-decoration:underline;

	margin-left: 5px;

}



*html .produktliste li a {

	border-bottom: 1px solid #747473;

}



.hinweis {

	background-color: #d0dae3;

	color: #404375;

}



.hinweis h2 {

	margin-left: -5px;

	color: #404375;

}



.hinweis span {

	font-weight: bold;

	text-transform:uppercase;

	margin-right: 4px;

}



.hinweis p {

	margin: 10px 20px 20px 15px;

}



.blanko {

	background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

} 





/*############################################ service ##############################################################*/





#service_oben {position : relative; width : 100%; top: 0px; left: 0px;}



#service_oben img {position: relative; left : 0px; width: 285px;}



#service_oben ul {position: absolute; left : 294px; width: 579px; height: 276px; background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;}



#service_oben ul p {

	color: #747473;

	margin: 4px 55px 0px 18px;	

}









/*############################################ stellenangebote ##############################################################*/







#jobs_oben {position : relative; width : 100%; top: 0px;}



#jobs_oben img {position: relative; left : 588px; width: 285px;}



#jobs_oben ul {position: absolute; left : 0px; width: 579px; height: 276px; background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;}



#jobs_oben ul p {

	color: #747473;

	margin: 4px 55px 0px 18px;	

}



#jobs_unten ul {

	top: 1px;

	margin-top: 5px;

	position:relative;

}



#jobs_unten li {

	height: 136px;

	margin-bottom: -136px;

}



#jobs_unten #links {

	position:absolute;

	width: 579px;

	background:none;

}



#jobs_unten .start p, #jobs_unten .start h3 {

	margin-left: 20px;

}







#jobs_unten p {

	margin-top: 25px;

	padding-right: 25px;

}



#jobs_unten p a {

	font-weight: bold;

}



#jobs_unten img {

 position: absolute;

}



.jobbilder .erstesBild {

	position: absolute;

	top: -6px;

	left: 0px; 

}



.jobbilder .zweitesBild {

	position: absolute;

	top: -6px;

	left: 147px; 

}



.jobbilder .drittesBild {

	position: absolute;

	top: -6px;

	left: 294px; 

}



.jobbilder .viertesBild {

	position: absolute;

	top: -6px;

	left: 441px; 

}



/*############################################ Standorte ##############################################################*/



.standorte {

	margin: 15px 17px;

}



.standorte select {

	font: 11px Arial, Helvetica, sans-serif;

	width: 170px;	

	margin-bottom: 10px;

}



/*############################################ Grafix Intern ##############################################################*/



#login #linkeSeite {

  width: 285px;

  background-color: #d4dde7; 

  height: 421px;

  margin-bottom: -201px;

  color: #404375;

}



#login #linkeSeite h2 {

  color: #404375;

}



#login #linkeSeite form {

  margin: 30px 20px 30px 19px;

}



#login #rechteSeite img {

	position: absolute;

	left: 294px;

	top: 0px;

}



#login label {

	display: block;

	margin-bottom: 2px;

}



#login input {

	margin-bottom: 6px;

	width: 150px;

}



#login .button {

	margin-top: 5px;

	width: 73px;

	display: block;

}



/*############################################ Ansprechpartner ##############################################################*/



#content {

	height: 421px;

	width: 873px;

	position:relative;

	top: 65px;

	left: 0px;

	margin-bottom: -136px;

	

}



#content #linkeSpalte, #content #linkeSpalte_unternehmen {

	background-color: #d4dde7;

	width: 579px;

	height: 100%;

} 



#content #rechteSpalte {

	position:absolute;

	top: 0;

	left: 588px;

	background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

	width: 285px;

	height: 276px;;

}

#content #rechteSpalte_unten {

	position:absolute;
	top: 285px;
	left: 588px;
	background-color: #d4dde7;
	width: 285px;
	height: 136px;;

}

#content #rechteSpalte_unten ol {

	margin: 20px;

}

#content #rechteSpalte_unten ol li {

	height: inherit;

	margin-top: 15px;

	font-size: 14px;

	text-transform: uppercase;

	font-weight: bold;

	padding-left: 23px;

	background-image: url(bilder/pfeil_button.gif);

	background-repeat: no-repeat;

	background-position: 0px 1px;

}

#content #rechteSpalte_unten ol li:hover {

	padding-left: 23px;

	background-image: url(bilder/pfeil_button_ro.gif);

	background-repeat: no-repeat;

	background-position: 0px 1px;

}

#content #rechteSpalte_unten ol li a {

	color: #404377;

	padding-left: 0px;

}

#content #rechteSpalte_unten ol li a:hover {

	color: #242560;

	padding-left: 0px;

}



#content #rechteSpalte p, #content #linkeSpalte p, #linkeSpalte_unternehmen p {
	color: #747473;
	margin: 4px 55px 0px 18px;	
}

#linkeSpalte_unternehmen {
	overflow:auto;
}

#linkeSpalte_unternehmen p {
	width: 385px;
}


#linkeSpalte_unternehmen ul {
	color: #404375;
	margin: 0px 20px 20px 18px;
	line-height: 18px;
}


#linkeSpalte_unternehmen ul li {
	background-image:url(bilder/list_style_quadrat_blau.gif);
	background-repeat:no-repeat;
	background-position:left 7px;
	padding-left: 7px;
}


#content #linkeSpalte h2, #linkeSpalte_unternehmen h2, #linkeSpalte_unternehmen h3, #content #linkeSpalte h3,  #linkeSpalte_unternehmen p, #content #linkeSpalte p {

	color: #404375;

} 



#content #linkeSpalte h3, #linkeSpalte_unternehmen h3 {

	margin: 0px 55px 15px 18px;

}



#content #linkeSpalte ol {

	background-color: #FFF;

	padding: 6px 6px 3px 6px;

	margin: 15px 17px 0px 18px;

}



#content #linkeSpalte li {

	display: inline;

	margin: 0px;

	margin-right: 3px;

	padding: 0px;

}

#linkeSpalte_unternehmen ol {
	position: absolute;
	top: 25px;
	left: 440px;
	width: 120px;
	margin-bottom: -308px;
}

#linkeSpalte_unternehmen ol li img {

	margin-bottom: 17px;

	border: 6px solid white;

}

#linkeSpalte_unternehmen .fliesstext {

	margin-top: 20px;
	width: 385px;

}




.abteilung {

		background-color: #FFF;

		margin: 7px 17px 0px 18px;	

}



.abteilung p {

		color: #686867 !important;

		margin-left: 6px !important;	

}



#visitenkarte {

	position: relative;

	margin: 29px 18px 0px 18px;

}



#visitenkarte img {

	border: 7px solid white;

	position: absolute;

	margin-right: 100px;

}



#visitenkarte p, #visitenkarte h3 {

	position: absolute;

	left: 122px;

}



#visitenkarte h3 {

	top: 4px;

}



#visitenkarte p {

	top: 40px;

}



#visitenkarte a {

	font-weight: bold;

	color: #404375;

}



/*############################################ Produktseite ##############################################################*/



#content #ersteZeile {

	width: 100%;

	height: 276px;

} 



#content #zweiteZeile {

	position: absolute;

	margin-top: 9px;

	top: 276px;

	left: 0px;

	background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

	width: 100%;

	height: 136px;

}



#produktbeschreibung {

	position: absolute;

	width: 579px;

	left: 294px;

	top: 0px;

	background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

	height: 276px;
	
	overflow:auto;

}



#produktbeschreibung ul, #produktbeschreibung p {

	position: relative;

	left: 19px;

	top: 10px;

	width: 415px;

}



#produktbeschreibung ul {

	line-height: 18px;

}





#produktbeschreibung ul li {

	background-image:url(bilder/list_style_quadrat.gif);

	background-repeat:no-repeat;

	background-position:left 7px;

	padding-left: 10px;



}



#produktbeschreibung ol {

	position: absolute;

	left: 449px;

	top: 26px;

}



#produktbeschreibung ol li img {

	margin-bottom: 17px;

	border: 6px solid white;

}



#zweiteZeile {

	position: relative;

	top: 0px;

	left: 0px;

}



.erstesFeature {

	position: absolute;

	left: 0px;

	top: 0px;

	width: 155px;

	height: 100%;

	padding: 0px 10px 0px 10px;

	background-color: #e4e6e5;

}



.zweitesFeature {

	position: absolute;

	left: 175px;

	top: 0px;

	width: 154px;

	padding: 0px 10px 0px 10px;

	background-color: #ececec;

	height: 100%;

}



.drittesFeature {

	position: absolute;

	left: 349px;

	top: 0px;

	width: 155px;

	padding: 0px 10px 0px 10px;

	background-color: #e4e6e5;

	height: 100%;

}



.viertesFeature {

	position: absolute;

	left: 524px;

	top: 0px;

	width: 154px;

	padding: 0px 10px 0px 10px;

	background-color: #ececec;

	height: 100%;

}



.fuenftesFeature {

	position: absolute;

	left: 698px;

	top: 0px;

	width: 155px;

	padding: 0px 10px 0px 10px;

	background-color: #e4e6e5;

	height: 100%;

}



#zweiteZeile h3 {

	margin-left: 25px;

	font-size: 9px;

	margin-top: 9px;

}



#zweiteZeile img {

	position: absolute;

	top: 0px;

	left: 0px;

}



#zweiteZeile li ul li {

	background-image:url(bilder/list_style_quadrat.gif);

	background-repeat:no-repeat;

	background-position:left 5px;

	padding-left: 10px;

}



#zweiteZeile li ul {

    font-size: 10px;

	padding-top: 5px;

	padding-left: 2px;

	margin-right: 0px;

}

#zusatztext {
	float:left;
	position: absolute;
	top: 61px;
	left: 272px;
	width: 350px;
}





/*############################################ Infobox ##############################################################*/

#infobox ul {

	top: 0px;

	position: relative;

}

#mitte, #rechts {

	height: 421px;

}

#infobox ol {

	margin: 20px;

}

#infobox ol li {

	height: inherit;

	margin-top: 15px;

	font-size: 14px;

	text-transform: uppercase;

	font-weight: bold;

	padding-left: 23px;

	background-image: url(bilder/pfeil_button.gif);

	background-repeat: no-repeat;

	background-position: 0px 1px;

}

#infobox ol li:hover {

	padding-left: 23px;

	background-image: url(bilder/pfeil_button_ro.gif);

	background-repeat: no-repeat;

	background-position: 0px 1px;

}

#infobox ol li a {

	color: #404377;

	padding-left: 0px;

}

#infobox ol li a:hover {

	color: #242560;

	padding-left: 0px;

}

#infobox p img {

	position: relative;

	top: 4px;

	margin-top: -4px;

	margin-left: 3px;

}

#infobox #mitte {

	overflow: auto;

}

#infobox #rechts {

	position: absolute;

	left: 588px;

	top: 0px;

	width: 285px;

	background: #d0dae3;

	color: #404375;
	
	overflow: auto;

}

#infobox #rechts p {

	margin-top: 12px;
	margin-bottom: 18px;

}

#infobox #rechts p a {
	color: #404375;
	text-decoration:underline;
}

#infobox #rechts img {
	position: relative;
	margin: -10px 0 0 18px;
}

#infobox #rechts h3 {
margin: 12px 0px -10px 20px;
	color: #404375;
}


#infobox .start p, #infobox .start h3 {

	margin-left: 20px;

}

#infobox p {

	padding-right: 25px;

	margin-top: 10px;

}

#infobox img {

	position: absolute;

}

#infobox dl {

	margin: 18px 0px 0px 18px;

	padding-bottom: 20px;

}

#infobox dt {

	margin: 0px 0px 0px 0px;

}

#infobox dd {

	margin: 0px 20px 50px 62px;

}



/*############################################ Suchseite ##############################################################*/



#suchergebnisse {

	position:relative; 

	top: -279px; 

	left: 294px;

	height: 421px;

	width: 579px;

	background : #f7f9f8 url(bilder/hg_inhalt.jpg) repeat-x;

	margin-bottom: -421px;

	overflow:auto;

}



#suchergebnisse h2 {

		margin: 0px 29px 8px 10px;

}



#suchergebnisse p {

		margin: 0px 29px 18px 29px;

		width: 385px;

}



#suchergebnisse ul {

		position: absolute;

		top: 25px;

		left: 445px;

		width: 120px;

		margin-bottom: -308px;

}



#suchergebnisse img {

		border: 6px solid white;

		margin-bottom: 23px;

}



#suchergebnisse h3 a {

		margin-left: 11px;

}





/*############################################ Footer ##############################################################*/







#footer {

	float:left;

	width: 100%;

	margin-top: 225px;

}





#sprachmenu {

	float: left;

}



#sprachmenu li, #metanavi li {

	display: inline;

}



#sprachmenu li {

	padding-right: 5px;

}



#metanavi li {

	padding-left: 10px;



}



#metanavi {

	float: right;

}







/* =si_clear_children */

.pc,.sc { position : absolute; top: 0; left: 0; }

.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/

.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */



#footer_position {

	float:left;

	width: 100%;

	margin-top: 503px;

	margin-bottom: -20px;

}



.kapital {

	text-transform:uppercase;

	font-weight: bold;

	margin-right: 4px;

}

.link a {
	position: relative;
	margin-top: 15px;
	padding-left: 20px;
	background-image: url(bilder/pfeil_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.logo {
	position: absolute;
	top: 36px;
	left: 32px;
	
}


.tx-indexedsearch {
height: 421px;}





