/* 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;
	text-align: center;
}

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

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

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

#rootline a:link, 
#rootline a:active, 
#rootline a:visited,
#rootline_last a:link, 
#rootline_last a:active, 
#rootline_last a:visited {
	color: #039 !important;
	text-decoration: none !important;
	text-align: center !important;		
}
#rootline a:hover, 
#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;
}

/* 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;
	margin: auto auto;
}

#header {
	display: none;
}

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

#leftcol {
	display: none;
}

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

.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;
}

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

#stopper {
	display: none;
}

#footer {
	position: relative;
	color: #039;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #666;
	padding-top: 10px;
}

#print_icon {
	display: none;
}



/* ===================================================================== */
/* = 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;		
}

