@import url("../global_2.css"); 
@import url("../liquid_layout1.css");  
/* eggynet 2010  */

/* @group Global */

body{
	font-family: "Lucida Sans", "Trebuchet MS", Tahoma, Arial;
	color: #191919;
	background-color: white;
	}

STRONG {
/* Alle Angaben Standard, bei Bedarf Farbe ändern*/	
	    }

h1 {
/* Alle Angaben Standard, bei Bedarf Farbe ändern*/		
	color: #00681C;
	letter-spacing: 0.06em;
	font-size: 1.15em;
}

h2 {
/* Alle Angaben Standard, bei Bedarf Farbe ändern*/		
	color: #745314;
	margin-top: 10px;
	font-size: 1.05em;
    }
    
h3 {
/* Alle Angaben Standard, bei Bedarf Farbe ändern*/		
	color: #00681C;
	    }
h4, h5, h6 {
/* Alle Angaben Standard, bei Bedarf Farbe ändern*/		
	color: #00681C;
	margin-top: 10px;
	margin-bottom: 10px;
	    } 

a {
/* Farbangabe erforderlich, Standard lediglich text decoration:underline*/	
	color: #00681C;
	}

a:hover {
/* Standardangabe text-decoration:none*/	
	}	


  acronym
   {
	cursor: text;
   border: none;
  }
ol{
	list-style-type:decimal;
	margin:0 1.5em 1.5em 1.5em;
	}

/* @end */

/* @group Container */
#container {
	border-left: 1px solid #DEDCDA;
	border-right: 1px solid #DEDCDA;
	background-color: white;
}

/* @end */

/* @group Header */
#header {
height: 240px;
border-bottom: 1px solid #DEDCDA;
background-color: #F6FBFE;
}
#header_extra {
	position: relative;
	width: 100%;
height: 240px;
	background: url(images/header_extra.jpg) no-repeat right bottom;
}
		
	
#logo{
	left: 20px;
	top: 20px;
	background: url(images/eggynet_logo_50h.gif) no-repeat;
	width: 221px;
	height: 50px;
}




/* @end */

/* @group Container Styleswitcher Warenkorb */

#styleswitcher_basket_box {
color: #293644; 	
	}
#basket {
	
}	
/* Link zum Warenkorb mit Symbol */
.basket_1, .basket_1 a  {
color: #293644; 
	}	
	
/* @end */




/* @group Search Breadcrumb ganze Breite,
search links */









/* @group Search */
	/* Gesamte Search Box - Positionen festlegen absolut */	
#search {
	position: absolute;
	top: -3.76em;
	left: -1px;
	display: block;
	
	}


/* Wrapper um Box sorgt für gleichmäßiges Padding und Border */	
#search .search-wrapper  {
	background-color: white;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border: 1px solid silver;
	border-left: none;
		}
#search .search-wrapper:hover {
	border: 1px dashed silver;
	border-left: none;
	background-color: white;
	}
	* html #search .search-wrapper { /* Nur IE6 */
     width: 17em;
     margin-left: -4px;
  }
	
	
#search legend{
	display: none;
	}
#search fieldset {
	border: none;
	}	
#search label {
	display: none;
	}
	/* Suchfeld */	
#search form.suchen input.text{
	float: left;
	margin-left: 0.31em; /* 5px */
	margin-right: 0.31em; /* 5px */
	width: 12.82em;
	border: none;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	font-size: 0.8em;
	background: white url(../../images/icon_bestellungen_ansehen.gif) no-repeat 2px center;
	padding-left: 22px;
	outline: none;
	}
	/* Button - individuelle Gestaltung */	
	#search form.suchen input.submit{
	border: none;
	color: white;
	background-color: white;
	vertical-align: middle;
	background: #00681C;
	width: 5em; /* 80px */
	margin-right: 0.31em; /* 5px */
	font-size: 0.8em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	}
	/* Suchfeld hover - individuelle Gestaltung */	
	#search form.suchen input.submit:hover{
	background: #745314;
	cursor: pointer;
	}	/* @end */
