@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
background-image: url('../img/background_header.jpg');
background-position: top center;
background-attachment:fixed;
background-repeat: no-repeat;


}

/*SEITENBEREICHE/LAYOUT
-----------------------------------------------*/
#container {
background-color:#ffffff;  
margin-top:25px;
border: 0px solid #999999;
overflow: hidden; /* Hack um das Parent-Div Container dazu zu bringen die Children zu umfassen (Hintergrund luft jetzt ber die ganze Seitenhhe! funktioniert wie ein clearing */
}

#logo {
	background-image: url('../img/logo.jpg');
	
	background-position: top left;
	background-repeat: no-repeat;
	/*float:none;*/
	width: 170px;
	height: 178px;
	position:absolute; 
	margin-left:20px;
	/*background-color:#0066CC;*/
	
	z-index:100;
	/*border:1px solid red;*/
	
/* background-color:#333333;*/
}

#slogan {
	background-image: url('../img/real_clothing.gif');
	
	background-position: top left;
	background-repeat: no-repeat;
	/*float:none;*/
	width: 241px;
	height: 123px;
	position:absolute; 
	margin-left:5px;
	/*background-color:#0066CC;*/
	
	z-index:100;
	/*border:1px solid red;*/
	
/* background-color:#333333;*/
}

/* CSS Peekaboo-Hack http://futureblog.labor-c.net/?p=14 für IE6 
-----------------------------------------------*/
#bugfix-IE6-logo {
position:static;
}
/*---------------------------------------------*/

#bubble {
	width: 100px;
	height: 35px;
	position:absolute;
	margin-left:788px;
	margin-top:3px;
	background-image: url('../img/kontakt-bubble.png');
	background-position: top left;
	background-repeat: no-repeat;
/* background-color:#333333;*/
}

#branding {
background: url('../img/homebranding.jpg') top left no-repeat;
/* background-color:#FFFF00; */
width: 960px;
height: 300px;

margin-left: 0px; 
margin-right: 0px;
/*border: 1px solid red; */
}

#branding2 {
background: url('../img/homebranding2.jpg') top left no-repeat;
/* background-color:#FFFF00; */
width: 960px;
height: 340px;

margin-left: 0px; 
margin-right: 0px;
/*border: 1px solid red; */
}

#metanavigation {
width: 960px;
height:27px;
margin-left: 0px; 
margin-right: 0px;
background-color: #000000;
color:white; 
text-align: right;
}

#navigation_wrapper{
width:960px;
background-color: #e9e9e9;
margin-left: 0px; 
margin-right: 0px;
}

#navigation {
/*width:960px;*/
height:86px; 
background-color: #e9e9e9;
margin-left: 0px; 
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

#unternavigation {
/*width:960px;*/
height:44px; 
background-color: #e9e9e9;
margin-left: 0px; 
margin-right: 0px;
}

#textankernavigation {
height:300px; 
margin-top:135px; 
background-color:#FFFFFF;
}

#hauptinhalt {
margin-top:45px; 
margin-bottom:50px; 
background-color:#FFFFFF;
}

#footer {
width: 960px;
height: 10px;
margin-left: 0px; 
margin-right: 0px;
background-color:#000000;
}
/*---------------------------------------------*/

/*MENUS
-----------------------------------------------*/

/*HAUPTMENU*/
ul.navigation_liste{
font-family: "Neue Helvetica", Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
position:relative; 
list-style-type:none;
margin-left: 10px; 
}

ul.navigation_liste li{
display:inline; 
margin-left:0px; 
margin-right:25px;
}

ul.navigation_liste a, ul.navigation_liste a:visited {
font-family: "Neue Helvetica", Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 21px;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration:none; 
color:#666666;
}

ul.navigation_liste a:active{
font-family: "Neue Helvetica", Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 21px;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration:underline; 
color:#000000;
}

ul.navigation_liste a:hover{
text-decoration:underline; 
color:#000000;
}

