/* Stylesheet (c)2007 LOGO-SYS AG, im Auftrag von www.trimaco.ch */


/* ===================================================================== */
/* = Alles zuruecksetzen                                               = */
/* ===================================================================== */
*{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

/* ===================================================================== */
/* = Allgemeines                                                       = */
/* ===================================================================== */
body {
	font-size: 10px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #06c url(../images/bg_256_b2.gif) repeat-x;
	text-align: center;
	background-attachment: fixed;
}

/* Links */
a:link, a:active, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Language */
#language a:link, 
#language a:active, 
#language a:visited {
	color: #039;
	text-decoration: none;
}
#language a:hover {
	color: #039;
	text-decoration: underline;
}

/* Quicklinks */
#quicklinks a:link, 
#quicklinks a:active, 
#quicklinks a:visited {
	color: #FFF;
	text-decoration: none;
	text-align: center;		
}
#quicklinks a:hover {
	color: #FFF;
	text-decoration: underline;
	text-align: center;		
}

/* Rootline */
#rootline {
	color: #666 !important;
	float: left;
}

#rootline .root {
	color: #F93 !important;
}

#rootline a:link, 
#rootline a:active, 
#rootline a:visited {
	color: #039 !important;
	text-decoration: underline !important;
	text-align: center !important;		
}
#rootline a:hover {
	color: #F93 !important;
	text-decoration: underline !important;
	text-align: center !important;		
}

#rootline_last a:link, 
#rootline_last a:active, 
#rootline_last a:visited {
	color: #039 !important;
	text-decoration: none !important;
	text-align: center !important;		
}

#rootline_last a:hover {
	color: #F93 !important;
	text-decoration: none !important;
	text-align: center !important;		
}

/* Verzeichnis */
.index a:link, 
.index a:active, 
.index a:visited {
	color: #039 !important;
	text-decoration: none !important;
	text-align: center !important;		
}
.index a:hover {
	color: #F93 !important;
	text-decoration: none !important;
	text-align: center !important;		
}

/* Rightcol */
#rightcol a:link, 
#rightcol a:active, 
#rightcol a:visited {
	color: #F93;
	text-decoration: none;
}
#rightcol a:hover {
	color: #F93;
	text-decoration: underline;
}

/* Footer */
#footer a:link, 
#footer a:active, 
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Absaetze */
p {
	color: #039;
	line-height: 1.6em;
	margin: 1.6em 0;
}

.p {
	color: #039;
	line-height: 1.6em;
	clear: left;
	margin: 35px 0 0 0;
}

/* Titel */
h1 {
	color: #F93;
	font-size: 20px;
	margin: 50px 0 0 0;
	line-height: 26px;
	clear: left;
}
	
h2 {
	color: #F93;
	font-size: 20px;
	line-height: 26px;
	clear: left;	
}
	
.imgentry h1 a {
	color: #F93;
	font-size: 20px;
	margin: 20px 0 0 0;
}

/* Eintraege formatieren */
.entry p {
	margin: 5px 0 0 0;
}

.entry h1 {
	margin: 5px 0 0 0;
}

.imgentry p {
	margin: 5px 0 0 0;
}

.imgentry h1 {
	margin: 5px 0 0 0;
}

/* Seitenhoehe */
html, body {
    height: 100%;
}

/* verstecken */
.hidden {
	display: none;
}


/* ===================================================================== */
/* = Layout                                                            = */
/* ===================================================================== */
#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 900px;
	background: url(../images/bg_wrapper.gif) no-repeat;
	margin: auto auto;
}

#header {
	position: relative;
	width: 900px;
	height: 150px;
}

#language {
	position: relative;
	top: 8px;
	text-align: right;
	color: #039;
}

#quicklinks {
	position: relative;
	top: 77px;
	left: 494px;
	width: 300px;
}

.ql {
	position: relative;
	width: 100px;
	float: left;
	text-align: center;
	list-style-type: none;
}

#home {
	position: absolute;
	width: 214px;
	height: 50px;
	top: 22px;
	left: 36px;
}

#content {
	position: relative;
	width: 900px;
	clear: both;
	padding-bottom: 65px; /* Hoehe des Footers */
}	

#leftcol {
	position: relative;
	top: 5px;
	width: 250px;
	height: 488px;
	margin-right: 34px;
	float: left;
	background-image: url(../images/bg_nav.gif);
}

#rightcol {
	position: relative;
	width: 582px;
	float: left;
}

#print_icon {
	float: right;
}

.entry {
	position: relative;
	width: 582px;
	color: #039;
	float: left;
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #666;
}

