/*  ***************************************
gueteforum-stahlschutzwaende.org - Standard-Stylesheet
Datei: std.css
Media: screen, projection 

Datum: Februar 2010
Autor: Michael Raith
Mail:  info@raith.it
Web:   http://www.raith.it
*************************************** */
/**************************/
/** RESET                **/
/**************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}


/**************************/
/** Allgemeine Regeln    **/
/**************************/

html, body {
	height: 100%;
}


a, a:visited, a:hover, a:active  {
	text-decoration: none;	
}

a.active {
	text-decoration: underline;
}

a img {
	border: none;
}

/* remove firefox (active) link outline */  
a:focus { 
	outline: none;
}  

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/**************************/
/** Seitenaufbau         **/
/**************************/

/* Header */

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 152px;
	background: url(../img/banner-oben.jpg) 0 0 no-repeat;
}
/* Container */

#container {
	position: relative;
	top: 0px;
	padding-bottom: 152px;
	width: 993px;
	height: auto;
	width: 100%;	
	color: #333333;
	overflow: auto;
}

/* Left */

#left {
	position: relative;	
	float: left;
	margin-top: 152px;
	padding-left: 30px;
	padding-right: 5px;
	z-index: 1;
	width: 455px;
	height: auto;
}

#left h1 {
	font-size: 16px;
	margin: 18px 0 10px 0;
	letter-spacing: 1px;
}

#left h2 {
	font-size: 11px;
	margin-top: 15px;
}

#left a, #left a:visited, #left a:hover, #left a:active {
	color: #333333;
}

#left p {
	margin: 10px 0;
	line-height: 1.5;
}

#left ul {
	margin: 15px 15px;
	color: #00614d;
}

#left ul li {
	line-height: 1.5;
}

/* Right */

#right {
	position: relative;
	float: left;
	margin-top: 152px;
	z-index: 1;
	width: 446px;
	height: auto;
	padding: 48px 0 0 10px;
}

#right p {
	margin-bottom: 30px;
}

.member {
	float: left;
	width: auto;
	min-width: 200px;
}

.logo {
	float: right;
	width: auto;
	
}

#right a, #right a:visited, #right a:hover, #right a:active {
	color: #00614d;
}

/* Footer */
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 155px;
	width: 100%;
	padding-left: 30px;
	background: url(../img/Verlauf-unten.jpg) 0 0 no-repeat;
	background-color:#00614d;
	color: #ffffff;
}

#footer p {
	margin: 5px; 0;
}

#footer a, #footer a:visited, #footer a:hover, #footer a:active {
	color: white;
}

#nav {
	position: absolute;
	bottom: 30px;
}

#download {
	position: absolute;
	left: 400px;
	bottom: 25px;
}

#download .button {
	width: 142px;
	float: left;
}

#download p {
	float: left;
	width: 140px;
}

#footer ul {
	list-style-type: none;
	margin-left: 4px;
}

#footer ul li {
	display: inline;
	margin-right: 8px;
}