

/* Layout allgemein */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #f0efec;
	background-image: url(img/layout/page_bgnd.png);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.70em;
}

a:link {color:black; text-decoration:none}
a:visited {color:black; text-decoration:none}
a:active {color:black; text-decoration:none}
a:hover {color:black; text-decoration:underline}

a img { border: none }

a.topnav1 { background-color: #e7e5e0 }
a.topnav2 { background-color: #ceccc1 }
a.topnav3 { background-color: #b6b2a1 }
a.topnav4 { background-color: #9d9982 }
a.topnav5 { background-color: #857f63 }

/* Navigation links */
#leftnav {
	background-image: url(img/layout/leftnav_bgnd.png);
	background-repeat: repeat-y;
	padding: 1em 10px 1em 0;
	margin-top: 1em;
	margin-right: -10px;
}
div.leftnavheadline {
	padding: 0 16px 0 0;
	font-weight: bold;
	margin-bottom: 6px;
}
a.leftnav, a.leftnavactive {
	display: block;
	text-align: right;
	padding: 0 16px 0 0;
	color: #1b1b1f;
	margin: 4px 0;
}
a.leftnavactive {
	background-image: url(img/layout/active_navpoint.gif);
	background-position: right center;
	background-repeat: no-repeat;
  font-weight: bold;
}

/* Layout Startseite - Top-Navigation */
#start-topnav {
	width: 895px;
	height: 30px;
	margin: auto;
}
#start-topnav a {
	display: block;
	float: right;
	width: 100px;
	line-height: 20px;
	text-align: center;
	color: #1b1b1f;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
}

/* Layout Startseite - Sprach-Navigation */
#start-langnav {
	width: 895px;
	height: 23px;
	margin: auto;
}
#start-langnav a {
	display: block;
	float: left;
	padding: 0 8px 0 0;
	color: #857f63;
	font-weight: bold;
	text-decoration: none;
}

/* Layout Startseite - Content-Bereich */
#start-content {
	width: 895px;
	height: 700px;
	margin: auto;
	background-color: #9e987f;
	background-image: url(img/layout/start_content_bgnd.jpg);
	background-repeat: no-repeat;
}
#start-logo {
	margin-left: 494px;
	padding-top: 30px;
	height: 42px;
}
#start-hline {
	background-color: #c7c5bc;
	height:1px;
}
#start-text {
	margin-left: 494px;
	padding-top: 20px;
}
#start-logogallery {
	width: 270px;
	margin-top: 80px;
}
#start-logogallery td {
	text-align: right;
	color: #39362b;
}

/* Layout Folgeseiten - Top-Navigation */

td.v-edge {
	width: 3px;
	background-image: url(img/layout/v_edge_bgnd.gif);
	background-repeat: repeat-y;
}

#topnav {
	float: right;
	background-image: url(img/layout/topnav_bgnd.png);
}
#topnav td {
	vertical-align:top;
}
#topnav a {
	display: block;
	width: 97px;
	line-height: 20px;
	text-align: center;
	color: #1b1b1f;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
}