/* @group Breadcrumb */
#breadcrumb  {
	

	/* bei Bedarf andere Farbe */
	}
	#breadcrumb a:hover  {
	/* bei Bedarf andere Farbe */
	}
#breadcrumb p  {
	
	}	
	
/* @end */
/* @end */


/* @group Sidebar */
#sidebar {
/* Alle Anganben Standard: 200px Breite, top:0, left:0 */
top: 2px
     }
 /* @end */

/* @group Navi Left */
/* Formatierung für gesamten Navi_left Bereich (Breite!,Schriften, BG-Colors etc. */
ul#navi_left abbr
    {
    cursor: help;
   border: none;
  }

#navi_left {
	left: 0px; /* keine top-Angabe! Netscape! */

	text-align: left;
	border-bottom: 1px solid #D7D5C2;
	margin: 0;
	padding: 0;
		}


/*	Formatierung für den gesamten UL Bereich der 1. Ebene */	
 ul#navi_left {
	
	font-weight: normal;
	}

* html ul#navi_left { /* Wichtig für Underline Navi gesamt im IE6 */
     width: 100%;
      }


/*	Formtierung für den einzelnen li Bereich der 1. Ebene, z.B. andere border Farbe, padding etc. */	
ul#navi_left a {
	display: block;
	margin: 0;
	line-height: normal;
	font-size: 0.9em;
	color: #00681C;
	border-top: 1px solid #D7D5C2;	
	text-decoration: none;
	padding: 4px 0 4px 20px;
}
	


/*	wichtig für den IE (wirkt wie min-height) */
* html #navi_left a {
	height: 1em;
}

ul#navi_left a:hover {
	color: #004F15;
	background-color: #f4f4f4;
	}

/*	2. Ebene */	
/*	Formatierung für den gesamten ul Bereich */	
ul#navi_left ul  {
	
   
	}
/*	Formtierung für den einzelnen li Bereich, z.B. andere border Farbe */	
ul#navi_left ul li {
		}			
/*	Formtierung für 
alle links der 2. Ebene */
ul#navi_left ul li a {
	border-top: 1px dashed #D7D5C2;
	color: #745314;
		}	
/*	Formtierung für 
alle hover der 2. Ebene */
ul#navi_left ul li a:hover {
	color: #59400f;		}

/* @group My Group */



/* @end */

* html ul#navi_left li { /* Korrekturen fuer IE 5.x */
/*width: 205px;*/
/*w\idth: 205px;*/
padding-left: 0;
padd\ing-left: 0;
float: left;
}

/* @end */


/* @group Content */
#content {
	
	text-align: left; 
	
	margin-top: 0;
	
	 }

 
#contentinhalt{

} 
    
	#content p, ol{
font-size: 0.88em;
line-height: 1.5em;
	}
	table#eggynetversionen {
font-size: 0.88em;
	}

a.content {
	color: #4A595B;
	text-decoration: none;
	border-bottom: 1px dotted #4A595B;
}
.content a:hover {
    text-decoration: none;
    border-bottom: none;
	}
	
	
#content ul {
	line-height: 1.5em;
	
	list-style-position: inside;
	padding-left: 18px;
   	list-style-image: url(../../images/weblink2.gif);
	list-style-position: outside;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Gilt für alle Content Listenpunkte */
	#content ul li {
	font-size: 0.88em;
	}	



			
.underline {
	border-top: 1px solid #D7D5C2;

	}

	
	
	

#left img{
	max-width: 100%;
	
}



#right .float1   {
	margin: 0 200px 10px 0;
	clear: both;
}
#right .float2   {
	margin: 0 0 10px 200px;
	clear: both;
	}
#right .centerimage  {
	margin: 0 200px 20px 0;
	clear: both;
	}		

.screenshotthumb {  
   float: left;
   	margin-bottom: 10px;
   	margin-left: 10px;
   	border: 1px solid #D7D5C2;
	padding: 1px;
	}		
		
.right:link {
	padding-right: 5px;
	
	text-decoration: underline;		
}
.right:active {

text-decoration: underline;
	}
