/* Stylesheet (c)2007 LOGO-SYS AG, im Auftrag von www.elinag-elektro.ch */


/* ===================================================================== */
/* = Alles zuruecksetzen                                                = */
/* ===================================================================== */
*{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

/* ===================================================================== */
/* = Allgemeines                                                       = */
/* ===================================================================== */
body {
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFF url(../bilder/bg.gif) fixed;
	text-align: center;
}

/* Links */
a:link, a:active, a:visited {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #069;
	text-decoration: underline;
}

/* Rootline Links */
#rootline {
	float: left;
	margin-bottom: 18px;	
}

#rootline .rl_root a:link, 
#rootline .rl_root a:active, 
#rootline .rl_root a:visited {
	color: #000;
	text-decoration: underline;
}
#rootline .rl_root a:hover {
	color: #069;
	text-decoration: underline;
}

#rootline a:link, 
#rootline a:active, 
#rootline a:visited {
	color: #000;
	text-decoration: none;
}
#rootline a:hover {
	color: #069;
	text-decoration: none;
}

#rootline .rl_active a:link, 
#rootline .rl_active a:active, 
#rootline .rl_active a:visited {
	color: #069;
	text-decoration: none;
}

#rootline .active a:hover {
	color: #000;
	text-decoration: none;
}

/* Absaetze */
p {
	line-height: 22px;
	margin: 22px 0;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
	clear: left;
}

html, body {
    height: 100%;
}

hr { 
   background-color: #000000; 
   border: none; 
   color: #000000; 
   height: 1px; 
}

/* ===================================================================== */
/* = Layout                                                            = */
/* ===================================================================== */
#wrapper {
	position: relative;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto;
	background: url(../bilder/bg_content.gif) repeat;
}

#header {
	position: relative;
	width: 900px;
	height: 211px;
	background: url(../bilder/header.png) no-repeat;	
}

/* IE6 unterstuetzt png-Transparenz nicht */
* html #header {
	background: url(../bilder/header.gif) no-repeat;	
}

#logo {
	position: relative;
	width: 204px;
	height: 83px;
	top: 62px;
	left: 23px;
}

#content {
	position: relative;
	width: 900px;
	clear: both;
	padding-bottom: 38px;
	height: 100%;
}	

#leftcol {
	position: relative;
	width: 227px;
	margin-right: 43px;
	float: left;
}

#rightcol {
	position: relative;
	width: 588px;
	float: left;
	top: -5px;
}

#inhalt {
	position: relative;
	top: -5px;
}

#stopper {
	position: relative;
	width: 900px;
	height: 1px;
	padding-bottom: 47px; /* Hoehe des Footers + Abstand Footer zum Content */
	background-color: transparent;
	clear: both;
}

#footer {
	position: relative;
	margin: auto auto;
	margin-top: -39px; /* Hoehe des Footers */
	width: 900px;
	height: 39px;
	top: 0px;
	background: transparent url(../bilder/footer.gif) no-repeat;
}

.bodytext {
	margin-top: 0px;
}
