@charset "UTF-8";
.bildklein {
	float: left;
	padding-right: 10px;
}
#bildlinkstextrechts {
	padding-top: 0px;
	padding-right: 20px;
	position: relative;
	z-index: 3;
	float: left;
	padding-bottom: 20px;
	width: 500px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*	-------------------------------------------------------------
	Beispiel eines Navigationsmenüs mit mehreren Ebenen
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          .datei         index.html
          .kapitel       5
	-------------------------------------------------------------	*/

/* 
          Inhalt: 
     
          	1. Global Reset
          	2. Struktur
          	3. Links und Navigation (1. Ebene)
          	4. Fonts
          	5. Bilder
          	6. Subnavigation (Navigation 2. Ebene)
*/

/*	-------------------------------------------------------------
	1. GLOBAL RESET
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               * {
                    /* Margin und Padding werden auf 0 gesetzt*/
                    margin: 0;
                    padding: 0;
               }
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
    }
#wrapper    {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background-color: #B4D4E7;
    } 
#banneroben {
	float: left;
	position: relative;
	width: 200px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#listehauptseite    ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#listehauptseite    li {
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	}
#listehauptseite     li    a {
	display:block;
	color:#000000;
	width: 150px;
	text-decoration: none;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	}
#listehauptseite   li  a:hover {
	color: #EC9418;
	}
#header     {
	background: #DDDDDD;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	padding-top: 0;
	padding-bottom: 0;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
    } 
#header        h1     {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
    }
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
.abverkaufteaser {
	float: right;
	position: relative;
	z-index: 4;
	right: -40px;
	top: -20px;
}
#mainNavigation    /* -- Hauptnavigation -- */
                {
	background: #3377AA;
	padding: 10px 0 6px 0;
	border-top-width: 1px;
	border-top-style: solid;
               }
#mainNavigation ul        {
               	text-align: center;
               }
#mainNavigation  li     {
               	display: inline;
               }
#mainNavigation  a     {
	color: #99CCEE;
	text-decoration: none;
	padding: 6px 10px 5px 10px;
	border-right: 2px solid #3377AA;
	border-left: 2px solid #3377AA;
	-moz-border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
               }
#mainNavigation  a:hover         {
               	color: #ee2244;
               	background-color: #fff;
               	border-left: 2px solid #88BBEE;
               	border-right: 2px solid #88BBEE;
               	border-top: 2px solid #88BBEE;
               }
               .sectionStart #mainNavigation #startTab a,.sectionProdukte #mainNavigation #produkteTab a,.sectionAusstellung #mainNavigation #ausstellungTab a,.sectionFirma #mainNavigation #firmaTab a,.sectionReferenzen #mainNavigation #referenzenTab a,.sectionKontakt #mainNavigation #kontaktTab a, .sectionService #mainNavigation #serviceTab a {
	/* Der aktuelle Seitenbereich wird 'automatisch' hervorgehoben */
               	color: #fff;
	border-top: 2px solid #81BBE6;
	border-left: 2px solid #81BBE6;
	border-right: 2px solid #81BBE6;
	border-bottom: 1px solid #55AADD;
	background-color: #55aadd;
	background-image: url(assets/active-tab-background.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
               }
               .sectionBlogs #mainNavigation #blogsTab a:hover,.sectionWikis #mainNavigation #wikisTab a:hover,.sectionSocialsoftware #mainNavigation #socialsoftwareTab a:hover,.sectionDesign #mainNavigation #designTab a:hover,.sectionAJax #mainNavigation #ajaxTab a:hover, .sectionPodcasting #mainNavigation #podcastingTab a:hover, .sectionRSS #mainNavigation #rssTab a:hover {
               	/* Hover-Zustand für den aktuellen Bereich */
               	text-decoration: underline;
               }
#subNavigation /*	-------------------------------------------------------------
	6. SUBNAVIGATION (NAVIGATION 2. EBENE)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
                {
	margin-top: 0px;
	background-color: #55AADD;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #88bbee;
	padding: 8px 0 10px 0;
               }
#subNavigation  ul   {
               	text-align: center;
               }
#subNavigation  li   {
               	display: inline;
               }
#subNavigation a   {
	color: #fff;
	text-decoration: underline;
	padding: 3px 7px;
	border: 1px solid #55AADD;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
               }
#subNavigation  li.current a    {
               	color: #fff;
               	background-color: #EE3556;
               	border: 1px solid #ccc;
               }
#subNavigation  a:hover   {
               	color: #fff;
               	background-color: #EE3556;
               	-moz-border-radius: 3px;
               	border: 1px solid #ccc;
               }
#navContainer  {
	clear: both;
               }
#hauptbild {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	position: relative;
	width: 609px;
}
#sidebar1  {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 250px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	background-color: #B4D4E7;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
    }
#sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 170px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}
.waagerechtelinie {
	height: 20px;
	background-color: #DE8748;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 20px;
	text-transform: uppercase;
	float: left;
	width: 250px;
}
.shopteaser {
	top: -15px;
	position: relative;
	left: 20px;
}
.waagerechtelinie2 {
	height: 40px;
	background-color: #DE8748;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	float: left;
	width: 150px;
	padding-left: 20px;
}
.blauerbalken {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #3D79A3;
	width: 500px;
	height: 100px;
}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	float: left;
}
.sidebartext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	float: left;
}
.sidebartextbild {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 245px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebartextbild2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 100px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#balkenblau {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	float: left;
	position: relative;
	width: 589px;
	background-color: #3377AA;
	height: 50px;
	text-transform: uppercase;
	z-index: 2;
}
#mainContent   {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	position: relative;
	width: 550px;
    } 
#produktframe {
	position: relative;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 860px;
	float: left;
}
#footer   {
	padding: 0 10px 0 20px;
	background-color: #3377AA;
    } 
#footer   p   {
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.bildlinks {
	float: left;
	width: 250px;
	position: relative;
	padding-bottom: 10px;
	height: 188px;
}
.bildrechts {
	float: right;
	width: 245px;
	position: relative;
	padding-bottom: 10px;
}
.bildrechtsschmal {
	float: right;
	position: relative;
	padding-bottom: 10px;
}
.bildlinksschmal {
	float: left;
	position: relative;
	padding-bottom: 10px;
}
.fussnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
}
.unterstrichenerlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #EC9418;
	text-decoration: underline;
}
.allgemeinelinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #37A;
}