.right:hover {
text-decoration: none;
	}
	
.hilfe {
cursor: help;
border-bottom:#bc8430 2px dotted;
border-top: transparent 2px dotted;
}

.hell {

}

.codeblockheadline{
	border-bottom: #bc8430 1px solid;
	color: #745314;
	overflow: auto;
	padding: 5px 0;
	clear: both;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 14px;
}

.codeblock1{
	background-color: #F5F6FA;
	overflow: auto;
	padding: 5px 0;
	clear: both;
}
.codeblock2{
	background-color: white;
	overflow: auto;
	padding: 5px 0;
	clear: both;
}

.tab1 {
float: left;
width: 343px;
text-align: left;
}
.tab1a {
float: left;
width: 583px;
text-align: left;
}

.tab2 {
	
float: left;
width: 120px;
text-align: center;
}
.tab3 {

float: left;
width: 120px;
text-align: center;
}
.tab4 {

float: left;
width: 120px;
text-align: center;
}

.tab1_startseite {
float: left;
width: 70px;
text-align: left;
	padding-top: 15px;
}
.tab2_startseite {
margin-left: 70px;
text-align: left;
	}
/* @end */







/* @group Seite drucken */

#seitendrucken {
	display: block;
	padding: .5em;
	text-align: right;
}

#seitedrucken a.drucken {
	padding-left: 1.75em;
	background-image: url(../img/sys/ico/drucken.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#seitedrucken a.drucken:link,
#seitedrucken a.drucken:visited {
	text-decoration: none;
	background-color: #fff;
}

#seitedrucken a.drucken:hover,
#seitedrucken a.drucken:active,
#seitedrucken a.drucken:focus {
	text-decoration: underline;
}

/* @end */



/* @group Footer */

	
#footer {
	background-color: white;
	border-top: 1px solid #DEDCDA;
   	color: #575757;
	}
#footer p {
	color: #575757;
	}		
#footer a {
	color: #575757;
	}




/* @end */



/* @group Extras */
.rahmen_angebot {
	display: block;
	width: 468px;
	height: 300px;
	border: 1px solid silver;
	text-align: left;
	padding: 0 15px 15px;
	float: left;
	margin-bottom: 20px;
	background: #fafafa url(images/eggynet_box.gif) no-repeat 330px bottom;
	}

.rahmen {
	border: 1px solid silver;
	padding: 5px;
	font-size: 90%;
	}	

#right .link_login {
	background: url(images/icons/login.gif) no-repeat 2px center;
	padding-left: 40px;
	color: #333;
	}
	
#right .link_kontaktformular {
	line-height: 30px;
	background: url(images/icons/briefumschlag.gif) no-repeat 0 center;
	display: block;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #00A42C;
		}
		
#right .link_rueckrufservice {
	line-height: 30px;
	background: url(images/icons/rueckruf.gif) no-repeat 6px center;
	display: block;
	padding-left: 40px;
	color: #00A42C;
	}					

span.kontakt_telefon {
	display: block;
	color: #00A42C;
	background: url(images/icons/telefon.gif) no-repeat 0 center;
	padding-left: 40px;
	border-bottom: 1px solid silver;
	line-height: 30px;
	font-size: 95%;
	}		

#right span.headline_kontakt {
	display: block;
	background: url(images/icons/kontakt.gif) no-repeat;
	line-height: 30px;
	padding-left: 40px;
	color: #00A42C;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	}		

#right span.headline_downloads {
	display: block;
	background: url(images/icons/downloads.gif) no-repeat;
	line-height: 30px;
	padding-left: 40px;
	color: #d49726;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	}

#right .link_downloadauswahl {
	line-height: 30px;
	background: url(images/icons/downloadauswahl.gif) no-repeat 9px center;
	display: block;
	padding-left: 40px;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	color: #d49726;
		}
		
#right .link_downloadauswahl_bottom {
	line-height: 30px;
	background: url(images/icons/downloadauswahl.gif) no-repeat 9px center;
	display: block;
	padding-left: 40px;
	color: #d49726;
	}		

