/* --------------------------------------------------------
   Stylesheets SAN
   Version 1.0
   15.01.09
   Dr. Jörg Naumann, www.medicalweb.de
   -------------------------------------------------------- */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border:none;
}

body {
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;	
}

h1, h2 {
  font-size: 1.1em;
}

p, li {
  font-size: 1.1em;
}

li li {
  font-size: 1.0em;
  padding-left: 25px;
}

#mainContent ul{
  margin-bottom: 20px;
}

a:link {
	color: #F15112;
	text-decoration: none;
}

a:visited {
  color: #F15112;
  text-decoration: none; 
}
a:hover {
  color: #F15112;  
}

a:active {
  color: #F15112;
  text-decoration: none;
 
 }
a:focus {
  color: #F15112;
  text-decoration: none;
}

#secondaryContent h2  {
  margin: 0.5em 0 0 0;
}

#content h1, #content p {
  margin: 0 0 1em 0;
}

#content h2 {
  margin: 0 0 1em 0;
}

#content_production h2 {
  margin: 3em 0 1em 0;
}

#mainContent h1, #secondaryContent h2 {
  color: #000;
}

#secondaryContent p {
  margin: 0 0 1.5em 0;
}

#wrapper {
  background-color:#FFF;
}

#branding {
  height: 152px;
}

#branding h1 {
	height: 152px;
	clear: both;
	background-image: url(../images/titelbild_startseite.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -5000px;
	border-top: 5px solid #F46F1E;
}

#mainNav {
  list-style: none;
}

#secondaryContent h2 {
  font-size: 1.1em;
}

#secondaryContent p {
  font-size: 1.1em;
}

#footer {
  padding: 20px 10px;
  border-top: 1px solid #666;
 }

#footer p {
  font-size: 1.1em;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 800px;
}

#wrapper {
  width: 800px; 
  margin: 60px auto 0 auto; 
  text-align: left; 
}

#sidebar { 
  width: 180px; 
  float: left; 
}

#content { 
  width: 600px; 
  float: right; 
}

#mainContent { 
  width: 400px; 
  margin: 0; 
  float: left; 
}

#secondaryContent { 
  width: 190px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

#footer { 
  clear: both; 
} 

/* Add some padding
================================== */

#sidebar, #secondaryContent, #mainContent, #content_production {
  padding-top: 4em;
  padding-bottom: 2em;
}

#secondaryContent * {
  padding-left: 5px;
  padding-right: 0;
}

#secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}

/* Misc
================================== */

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

/* External links
================================== */

#content a[href^="http:"] {
  background: url(../images/externallink_normal.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://www.san-niederwiesa.de"], a[href^="http://san-niederwiesa.de"]  {
  background-image: none;
  padding-right: 0;
}

/* MainNavigation
================================= */

#navigation {
width: 165px;
}

#navigation ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#navigation li a:link, #navigation li a:visited {
	font-size: 100%;
	display: block;
	background-color: #FFF;
	color: #666;
	text-decoration: none;
	padding: 0.2em 0 0.2em 10px;
	font-weight: bold;
}

#navigation li a:hover {
	color: #F15112;
	background-image: url(../images/bullet_navigation.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.unternehmen {
padding-top: 30px;
}

#produktionshallen #navigation .produktionshallen a, #lagerhallen #navigation .lagerhallen a, #buerohallen #navigation .buerohallen a, #individualbauten #navigation .individualbauten a,  #ausruestungen #navigation .ausruestungen a, #maschinengerueste #navigation .maschinengerueste a, #unternehmen #navigation .unternehmen a, #stellen #navigation .stellen a, #aktuell #navigation .aktuell a {
	color: #F15112;
	font-weight: bold;
	background-image: url(../images/bullet_navigation.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;	
		}
	
#start #services .start a, #kontakt #services .kontakt a, #sitemap #services .sitemap a, #start #bottom .start a, #kontakt #bottom .kontakt a, #sitemap #bottom .sitemap a { 
	color: #F15112;
	font-weight: bold;
	cursor: default;
		}

/* -------------
   Lists 
   -------------*/

#content dl {
  padding-bottom: 1.0em;
}

#content dt {
	font-weight:bold;
	font-size: 1.1em;
	line-height: 1.6;
	padding-top: 1.6em;	
	}
	
#content #secondaryContent dt {
	padding-top: 0;	
		}

#content dd {
	color: #000;
	font-size: 1.1em;
	}
	
#content #secondaryContent dt, #content #secondaryContent dd {
	color:#666;	
		}
	
.fon {
  padding-top: 1.0em;
}

.normal {
  font-weight: normal !important;
}

.logo_verband {
  margin: 10px 10px 0 20px;
}

.link_referenz {
  text-align: right;
  margin-bottom: 6px !important;
}

/* utilities */

#utilities {
	width: 100%;
	background-color:#FFF;
	height: 3.0em;
	position:relative;
}

#utilities h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/san_logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#utilities a {
	text-decoration: none; 
	padding: 1px; 
	font-size: 1.0em;
}

#utilities a:link { 
	color: #666; 
}
#utilities a:visited { 
	color: #666; 
}
#utilities a:hover { 
	color: #F15112; 
	text-decoration: none; 
}
#utilities a:focus { 
	color: #666; 
}
#utilities a:active { 
	color: #666; 
	font-weight: bold;
}

/* accessibility */
#accessibility {
  float: left;
  list-style:none;
  padding: .4em 0 .4em 0;
  position:absolute;
  left:0;
  bottom: 60px;
}
#accessibility li {
  float: left;
  padding: 0 .7em 0 .7em;
  border-color:#FFF;
}

#accessibility li a:link {
  color:#FFF;
}

#accessibility li a:focus, #accessibility li a:active {
  color:#666;
  border-bottom: 1px dotted #000;
}

/* services */
#services {
  float: right;
  list-style:none;
  padding: .4em 0 .4em 0;
}
#services li {
  float: left;
  padding: 0 .7em 0 .7em;
  font-weight: bold;
}

/* languages */
#bottom {
  padding: 0 0 2em 0;
  float: right;
  list-style: none;
}

#bottom li {
  float: left;
  padding: 0 0 0 1.5em;
  font-weight: bold;
}

#bottom li a {
  color: #666;
  background: none;
  text-decoration: none;
}

#bottom a:hover {
  color: #F15112;
}
		
.clear {
  clear: both;
}

/* services */
ul#button
{
margin: 0;
padding: 0 0 1em 0;
}

ul#button .left { float: left; }
ul#button .right { float: right; }

form {
	width: 600px;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #F4F4F4;
}

/* legend styling */
legend {
	font-weight: bold;
}

form p {
  position: relative;
	width: 100%;
}

/* style for  labels */
label {
	float: left;
	width: 10em;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

input {
  width: 200px;
}

input[type="text"], textarea {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}

textarea {
	width: 300px;
	height: 100px;
}