.imgentry {
	position: relative;
	width: 492px;
	color: #039;
	float: left;
	padding: 20px 0 20px 90px;
	border-bottom: 1px dashed #666;
	background-repeat: no-repeat;
	background-position: left center;
}

.imgentry2 {
	position: relative;
	width: 472px;
	color: #039;
	float: left;
	padding: 10px 0 10px 110px;
	border-bottom: 1px dashed #666;
	background-repeat: no-repeat;
	background-position: left center;
	height: 350;
}

.imgentry3 {
	position: relative;
	width: 492px;
	color: #039;
	float: left;
	padding: 120px 0 220px 120px;
	border-bottom: 1px dashed #666;
	background-repeat: no-repeat;
	background-position: left center;
}

.imgentry4 {
	position: relative;
	width: 492px;
	color: #039;
	float: left;
	padding: 120px 0 280px 120px;
	border-bottom: 1px dashed #666;
	background-repeat: no-repeat;
	background-position: left center;
}

.entry2cols {
	position: relative;
	width: 291px;
	color: #039;
	float: left;
	padding: 5px 0 5px 0;
}

#stopper {
	position: relative;
	width: 900px;
	height: 1px;
	padding-bottom: 70px; /* Hoehe des Footers +5px */
	background-color: transparent;
	clear: both;
}

/* IE6-Hack fuer einheitliches stoppen des Footers */
* html #stopper {
	padding-bottom: 0;
}

/* IE7-Hack fuer einheitliches stoppen des Footers */
*+html #stopper {
	padding-bottom: 0;
}

#footer {
	position: relative;
	margin: auto auto;
	margin-top: -65px; /* Hoehe des Footers */
	width: 900px;
	height: 26px;
	top: 0px;
	color: #FFF;
	background: #999 url(../images/top_footer.gif) no-repeat;
	text-align: center;
	padding-top: 39px;
}


/* ===================================================================== */
/* = Navigation                                                        = */
/* ===================================================================== */
#nav {
	position: relative;
	top: 15px;
	width: 235px;
	border-bottom: 1px solid #FFF;
}

.mainnav {
	list-style-type: none;
	list-style-position: outside;
	color: #FFF;
}

.mainnav li a {
	width: 199px;
	height: 23px;
	padding: 7px 0 0 36px;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-weight: normal;
	display: block;
}

.mainnav li a:link, 
.mainnav li a:visited {
	color: #FFF;
	text-decoration: none;
}

.mainnav li a:active {
	color: #FFF;
	background-image: url(../images/bullet_act.gif);
	text-decoration: none;
}

.mainnav li a:hover {
	color: #FFF;
	background-image: url(../images/bullet_link.gif);
	text-decoration: none;
}	
	
.activesub {
	background: url(../images/bullet_act.gif) no-repeat;
	width: 199px;
	padding: 7px 0 0 36px;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	display: block;
}

.active {
	background: url(../images/bullet_act.gif) no-repeat;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 36px;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-weight: normal;
	display: block;
}

.subnav {
	list-style-type: none;
	list-style-position: outside;
	padding-bottom: 17px;
}

.subnav li a {
	width: 199px;
	height: 100%;
	padding: 7px 0 0 0;
	color: #FFF;
	display: block;
	line-height: 1.4em;	
	border: none;
	font-weight: normal;
}

.subnav li a:link, 
.subnav li a:visited {
	text-decoration: none;
}

.subnav li a:active {
	text-decoration: none;
	color: #039;
	background-image: none;	
}

.subnav li a:hover {
	text-decoration: none;
	color: #039;
	background-image: none;	
}	

.subactive {
	color: #039;
}

.b a {
	font-weight: bold !important;
}	

/* ===================================================================== */
/* = Sitemap                                                           = */
/* ===================================================================== */
.map1st {
	list-style-type: none;
}

.map1st li {
	margin-bottom: 5px;
	font-weight: bold;
}

.map1st li a:link, 
.map1st li a:active, 
.map1st li a:visited {
	color: #039 !important;
	text-decoration: none !important;
	text-align: center !important;		
}
.map1st li a:hover {
	color: #F93 !important;
	text-decoration: none !important;
	text-align: center !important;		
}

.map2nd {
	list-style-type: none;
	margin: 5px 0 20px 20px;
}

.map2nd li {
	font-weight: normal;
}

.map2nd li a:link, 
.map2nd li a:active, 
.map2nd li a:visited {
	color: #039 !important;
	text-decoration: none !important;
	text-align: center !important;		
}
.map2nd li a:hover {
	color: #F93 !important;
	text-decoration: none !important;
	text-align: center !important;		
}

