/* Stylesheet (c)2007 LOGO-SYS AG, im Auftrag von www.schuppisser.ch */


/* ===================================================================== */
/* = Alles zuruecksetzen                                               = */
/* ===================================================================== */
* {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

/* ===================================================================== */
/* = Allgemeines                                                       = */
/* ===================================================================== */
body {
	font-size: 75%;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #61b4e8 url(../bilder/bg.gif) repeat-x top center;
	text-align: center;
}

/* Links */
a:link, a:active, a:visited {
	color: #56b400;
	text-decoration: none;
}
a:hover {
	color: #56b400;
	text-decoration: underline;
}

/* Rootline */
#rootline {
	margin-bottom: 1.6em;
}

#rootline .rl_before a:link, #rootline .rl_before a:active, #rootline .rl_before a:visited {
	color: #61b4e8;
	text-decoration: none;
}

#rootline .rl_before a:hover {
	color: #61b4e8;
	text-decoration: underline;
}

#rootline .rl_active a:link, #rootline .rl_active a:active, #rootline .rl_active a:visited {
	color: #56b400;
	text-decoration: none;
}

#rootline .rl_active a:hover {
	color: #56b400;
	text-decoration: underline;
}


/* Absaetze */
p {
	line-height: 1.6em;
	margin: 1.6em 0;
}

h1 {
	font-size: 160%;
	font-weight: lighter;
	color: #56b400;
	margin-bottom: 30px;
}

.blue {
	color: #61b4e8;
}

.green {
	color: #56b400;
}

html, body {
  	height: 100%;
}

ul {
/*	list-style-position: inside; */
}

/* ===================================================================== */
/* = TYPO Styles Hacks for IE                                          = */
/* ===================================================================== */

*+html div.csc-textpic-imagewrap {
	clear: both;
	margin-bottom: 20px;
}

*+html div.csc-textpic-text p.bodytext {
	margin: 0;
}

* html div.csc-textpic-imagewrap {
	clear: both;
	margin-bottom: 20px;
}

* html div.csc-textpic-text p.bodytext {
	margin: 0;
}

/* ===================================================================== */
/* = Layout                                                            = */
/* ===================================================================== */
#wrapper {
	position: relative;
	width: 910px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto;
	background: transparent url(../bilder/content_bg.gif) repeat-y;

}

#header {
	position: relative;
	width: 910px;
	height: 282px;
	background: url(../bilder/header.gif) no-repeat;}

#content {
	position: relative;
	top: 35px;
	left: 40px;
}	

#leftcol {
	position: relative;
	width: 185px;
	margin-right: 37px;
	float: left;
}

#rightcol {
	position: relative;
	width: 610px;
	float: left;
	top: -4px;
}

#stopper {
	position: relative;
	width: 910px;
	height: 1px;
	padding-bottom: 150px;
	background-color: transparent;
	clear: both;
}

#footer {
	position: relative;
	width: 910px;
	height: 101px;
	margin: auto auto;
	background: url(../bilder/footer.gif) no-repeat top center;
	z-index: 2;
}

#footer_bg {
	position: relative;
	width: 100% !important;
	height: 101px;	
	margin: auto auto;
	margin-top: -101px;
	text-align: center;
	background: url(../bilder/footer_bg.gif) repeat-x top center;
	z-index: 1;
}

#footer_box {
	position: relative;
	top: 19px;
	margin-left: 262px;
	text-align: left;
	line-height: 1.6em;
}

* html #footer_box {
	margin: 19px 0 0 262px;
	top: 0px;
}

.block {
	margin-right: 75px;
	float: left;
}

/* ===================================================================== */
/* = Navigation                                                        = */
/* ===================================================================== */

#navigation {
	position: relative;
	width: 185px;
	z-index: 10 !important;
}

.mainnav {
	list-style-type: none;
	list-style-position: outside;
 	color: #56b400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	text-decoration: none;
}

.active a {
	background: url(../bilder/nav_bg.gif) repeat;
	width: 171px;
	height: 24px;
	text-align: right;
	padding: 6px 7px 0 0;
	display: block;
	text-decoration: none;
	color: #61b4e8;
	border-bottom: 1px solid #61b4e8;
	border-left: 7px solid #61b4e8;
	margin-bottom: 1px;
	text-decoration: none;	
}

.passive a {
	background: url(../bilder/nav_bg.gif) repeat;
	width: 171px;
	height: 24px;
	text-align: right;
	padding: 6px 7px 0 0;
	display: block;
	text-decoration: none;
	color: #56b400;
	border-bottom: 1px solid #56b400;
	border-left: 7px solid #56b400;
	margin-bottom: 1px;
	text-decoration: none;	
}

/* IE6 - loves to entertain you */
* html #navigation .active a {
	text-decoration: none;
	padding-bottom: 4px;
}

* html #navigation .passive a {
	height: 30px;
}

.passive a:link, .passive a:active, .passive a:visited {
	color: #56b400;
	text-decoration: none;
}

.passive a:hover {	
	color: #61b4e8;
	text-decoration: none;
}

.subnav {
	list-style-type: none;
	list-style-position: outside;
 	color: #56b400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-bottom: 1px solid #61b4e8;
	margin: -2px 0 1px 0;
	padding: 15px 0 4px 0;
	background: url(../bilder/nav_bg.gif) repeat;
	border-left: 7px solid #61b4e8;
	text-decoration: none;	
}

/* IE 6 - Applause! */
* html #navigation .subnav {
	width: 171px;
}

.subactive a {
	background-image: none;
	width: 171px;
	height: 20px;
	text-align: right;
	padding: 0 7px 0 0;
	border: none;
	display: block;
	color: #61b4e8;
	text-decoration: none;	
}

/* IE 6 - Bonus applause! */
* html #navigation .subactive a {
	width: 164px;
}

.subpassive a {
	background-image: none;
	width: 171px;
	height: 20px;
	text-align: right;
	padding: 0 7px 0 0;
	border: none;
	display: block;
	text-decoration: none;	
}

/* IE 6 - Standing up and applause! */
* html #navigation .subpassive a {
	width: 164px;
}

.subpassive a:link, .subpassive a:active, .subpassive a:visited {
	color: #56b400;
	text-decoration: none;
}

.subpassive a:hover {
	color: #61b4e8;
	text-decoration: none;
}

/* ===================================================================== */
/* = Tabellen                                                          = */
/* ===================================================================== */

table.contenttable {
	border-width: 1px;
	border-style: inset;
	border-collapse: collapse;
	background-color: #1c3645;
}
table.contenttable th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: rgb(97, 180, 232) !important;
	background-color: #1c3645;
}
table.contenttable td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: rgb(97, 180, 232) !important;
	background-color: #1c3645;
}

table.contenttable p {
	margin: 0;
}