#right span.headline_warenkorb {
	display: block;
	background: url(images/icons/warenkorb.gif) no-repeat;
	line-height: 30px;
	padding-left: 40px;
	color: #7B7B7B;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	}

#right .link_warenkorbauswahl {
	line-height: 30px;
	background: url(images/icons/warenkorbauswahl.gif) no-repeat 9px center;
	display: block;
	padding-left: 40px;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	color: #7B7B7B;
	}
#right .link_warenkorbauswahl_bottom {
	line-height: 30px;
	background: url(images/icons/warenkorbauswahl.gif) no-repeat 9px center;
	display: block;
	padding-left: 40px;
	color: #7B7B7B;
	}
		
a.bestellbutton {
    background: transparent url(images/button_rechts.gif) no-repeat right top;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    line-height: 22px;
    margin-right: 6px;
    padding-right: 4px; /* sliding doors padding */
    text-decoration: none;
	padding-left: 15px;
	}

a.bestellbutton span {
    background: transparent url(images/bestellbutton_links.gif) no-repeat;
    display: block;
    line-height: 22px;
	padding: 0 5px 0 30px;
	}
a.bestellbutton :hover  {
 	background-position: left -22px;
 	color: #d49726;
	} 	

a.infobox { text-decoration: none;
	background: url(images/icons/icon_hilfe.gif) no-repeat right;
	padding-right: 30px;
	}
	
a.infobox:hover { 
	cursor: help; 
	background: white url(images/icons/icon_hilfe.gif) 	no-repeat right;
	padding-right: 30px;
	}
a.infobox span { 
	visibility: hidden; 
	position: absolute; 
	left: 20em; margin-top: 1em; 
	padding: 1em; 
	text-decoration: none 
	}
	
a.infobox:hover span { 
	visibility: visible;
	border: 2px solid #d49726;  
	background: white; 
	width: 400px;
	}

a.infobox2 { text-decoration: underline;
	padding: 4px;
	color: maroon;
	}
	
a.infobox2:hover { 
	cursor: help; 
	text-decoration: none;
	}
	
a.infobox2 span { 
	display: none;
	text-decoration: none;
	}
	
a.infobox2:hover span { 
	display: block; 
	position: absolute;
	visibility: visible;
	border: 2px solid #d49726;  
	background: white;
	padding: 4px;
 	margin-top: 10px;
	margin-left: 0px;
	color: black; 
	width: 400px;
	text-decoration: none;
	}
	
.screenshotthumb {  
   float: left;
   	margin-bottom: 10px;
   	margin-left: 10px;
   	border: 1px solid #D7D5C2;
	padding: 1px;
	}	
	
	
	
	
	
	
	
	/* ------------------------- leistungsübersicht */
#eggynet_leistungsuebersicht .zeile1 {
	background-color: #F5F6FA;
	border-bottom: silver 1px solid;
	text-align: center;
	padding: 0.5em;
	font-weight: normal;
	}	
#eggynet_leistungsuebersicht .zeile2 {
	background-color: white;
	border-bottom: silver 1px solid;
	text-align: center;
	padding: 0.5em;
	font-weight: normal;
	}
	#eggynet_leistungsuebersicht .zeile1a {
	background-color: #F5F6FA;
	border-bottom: silver 1px solid;
	text-align: left;
	padding: 0.5em;
	font-weight: normal;
	}	
#eggynet_leistungsuebersicht .zeile2a{
	background-color: white;
	border-bottom: silver 1px solid;
	text-align: left;
	padding: 0.5em;
	font-weight: normal;
	}		
#eggynet_leistungsuebersicht .headline {
	background-color: white;
	border-bottom: #745314 1px solid;
	color: #745314;
	text-align: center;
	font-weight: normal;
	padding: 30px 0.5em 0.5em;
	}
#eggynet_leistungsuebersicht .headline1 {
	background-color: white;
	border-bottom: #745314 1px solid;
	color: #745314;
	text-align: left;
	font-weight: normal;
	padding: 30px 0.5em 0.5em;
	}	
	
/* @end */	
