body
{
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #fff;
	margin: 0px;
}

/* index */

body#home
{
  background-color: #faebca;
}

#home-container
{
	margin: 50px auto auto auto;
	width: 618px;
	height: 604px;
	background-image: url(images/startseite-2010.jpg);
	background-color: #0058A8;
	background-repeat: no-repeat;
}

#sprachwahl
{
  padding-top: 190px;
  padding-left: 386px;
}

#sprachwahl a {
  font-size:2.2em;
  font-weight:bold;
  color:white;
  text-decoration:none;
}

#sprachwahl a:hover { color: #0c3c98; }

/* allgemein */

a 
{
  color: #0058a8;
}

a:hover, a.current { color: #000; }

p
{
	margin-top: 0px;
	text-align: left;
}

table td
{
  padding: 0 4px 0 0;
}

#main_surround
{
	margin: 10px 0 10px 10px;
}

#header
{
	width: 950px;
	height: 121px;
	background-image: url(images/css/bg-header.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#logo
{
  border: 0;
}


#header-separator
{
	width: 950px;
	height: 30px;
	background-image: url(images/css/bg-header-sep.gif);
	background-repeat: repeat-y;
	text-align: right;
}

#flag-de, #flag-en, #katalog_link
{
  padding: 8px 7px 0 7px;
  float: right;
}

#katalog_link a { color: white; }

#flag-en
{
  margin-right: 25px;
}


/* Inhaltsbereich inkl. Menu */

#main_content
{
	width: 948px;
	height: auto;
	min-height: 300px;
	padding: 0;
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;
	overflow: hidden;
}


/* Navi */

#navi-left
{
	float: left;
	width: 210px;
	padding-top: 46px;
  font-size: 1.4em;
}

	#navi-left ul	
	{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	#navi-left a { text-decoration: none; }
	
	/* Level 1 */
		#navi-left ul li
		{
			width: 197px;
		  padding: 0px;
			background-image: url(images/css/bg-nav-default.gif);
			background-repeat: repeat-y;
		}
		
		#navi-left ul li.current
		{
			background-image: url(images/css/bg-nav-active.gif);
			background-repeat: repeat-y;
		}

    #navi-left ul li a
    {
      display: block;
      width: 188px;
      padding: 4px 2px 4px 20px;
      font-weight: bold;
    }
	
    #navi-left ul li a:hover
    {
      background-image: url(images/css/bg-nav-active.gif);
      background-repeat: repeat-y;
      text-decoration: none;
    }
	
	/* Level 2 */
		#navi-left ul li ul li
		{
			width: 187px;
		  padding: 0 0 0 10px;
			background-image: url(images/css/bg-nav-default.gif);
			background-repeat: repeat-y;
		}
		
		#navi-left ul li ul li.current
		{
			background-image: url(images/css/bg-nav-active.gif);
			background-repeat: repeat-y;
		}

    #navi-left ul li ul li a
    {
      display: block;
      width: 178px;
      padding: 0 2px 0 20px;
      font-weight: normal;
    }
	
    #navi-left ul li ul li a:hover
    {
      background-image: url(images/css/bg-nav-active.gif);
      background-repeat: repeat-y;
      text-decoration: none;
    }
	
	/* Level 3 */
		#navi-left ul li ul li ul li
		{
			width: 177px;
		  padding: 0 0 0 20px;
			background-image: url(images/css/bg-nav-default.gif);
			background-repeat: repeat-y;
		}
		
		#navi-left ul li ul li ul li.current
		{
			background-image: url(images/css/bg-nav-active.gif);
			background-repeat: repeat-y;
		}

    #navi-left ul li ul li ul li a
    {
      display: block;
      width: 168px;
      padding: 0 2px 0 30px;
      font-weight: normal;
      font-size: 0.8em;
    }
	
    #navi-left ul li ul li ul li a:hover
    {
      background-image: url(images/css/bg-nav-active.gif);
      background-repeat: repeat-y;
      text-decoration: none;
    }


/* Inhalt */

#content, #content_home, #content_angebote { font-size: 1.3em; }

#content, #content_angebote
{
	width: 690px;
	margin: 0 0 0 210px;
	padding: 48px 18px 20px 20px;
	text-align: left;
}

#content_angebote td { padding-right: 20px; }


#content_home
{
	width: 330px;
	margin: 0 0 0 210px;
	padding: 48px 18px 20px 20px;
}

/*#content p, #content li, #content dt, #content dd, #content label
#content
{
	margin-top: 0px;
	text-align: left;
	font-size: 1.2em;
}
*/


h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 14px 0;
}

h1.h1home
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

/* lists */
#content dt { font-weight: bold; float:left; }

#content dd { padding-left: 70px; padding-bottom: 14px; }

#content label { font-weight:bold; }

.backlink_produkte { text-align: right !important; margin-right: 22px; }

.produkttabelle { width: 680px; border: 0; margin-bottom: 40px; }

.produkttabelle td { padding: 0; }

.produkttabelle .padding_oben { padding-top: 20px; }

.produkttabelle .padding_unten { padding-bottom: 20px; }

.produkttabelle .padding_links { padding-left: 26px; }

.produktbild_links { margin: 0 0 20px 25px; }

.produkttabelle h2
{
	margin: 0 0 10px 26px;
}

.produkttabelle h3
{
	margin: 0 0 4px 26px;
}

#box_rechts
{
  float: right;
  margin-top: 55px;
}

#adr_rechts p { color: #0a4c9f; font-size: 1.2em; }

#box_news
{
	width: 263px;
	border-width: 1px 0 1px 1px;
	border-color: #ADADAD;
	border-style: solid;
}

#box_news h1
{
	background-image: url(images/css/bg-box-r.gif);
	width: 243px;
	background-repeat: repeat-y;
	background-color: #0A4C9F;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	padding: 4px 10px;
}

#box_news_text { padding: 10px; }

#box_news_text h2
{
	color: #0a4c9f;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#box_news_text ul
{
  list-style-image: url(images/css/square-small.gif);
}

#box_news_text li
{
  padding-bottom: 4px;
}

#box_news_text a { font-size: 1.2em; }


/* Seite Sonderverkauf */

table.sonderverkauf {
  width: 100%;
}

table.sonderverkauf td {
  padding: 2px 0;
  font-size: 12px;
}

.bold {
  font-weight: bold;
}

.violet {
  color: #800080;
}


/* Images */

.img_left
{
  float: left;
  padding: 0 20px 20px 0;
}


/* Spalten mit Text */

.column_left_150
{
  width: 150px;
  min-height: 300px;
  padding: 44px 20px 20px 0;
  float:left;
}

/* Formular */

INPUT, textarea
{
	border: 1px solid #0058a8;
	background-color: #EBEDEF;
	width: 300px;
}

input.button_send
{
	width: 302px;
}

/* Schnellfinder */

#main_content_schnellfinder
{
	width: 1015px;
	height: auto;
	min-height: 300px;
	padding: 0;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;
	overflow: hidden;
}

#content_schnellfinder
{
	width: auto;
	padding: 48px 18px 20px 20px;
	text-align: left;
	font-size: 1.3em;
}

#footer_schnellfinder
{
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	width: 977px;
	height: 50px;
	margin: 0 0 20px 0;
	padding: 10px 18px 10px 20px;
}

table.schnellfinder { border-collapse: collapse; }

.schnellfinder td { height: 22px; padding: 0; margin: 0; border: 1px solid black; }

.tr_gray td { background-color: #ddd; }

.dot_black
{
	background-image: url(images/schnellfinder/dot-black.gif);
	background-repeat: no-repeat;
}

.dot_blue
{
	background-image: url(images/schnellfinder/dot-blue.gif);
	background-repeat: no-repeat;
}

.dot_lightblue
{
	background-image: url(images/schnellfinder/dot-lightblue.gif);
	background-repeat: no-repeat;
}

.dot_red
{
	background-image: url(images/schnellfinder/dot-red.gif);
	background-repeat: no-repeat;
}

.dot_red_yellow
{
	background-image: url(images/schnellfinder/dot-red-yellow.gif);
	background-repeat: no-repeat;
}

.dot_yellow_black
{
	background-image: url(images/schnellfinder/dot-yellow-black.gif);
	background-repeat: no-repeat;
}

.dot_green
{
	background-image: url(images/schnellfinder/dot-green.gif);
	background-repeat: no-repeat;
}

.dot_green_violet
{
	background-image: url(images/schnellfinder/dot-green-violet.gif);
	background-repeat: no-repeat;
}

.dot_violet
{
	background-image: url(images/schnellfinder/dot-violet.gif);
	background-repeat: no-repeat;
}

.dot_orange
{
	background-image: url(images/schnellfinder/dot-orange.gif);
	background-repeat: no-repeat;
}

.dot_yellow
{
	background-image: url(images/schnellfinder/dot-yellow.gif);
	background-repeat: no-repeat;
}


/* Footer */

#footer
{
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	width: 910px;
	height: 50px;
	margin: 0 0 20px 0;
	padding: 10px 18px 10px 20px;
}

  #footer p
  {
    text-align: center;
    font-size: 1.2em;
  }

