/* Stylesheet (c)2007 LOGO-SYS AG, im Auftrag von www.brun-mech.ch */


/* ===================================================================== */
/* = Alles zuruecksetzen                                               = */
/* ===================================================================== */

*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* ===================================================================== */
/* = Allgemeines                                                       = */
/* ===================================================================== */

body {
	font-size: 70%;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #666666;
	text-align: center;
}

/* Links */
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

/* Footer-Links */
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration: none;
}

/* Rootline-Links */
.rootline a:link, .rootline a:visited {
	color: #666666;
	text-decoration: none;
}
.rootline a:hover, .rootline a:active {
	color: #000000;
	text-decoration: none;
}
.rootline {
	color: #666666;
}

/* Absaetze */
p {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

html, body {
    height: 100%;
}

h1 {
	font-size: 180%;
	line-height: 1.6em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	margin-bottom: 6px;
}

ul {
	list-style-position: inside;
}

.csc-textpic-caption {
	font-size: 90%;
	color: #444444;
}

/* ===================================================================== */
/* = Layout                                                            = */
/* ===================================================================== */

#background {
	position: relative;
	width: 900px;
	margin: auto auto;
	text-align: center;
	background-image: url(../bilder/back.gif);
	background-repeat: no-repeat;
	padding-top: 72px;	
}

#wrapper {
	position: relative;
	width: 800px;
	margin: auto auto;
	background-color: #E0E0E0;
	border-top: solid 1px #FFCC00;
	border-right: solid 1px #FFCC00;
	border-left: solid 1px #FFCC00;
	background-image: url(../bilder/content.gif);
	background-repeat: repeat-y;
}

#content {
	position: relative;
	width: 800px;
	text-align: left;
}

.rootline {
	margin-bottom: 12px;
}

#header {
	position: relative;
	width: 800px;
	height: 179px;
	clear: both;
	background-image: url(../bilder/header.gif);
	background-repeat: no-repeat;
}

#navigation {
	padding-left: 10px;
	padding-right: 10px;
}

#stopper {
	position: relative;
	width: 800px;
	height: 1px;
	background-color: transparent;
	clear: both;
}

#footerback {
	position: relative;
	width: 900px;
	margin: auto auto;
	text-align: center;
	background-image: url(../bilder/footerback.gif);
	background-repeat: no-repeat;
	padding-bottom: 72px;
}

#footer {
	position: relative;
	width: 800px;
	height: 26px;
	margin: auto auto;
	background-color: #E0E0E0;
	border-right: solid 1px #FFCC00;
	border-left: solid 1px #FFCC00;
	border-bottom: solid 1px #FFCC00;
	background-image: url(../bilder/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 24px;
	font-size: 90%;
}

#leftcol {
	position: relative;
	width: 155px;
	float: left;
	padding-left: 35px;
	padding-right: 33px;
}

#rightcol {
	position: relative;
	width: 544px;
	float: left;
}