/* --------------------------------------------------------
   Stylesheets TWM Faber GmbH Limbach-Oberfrohna
   Version 1.2
   05.12.07
   Dr. Jörg Naumann
   www.medicalweb.de
   -------------------------------------------------------- */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

/* Declare body first of all */

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #003D6B;
}

/* ---------------
   Layout elements
   --------------- */

/* Masthead and descendants */

#masthead {
	height:185px;
	background:#FFF url(images/header.gif) no-repeat right top;
}

/* TWM logo */
#masthead img {
margin:0 0 0 375px;
width: 375px;
height:160px;
}

/* Container - needed only for faux background */

#container {
width:750px;
margin:0 auto 20px auto;
background:#FFF;
text-align:left;
}

/* The main column and descendants */

#mainCol {
float:right;
width:480px;
font-size:1.1em;
color:#000;
background:#FFF;
text-align:left;
margin-bottom: 2em;
}

#mainCol p{
margin: 2em 0 1em 0;
font-size:1.1em;
padding:0;
line-height:1.5;
}

#navigation ul {
list-style:none;
margin:35px 0 5px 0;
padding:0;
}

#navigation li {
display:inline;
margin:0 15px 0 0;
padding:0;
line-height:200%;
text-align:left;
}

#navigation li a:link, #navigation li a:visited {
text-decoration:none;
font-size:1.2em;
font-weight:bold;
color:#007BD5;
}
#navigation li a:hover {
border-bottom:3px solid #007BD5;
color:#007BD5;
}

#mainCol p {
width:450px;
}

#mainCol dt span {
color: #007BD5;
font-size: 1.8em;
}

/* The left column and descendants */

#sidebar {
	float:right;
	width:250px;
	text-align:left;
	background-color: #FFF;
	}

#sidebar ul {
margin: 40px 0 0 0;
padding:0;
list-style:none;
}

#sidebar ul a {
display:block;
width: 200px;
height:39px;
line-height:39px;
color:#000000;
text-decoration:none;
background: url(images/button_2.gif) no-repeat left bottom;
text-indent: 2em;
font-size:1.3em;
}

#sidebar li.first a{
height:40px;
line-height:40px;
}

#sidebar a:hover, #home #sidebar a.home, #kontakt #sidebar a.kontakt, #ansprechpartner #sidebar a.ansprechpartner, #geschaeft #sidebar a.geschaeft, #referenz #sidebar a.referenz, #ueber #sidebar a.ueber, #anfahrt #sidebar a.anfahrt, #jobs #sidebar a.jobs, #qualitaet #sidebar a.qualitaet  {
	background-position: right bottom;
	color:#000;
	font-weight: bold;
}

/* The footer and descendants */

#footer {
clear:both;
height:6em;
font-size:1.2em;
line-height:150%;
color:#000;
background:#E9E9E9;
text-align:left;
}

#footer img {
float:left;
margin:10px 112px 60px 56px;
}

#footer ul {
list-style:none;
margin:10px 0 0 0;
padding:0;
}
#footer li {
display:inline;
margin:0 10px 0 0;
padding:0;
line-height:160%;
}
#footer li a:link, #footer li a:visited {
text-decoration:none;
font-weight:bold;
color:#FFE86C;
font-size:1em;
}
#footer li a:hover {
color:#FFF;
}

#footer p {
padding:2em 0 3px 2em;
border-top: 1px solid #007BD5;

}

/* ----------------------------
   All headings and versions of 
   ---------------------------- */

h2 {
color: #000;
padding: 8px 0 8px 0;
font-size:1.7em;
}
h3 {
margin-top:10px;
font-size:1.3em;
color: #007BD5;
}
h4 {
margin:10px 0 0 0;
font-size:1.3em;
color:#000;
}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
color:#FFF;
}

/* ---------------------
   Other common elements 
   --------------------- */

abbr {
	
}

/* Turn off borders on image links */
img {
border:0;
}

/* Link states */

a:link {
	
}
a:visited {
	
}
a:hover {
	
}
a:active {
	
}

/* ------------
   Unique Items 
   ------------*/

.date {
	
}

/* -------------
   Definition lists 
   -------------*/

dl.list {
	margin: 0;
	padding-bottom: 10px;
 	font-size: 1.2em;
}

.list dt {
	position: relative;
	left: 0;
	top: 0.8em;
	width: 6em;
	font-weight:bold;
	
}

.list dd {
	border-left: 1px solid #007BD5;
	margin: -0.5em 0 .5em 8em;
	padding: 0 2em 0 2em;
}

dl.homepage {
	margin: 0;
	padding: 0;
	margin-bottom: 4em;
 	font-size: 1.2em;
}

.homepage dt {
	position: relative;
	left: 0;
	top: 1.5em;
	width: 8.5em;
	font-weight:bold;
}

.homepage dd {
	border-left: 1px solid #007BD5;
	margin: 0 1em 0 10.5em;
	padding: 0 0 0 2em;
}

	.products {
	  font-size: 140%;
	  font-weight: bold;
	  color: #007BD5;
	  line-height:1.5;
	  }
	
	.products li {
	  list-style: none;
	  }
			
	.products li ul {
	  margin: 6px 15px;
	  padding: 0 15px;
	  font-size: 90%;
	  color: #000;
	  border-left: 1px solid #007BD5;
	  }
	
	.products li ul li ul {
	  border: none;
	  }
	
	.products li ul li ul li {
	  font-weight: normal;
	  padding-left: 16px;
	  background: url(images/bullet.gif) no-repeat 0 50%;
	  color:#666;
	  }  
