/*
Farbe deko oben: #5A0000
farbe hintergrund: #FF0000
farbe deko rechts: #804000
*/

/*======================
         Basis
======================*/
html, body, div {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

html, body {
	height: 100%;
}

/*=====================
         Design
======================*/

body {
	background-image: url(grad2.png);
}

#deko {
	padding-top: 5px;
	height: 40px;
	color: white;
	font-weight: bold;
}

#pane_start {
	position: absolute;
	left: 240px;
	right: 240px;
	bottom: 0px;
	top: 40px; /*Top bitte mit der height von "deko" abstimmen!!!*/
	background-image: url(grad.png);
	border: 3px groove #B22222;
	border-bottom: none;
        height:780px;
        min-width:600px;
}

#pane {
	position:absolute;
	left: 240px;
	right: 240px;
	bottom: 0px;
	top: 40px; /*Top bitte mit der height von "deko" abstimmen!!!*/
	background-image: url(grad.png);
	border: 3px groove #B22222;
        min-width:600px;
        height:630px;
}


/*===============================
         Eingang
=============================*/

#pics {
	position: absolute;
	width: 50%;
	left: 0px;
	padding-left: 80px;
}

#nav {
	position: absolute;
	left: 50%;
	right: 0px;
	padding-left: 50px;
}

#nav a, #nav a:link{
	display: list-item;
	list-style: disc;
	color: yellow;
	text-decoration: none;
	font-size: 109%;
}

#nav a:active, #nav a:focus, #nav a:hover {
	text-decoration: underline;
}

#pics img {
	margin-top: 5px;
	display: block;
}

#impressum {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#impressum a, #impressum a:link {
	color: white;
	text-decoration: none;
	font-size: small;
}

#impressum a:active, #impressum a:focus, #impressum a:hover {
	text-decoration: underline;
}


/*===============================
         Seiten
=============================*/

#nav_sub {
	margin-top: 15px;
	margin-left: 10px;
	width: 100%;
	height: 100px;
	float: none;
}


#content {
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 30px;
	padding-bottom: 20px;
	bottom: 0px;
	top: 90px;
	left: 0px;
	right: 0px;
	overflow: auto;
	color: yellow;
	border-top: 3px double maroon;
	text-align: center;
}


#nav_sub a, #nav_sub a:link{
	color: black;
	display: inline;
	text-decoration: none;
	float: left;
	width: 18%;
	border-left: 3px double maroon;
	padding: 3px;
}

#nav_sub a:active, #nav_sub a:focus, #nav_sub a:hover {
	text-decoration: underline;
}

#Busch {
	position: relative;
	text-align: right;
	padding-right: 350px;
	letter-spacing: 2px;	
}

#content h1 {
	font-size: medium;
	color: #FFB731;
	text-align: left;
}

#content div {
	text-align: left;
}

#content img {
	margin-bottom: 20px;
}

#Gewerk {
	padding-bottom: 20px;
	font-size: 14px;
	color: #FFB731;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	float: none;
}

#Gewerk span {
	display: list-item;
}
