/* Stylesheet für SGM GmbH - Layout Gestaltung
	Erstellt am 10.08.2009
	Name sgm-screen.css
	Stand 11.09.2009 */


/* global */
html {height: 101%;}

/* Kalibrierung der wichtigsten Abstände */
* {padding: 0; margin: 0; }

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	padding: 0px;
  	margin: 0px;
  	font-size: 11px; /* war .78em */
}

p { 
	margin: 0px;
  	padding: 0px 0px 16px 0px;
  	line-height: 1.5em;
}

h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 108%;
  	letter-spacing: .1em;
}

h2 { 
	margin: 0px;
  	padding: 0px 0px 4px 0px;
  	font-size: 105%;
  	letter-spacing: .1em;
  	font-weight: normal;
  	text-decoration: underline;
}

#produktseite #content h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#777;
	margin: 0px;
  	padding: 0px 0px 15px 0px;
  	font-size: 104%;
  	letter-spacing: .1em;
  	font-weight: normal;
  	text-transform: uppercase;
	text-decoration: underline;
}

#produktseite #content h3 { 
	margin: 0px;
  	padding: 0px 0px 4px 0px;
  	font-size: 100%;
  	letter-spacing: .1em;
  	font-weight: bold;
  	text-decoration: none;
}

#produktseite #content h4 { 
	margin: 0px;
  	padding: 0px 0px 4px 0px;
  	font-size: 90%;
  	letter-spacing: .1em;
  	font-weight: bold;
  	text-decoration: none;
}


#faktenseite #content h3 { 
	margin: 0px;
  	padding: 0px 0px 4px 0px;
  	font-size: 103%;
  	letter-spacing: .1em;
  	font-weight: normal;
  	text-decoration: none;
}

#faktenseite #content .slogan { 
	margin: 0px;
  	padding: 0px 0px 4px 0px;
  	font-size: 108%;
  	letter-spacing: .1em;
  	font-weight: bold;
	color:red;
  	text-decoration: none;
}

#produktseite #content .slogan { 
	margin: 0px;
  	padding: 0px 0px 4px 0px;
  	font-size: 108%; 
  	letter-spacing: .1em;
  	font-weight: bold;
	color:red;
  	text-decoration: none;
}

.slogan { 
	margin: 0px;
  	padding: 0px 0px 4px 0px;
  	font-size: 108%;
  	letter-spacing: .1em;
  	font-weight: bold;
	color:red;
  	text-decoration: none;
}

img {border: 0px;}

a {outline: none;}

/* Allgemeine Klassen und IDÂ´s */
.skiplink { /* Skiplink ausblenden - Zum Inhalt */
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

/* image positioning - left, right and center */

.bildlinks {
	float: left;
	padding: 4px;
	border: 1px solid red;
   border-right-color: #cf0303;
   border-bottom-color: #cf0303;
	margin-right: 8px;
	margin-bottom: 5px;
}

.bildrechts {
	float: right;
	padding: 4px;
	border: 1px solid red;
   border-right-color: #cf0303;
   border-bottom-color: #cf0303;
	margin-left: 8px;
	margin-bottom: 5px;
	}	

.produktbild {
	padding: 4px;
   border: 1px solid red; /* war #ddd */
   border-right-color: #cf0303; /* war #aaa */
   border-bottom-color: #cf0303; /* war #aaa */
   margin-right: 3px; 
   margin-bottom: 5px;
	margin-left: 3px;
}


.left { 
	float: left; 
  	padding: 0px 8px 0px 0px;
}

.copyright { 
	float: left; 
  	padding: 9px 8px 0px 0px;
}

.right { 
	float: right; 
  	padding: 0px 0px 0px 8px;
}

.center { 
	display: block;
  	text-align: center;
  	margin: 0 auto;
}

/* block quote */
blockquote { 
	margin: 20px 0px 20px 0px; 
  	padding: 10px 20px 0px 20px;
  	border-left: 8px solid;
}

/* unordered list */
ul { 
	margin: 8px 0px 0px 16px;
  	padding: 0px;
}

ul li { 
	list-style-type: square;
   margin: 0px 0px 11px 0px; 
   padding: 0px;
}

/* ordered list */
ol { 
	margin: 8px 0px 0px 24px;
   padding: 0px;
}

ol li { 
	margin: 0px 0px 11px 0px; 
   padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, 
#links, 
#footer, 
#logo, 
#menu, 
#content { 
	margin-left: auto; 
  	margin-right: auto;
}

/* main container */
#main {width: 1004px;}

/* header */
#header { 
	border-top: 1px solid; 
  	border-bottom: 1px solid;
  	height: 107px; /* war 87px */
}

/* logo */
#logo { 
	padding: 11px 0px 0px 14px; /* war 11px 0px 0px 14px */
  	float: left;
}

#bannerbox { 
	margin-left: -13px; 
	padding: 61px 5px 0px 0;
  	float: left;
  	text-align: left;
}

#laufzeile { 
	padding: 88px 0 0 0;
  	float: right;
  	text-align: right;
}


#address p {
	line-height: 1.7em;
}

#logo h1 { 
	font-family: verdana, arial, sans-serif;
  	margin: 0px;
  	padding: 18px 0px 0px 0px;
  	font-size: 160%;
  	letter-spacing: .3em;
  	display: none;
}

#logo h2 { 
	font-family: verdana, arial, sans-serif;
  	margin: 0px;
  	padding: 5px 0px 0px 0px;
  	font-size: 100%;
  	letter-spacing: .2em;
}

/* navigation menu */
#menu { 
	height: 34px;  /* war 40px */
  	border-bottom: 1px solid;
}