/*METANAVIGATION*/
ul.navigation_liste2{
position:relative; 
top:3px;
list-style-type:none;
margin:0px; 
}

ul.navigation_liste2 li{
display:inline; 
margin-left:0px; 
margin-right:25px;
}


ul.navigation_liste2 a, ul.navigation_liste2 a:visited, ul.navigation_liste2 a:active{
font-family: "Neue Helvetica", Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 21px;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration:none; 
color:#ffffff;
}

ul.navigation_liste2 a:hover{
text-decoration:underline; 

}

/*TEXTNAVIGATION*/
ul.textnavigation{
list-style-type:none;
margin:0px; 
width: 140px;
}

ul.textnavigation li{


margin-left:0px; 
margin-right:0px;
margin-bottom:7px;
}


ul.textnavigation a, ul.textnavigation a:visited, ul.textnavigation a:active{
font-family: "Neue Helvetica", Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 21px;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration:none; 
text-indent: 5px;
color:#666666;
display:block; 
width: 140px;
}

ul.textnavigation a:hover{
background-color:#c9772d; 
color:#FFFFFF;

}


/*---------------------------------------------*/


/* TYPOGRAPHY
-----------------------------------------------*/
/*
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-transform: none;
	position: relative;
	height:30px;
}



/*IMAGE REPLACEMENT METHODE FÜR GRAFISCHEN TEXT
Phark-Methode - funktioniert nicht im IE5, und bei "CSS an", "Bilder aus". Für Screenreader muss ein zusätzliches <title> Attribut eingesetzt werden.
*/

#lizenz {
background:url(../img/Die-Lizenz-fuer-....gif) top left no-repeat; height: 70px; text-indent: -500em; width: 460px;
}

#news {
background:url(../img/news.gif) top left no-repeat; height: 32px; text-indent: -500em; width: 380px;
}

#zukunftsmarkt {
background:url(../img/Zukunftsmarkt-Berufsbekleid.gif) top left no-repeat; height: 32px; text-indent: -500em; width: 460px;
}

#beispielkollektion{
background:url(../img/Design+Produktion.gif) top left no-repeat; height: 32px; text-indent: -500em; width: 460px;
}

#ueber_uns {
background:url(../img/Design+Produktion.gif) top left no-repeat; height: 32px; text-indent: -500em; width: 460px;
}

#nos-programm {
background:url(../img/NOS-Programm.gif) top left no-repeat; height: 32px; text-indent: -500em; width: 380px;
}

#kontakt {
background:url(../img/Kontakt.gif) top left no-repeat; height: 32px; text-indent: -500em; width: 460px;
}

#impressum {
background:url(../img/Impressum.gif) top left no-repeat; height: 32px; text-indent: -500em; width: 460px;
}

#protection {
background:url(../img/produktbeispiel_protection.gif) top left no-repeat; height: 25px; text-indent: -500em; width: 460px;
}

#function {
background:url(../img/produktbeispiel_function.gif) top left no-repeat; height: 25px; text-indent: -500em; width: 460px;
}

#comfort {
background:url(../img/produktbeispiel_comfort.gif) top left no-repeat; height: 25px; text-indent: -500em; width: 460px;
}

#bodycut {
background:url(../img/produktbeispiel_bodycut.gif) top left no-repeat; height: 25px; text-indent: -500em; width: 460px;
}

.menu {
	font-family: "Neue Helvetica", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	color: #e68a00;
	text-transform: none;
}

h3 {
	font-family: "Neue Helvetica", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-transform: none;
}

.text {
	font-family: "Neue Helvetica", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-transform: none;
}

.text dunkel {
	font-family: "Neue Helvetica", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-transform: none;
}

.text_small {
	font-family: "Neue Helvetica", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-transform: none;
}

.text italic {
	font-family: "Neue Helvetica", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-transform: none;
}

/*---------------------------------------------*/
