/*
* @title: CSS - MIK INTERNATIONAL AG
* @copyright: (c) 2008 www.punktsicht.de
* @author: Michael Roth
* @start: 03-20008
*
* FARBSCHEMA DER WEBSITE
* --------------------------------
* Logo (Blau): #033056
* Hintergrund (Grau): #D9D9D9
* Schrift (Anthrazit): #595959
* Link (active): #AA0000
* Link (hover): #FF0000
* Link (visited): #944242
* --------------------------------
*/

*
{
	/* Der Universalselektor (*) setzt alle Abstände auf Null.	*/
	padding: 0;
	margin: 0;
}

body
{
	/*
	* Es wird davon ausgegangen, dass der Standardschriftgrad eines
	* Browsers auf "Medium", also 16 Pixel, eingestellt ist. Eine 
	* Reduzierung der Schriftgröße auf 62.5% entspräche also 10 Pixel.
	*/
	font-size: 80%; line-height: 1.4em;
	background: #999;
	text-align: center; /* Zentrierung des Layouts im IE 5 */
}

/* 
* ==================================================================
* STANDARDFORMATIERUNGEN 
* ==================================================================
*/

h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,th,td,p,q,div,input,textarea,select
{
	color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

ul,li { margin-left:10px; }
.normale-liste{	margin-left: 30px; list-style-type: disc; }
.keine-liste, .keine-liste li { padding: 0; margin: 0; list-style-type: none; position: relative; }
img, a img { border:0; }
/* 
* ==================================================================
* BASIS-KLASSEN - ANZEIGE BEREICHE & TOOLS 
* ==================================================================
*/

.clear { clear: both; } /* Um ein Element aus einem Float zu befreien */
.none { display: none; } /* Um die Anzeige eines Elementes zu unterbinden */
.leftalign { float: left; } /* Individuelle Links-Ausrichtung */
.rightalign { float: right; } /* Individuelle Rechts-Ausrichtung */

#wrap
{
	/*
	* Die Außenhülle der WebSite zur Ausrichtung.
	* Ausrichtung: zentriert
	*/
	margin: 0 auto; padding: 0; 
	width: 840px; height: 100%;
	text-align: left;	
	background-color: #fff; 
	display: block;
	overflow: hidden; /* Clearing Outer Floats */
	

	
}

/* 
* ==================================================================
* INDIVIDUELLES LAYOUT - HEADER & FOOTER & YOU-ARE-HERE
* ==================================================================
* 5 Logo-Header-Images = 156 x 106px ( + Padding-links = 160px)
* Logo-Header Breite 4xIMG á 156px + Logo á 137px = 761px
* Logo-Header padding-left 5xIMG á 4px + padding-left 10px = 30px
* ------------------------------------------------------------------
* Logo-Header Gesamtbreite = 791px, Luft/Reserve = 9px bei 800px
* ==================================================================
*/
#logo-header-print { display:none; } 
#logo-header { width: 100%; height: 109px; background-color: #fff; }
#logo-header p#logo-mik { overflow:hidden;float: left; padding-left: 18px; padding-top: 20px; }
#logo-header li { float: right; overflow:hidden;  }
#logo-header img, #logo-header a img { overflow:hidden; border: 0; padding-left: 4px; }

#logo-header ul, #logo-header li{ overflow:hidden; padding: 0; margin: 0; list-style-type: none; position: relative; }

#balken-header { width: 100%; height: 45px; background-color: #fff; }
#balken-header img, #balken-header a img { border: 0; }
#balken-header p { color: #ddd; clear:both; text-align: right; background: transparent url(../media/bg_balken_main.jpg) top left no-repeat; height:100%; padding: 4px 21px 0 0; }
#balken-header a { text-decoration:none; color: #ddd; font-size:0.9em; }
#balken-header a:hover { color:#fff; }

#you-are-here { position:relative; padding-left: 216px; background: transparent url(../media/bg_you_are_here2.jpg) top left no-repeat; }
#you-are-here p { height: 20px; text-align: left; color: #999; font-size: 0.8em; }
#you-are-here a { text-decoration:none; color: #999; }
#you-are-here a:active { text-decoration:none; color: #999; }
#you-are-here a:hover { text-decoration:none; color: #AA0000; }

#footer 
{
	width: 100%; 
	background-color: #fff;
	position: relative;
	text-align: left; 
	font-size: 0.9em;
	float: left;
	margin: 0 -3px 0 0; /* Explorer 6 Duplicate Characters Bug, http://www.positioniseverything.net/explorer/dup-characters.html   */
}
#footer a { color: #595959; text-decoration: none; }
#footer img, #footer a img { border: 0; }
#footer a:hover { color: #AA0000; }
#footer-left  { float: left; padding: 5px; }
#footer-right
{ 
	float: right; 
	margin-right:19px; 
	padding-bottom: 4px; 
	padding: 5px 0 5px 5px; 
	display: inline; /* Doubled float-margin bug Win IE, http://www.positioniseverything.net/explorer/doubled-margin.html */
}

/* 
* ==================================================================
* INDIVIDUELLES LAYOUT - NAVIGATION & INHALT
* ==================================================================
* Navigation-Breite= 164px (bei 800px Gesamtbreite)
* Navigation-Breite= 204px (bei 840px Gesamtbreite), etc.
* ==================================================================
*/

#body-wrap 
{
	/*
	* "#body-wrap" enthält zwei Spalten. Die erste Spalte ist 
	* die Navigation (links), die zweite ist der "#inhalt", der
	* ebenfalls zwei Spalten enthalten kann.
	*/
	background: #fff url(../media/bg_body_wrap.gif) top left repeat-y;
	text-align: left;
	border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
	margin-right: 20px;	
	width: 819px;
	position: relative;
	float: left;
	overflow: hidden; /* Clearing Floats */
	
	
	
	
	/* 
	* Tantek-Hack für Bug im IE bis 5.x 
	* Die alten IE addieren nicht die Innenabstände einer Box!
	* d.h. Die erste Breite ist die inkl. der Abstände und die letzte die Richtige!
	width: 820px; voice-family: "\"}\""; voice-family: inherit; width: 800px; 
	*/	
}
#navigation 
{
	text-align: left;
	position: relative;
	float: left;
	width: 204px;
	height: 100%;
	background: #E2DDCC;
	
	background-image: url(../media/bg_suche2.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}
#navigation ul, #navigation li{ overflow:hidden; padding: 0; margin: 0; list-style-type: none; position: relative; }
#navigation ul { position:relative; width: 100%; background: transparent; }
#navigation li { display:inline-block; border-top: #fff 1px solid; background: #E2DDCC; }
#navigation ul li #listActiveMenuItem
{	
	/* border-top: #fff 1px solid; for IE6? */ 
	font-weight:bold; 
	display:inline-block; 
}
#navigation li a  
{ 
	width: 191px; /* for IE */
	color: #2B3849; /* Farbe lt. Farbschema aber: #595959 */
	padding: 5px 5px 5px 8px; 
	display: block; 
	text-decoration: none; 
}
#navigation li a:hover { background: #fefefe url(../media/pfeil_rechts_klein.gif) left center no-repeat; }
#navigation ul ul li a { width: 181px; /* for IE */ padding-left: 18px; }
#navigation ul ul ul li a { width: 171px; /* for IE */ padding-left: 28px; }
#navigation ul ul ul ul li a { width: 161px; /* for IE */ padding-left: 38px; }

#navigation #suchfeld { padding: 0 19px 15px 0; }
#navigation #suchfeld p { text-align:right; }
#navigation #suchfeld p #edtSearchField { width:160px; font-size:10px; padding:2px; }

#inhalt 
{
	position: relative;
	background: #fff;
	float: left;
	width: 615px;
	border-top: 1px solid #595959;	
	overflow:hidden;
	text-align: left;
}

/*
* Link (active): #AA0000
* Link (hover): #FF0000
* Link (visited): #944242	
*/
#inhalt a { color: #AA0000; text-decoration:none; }
#inhalt a:visited { color: #944242; text-decoration:none; }
#inhalt a:hover { color: #FF0000; text-decoration:none; }


#inhalt p
{
	padding-bottom: 1.2em;
	text-align:justify;
}

#inhalt hr
{
	margin-top: 5px; margin-bottom: 5px; /* margin-right: 1.2em; */
	border: 0px; /* Für Firefox und Opera */
 	border-top: solid 1px #777; 	
 	border-bottom: transparent; /* Für I.Explorer */
	/* ODER */
 	border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

#hauptspalte
{
	position: relative;
	float: left;
	width: 90%; height: 100%;
	background: #fff; 
	overflow:hidden; /* Zur Sicherheit für IE */
	/* Innenabstände für alle Absätze innerhalb des Inhaltsbereichs */
	padding: 1em 2em; 
}
#spalte-1-2-headline 
{
	width: 100%; height: 100%;
	position: relative;
	background: #fff;
	overflow:hidden; /* Zur Sicherheit für IE */
	padding: 1em 1.2em 0.5em 1.2em; 
}
#spalte-1 
{
	width: 380px; 
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	position: relative;
	float: left;
	background: #fff;
	overflow:hidden; /* Zur Sicherheit für IE */
	padding: 1em 1.2em; 
}
#spalte-2 
{
	width: 165px; 
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	position: relative;
	float: right;	
	background: #fff; /* #f5f5f5; */
	overflow:hidden; /* Zur Sicherheit für IE */
	padding: 1em 1.2em; 
}

h1
{
	/* 
	* font-size wird vom body (Elternelement) vererbt. D.h. GrÃ¶ÃŸe 
	* ist nicht 160% vom im Browser eingestellten Wert, sondern 
	* 0,9*1,6 = 144% vom voreingestellten Wert.
	*/
	clear: both;
	font-size: 1.6em;
	line-height: 1.8em;
	color: #595959; 
	/* color: #033056; */
	padding: 0 0 0.7em 0;
	/* border-bottom: 1px dashed #595959; */ 
}
h2
{
	clear: both;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #595959; 
	/* color: #033056; */
	padding: 0 0 0.4em 0; 
}
#inhalt h2 a:link { color: #595959; }
#inhalt h2 a:visited { color: #595959; text-decoration:none; }
#inhalt h2 a:hover { color: #AA0000; text-decoration:none; }
#inhalt h2 a:active { color: #AA0000; text-decoration:none; }

h3
{
	clear: both;
	font-size: 15px;
}

#inhalt h3 a:link { color: #595959; }
#inhalt h3 a:visited { color: #595959; text-decoration:none; }
#inhalt h3 a:hover { color: #AA0000; text-decoration:none; }
#inhalt h3 a:active { color: #AA0000; text-decoration:none; }

h6
{
	clear: both; 
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: italic;
	font-weight: normal;
	/* padding-left: 1.5em; */
	color: #888;
}	
q
{
	quotes: "" "";   /* Keine automatischen Anführungszeichen */
}


table#basket
{
	font-family: Arial, Helvetica, sans-serif;
}
table#basket th
{
	padding: 2px;
	color:#fff;
	font-size: 0.9em;
	background-color:#2B3849;
}
table#basket td
{
	padding: 2px;
	color:#000;
	font-size:0.8em;
}
table#basket p { padding-bottom: 0px; }
.warning
{
	font-size: 1.1em;
	color:#0000FF;
	padding:0px;
}
.button
{
	color:#000;
	font-size:12px;
	text-align:center;
	cursor:hand;
}
.linie_unten
{
	padding:0;margin:0; 
	border-bottom: 1px dashed #033056;
}
.MIK_BOX
{
	margin:0; padding:0;
	position: relative;
	background: transparent url(../media/bg_news_ur.jpg) bottom right no-repeat;
	border-bottom: 1px dashed #033056;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
}
.MIK_BOX img
{
	margin:0; padding:0; border 0;
	position: relative;
}
.MIK_BOX:after{ clear:both; display:block; content:""; }