#menu ul{margin: 0px auto;}

#menu li
{ float: left; 
  margin: 0px 2px 0px 0px; 
  padding: 1px 0 1px 0; /* war 0 0 2px 0; */
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 20px;
  text-decoration: none; 
  padding: 3px 10px 1px 10px; /* war 2px 10px 2px 10px; */
  border: 0px solid;
  text-transform: uppercase;
  font-size: 88%;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ height: 24px;
  padding: 9px 10px 0 10px; /* war 7px 10px 2px 10px; Menü aktuell hüpft, siehe menu li*/
  border: 0px solid;
} 

#links { 
	float: right; 
  	width: 100px;
  	text-align: right;
  	padding: 10px 18px 0px 0px;
}

/* sidebars */
.sidebar { 
	float: left;
  	width: 194px;
  	padding: 16px 15px 15px 15px;
}

/* sidebar items / links */
.sidebaritem { 
	text-align: left;
  	width: 194px;
  	float: left;
  	margin: 0px 0px 11px 0px;
  	padding: 0px 0px 0px 0px;
}

.sidebaritem h1, 
.sidebaritem h2, 
.sidebaritem p {
	margin: 0px 10px 0px 10px
}

.sidebaritem h1 { 
	font-weight: normal; padding: 8px 0px 16px 0px;
  	text-transform: uppercase;
}

.sidebaritem h2 { 
 	font-size: 100%;
  	letter-spacing: .1em;
  	font-weight: normal;
  	text-decoration: underline;
}

.sidebaritem p { 
	line-height: 16px; 
  	padding: 0px 0px 8px 0px;
}

.sidebaritem a, 
.sidebaritem a:hover { 
	padding: 0px 0px 2px 14px;
  	text-decoration: none;
}

.sbilinks ul {margin: 0px 0px 18px 10px;}

.sbilinks li {
	list-style: none; 
  	padding: 0px 0px 0px 0px;
  	margin: 0px 0px 5px 0px;
}

.sbilinks li a, 
.sbilinks li a:hover { 
	height: 16px;
  	text-decoration: none; 
  	width: 149px;
} 

/* page content (Hauptinhaltsbereich) */
#content { 
	text-align: justify; /* war text-align: justify */
  	width: 538px; /* war 538px */
  	padding: 26px 9px 15px 9px;
  	float: left;
}

#faktenseite #content { 
	text-align: left; /* war text-align: justify */
  	width: 538px; /* war 538px */
  	padding: 26px 9px 15px 9px;
  	float: left;
}

#produktseite #content { 
	text-align: left; /* war text-align: justify */
  	width: 538px; /* war 538px */
  	padding: 26px 9px 15px 9px;
  	float: left;
}

#content h1 { 
	font-family: arial, sans-serif;
  	margin: 2px 0px 12px 0px; 
  	font-size: 120%;  
  	font-weight: bold;
  	text-transform: uppercase;
}

#content a, 
#content a:hover { 
	padding: 0px 0px 2px 0px;
  	text-decoration: none;
}

/* footer */
#footer { 
	background-color: #555353;
	background-image: url(../images/sgm-footer.png);
	height: 15px;  
  	padding: 8px 0px 4px 0px;
  	font-size: 80%;
  	text-transform: uppercase;
  	font-family: verdana, arial, sans-serif;
  	clear: both;
  	text-align: center; 
}

#left_footer { 
	float: left; 
	padding: 5px 0 0 2px; 
	color: #7d7d7d; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px; 
	font-variant: small-caps;
	}
	
#left_footer a { 
	color: #7d7d7d;
	text-decoration: none;
	}

#left_footer a:hover { text-decoration:underline;}

#right_footer { 
	float: right;  
	padding: 5px 2px 0 0; 
	color: #7d7d7d; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px; 
	font-variant: small-caps;
	text-align: right;
	}
	
#right_footer a { 
	color:#7d7d7d;
	text-decoration:none;
	}

#right_footer a:hover { text-decoration:underline;}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4 { 
	display: block;
  	height: 1px;
  	overflow: hidden; 
}

.r1 {margin: 0 5px}

.r2 {margin: 0 3px}

.r3 {margin: 0 2px}

.rtop .r4, .rbottom .r4 { 
	margin: 0 1px;
  	height: 2px
}

.scroll { /* damit die Seitengroesse erhalten bleibt - Gesamtbild */
height: 390px;
width: 525px;
overflow: auto;
border: 1px solid #666;
background-color: #eeeeee;
padding: 8px;
}	

/* Das Kontaktformular */
form {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #00006a;
	width: 519px;
	padding: 8px;
	border: 0px solid #8c8c8c;
}
label { /* Beschriftung auf eigener Zeile */
	display: block;
	cursor: pointer; /* Mauszeiger wird zur Hand */	
}
input#absender {
	font-size: 13px;
	width: 285px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}

input#textarea {
	width: 350px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}

textarea {
	height: 7em;
}
input#absender:focus, textarea:focus {
background-color : red;
}
/* Ende Kontaktformular */

* html { height: 1%; }

/* Die Fotogalerie */

div.galerie { 
   overflow: hidden; 
   padding: 5px 10px 10px 0; 
   margin: 0 3px 3px 0; 
}
/* für IE6 */
* html div.galerie { height: 1%; }

div.galerie img { 
   float: left; 
   padding: 4px;
   border: 1px solid #d43615; /* war #ddd */
   border-right-color: #A0280F; /* war #aaa */
   border-bottom-color: #A0280F; /* war #aaa */
   margin-right: 10px; 
   margin-bottom: 5px;
	margin-left: 10px;  
}
