@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #CCCCCC;
	background-image: url(../images/bg.jpg);
}

a, a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover, a:active {
	color: #990000;
}

#shadow {
	width: 828px;
	background-image:url(../images/shadow.png);
	margin-left: auto;
	margin-right: auto;
}

#edelweiss {
	position: relative;
	width: 135px;
	height: 132px;
	top: 135px;
	left: 720px;
	background-image: url(../images/edelweiss.png);
}

#wrapper {
	width: 800px;
	background-color: #B3B3B3;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 828px;
	height: 19px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}


/* Content-Boxen */

#header {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 200px;
}

#line{
	background-image:url(../images/line.jpg);
	width: 800px;
	height: 20px;
}

#nav {
	float: left;
	width: 200px;
	background-color: #B3B3B3;
}

#content {
	float: right;
	width: 600px;
	min-height: 400px;
	background-color: #FFFFFF;
	/*text-align: justify;*/
	padding-bottom: 50px;
}

#left {
	float: left;
	width: 400px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

#right {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 57px;
}


/* Navigation */

#nav ul {
	padding-left: 30px;
	padding-top: 40px;
}

#nav li {
	list-style-type: none;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #990000;
}

#nav a:link,
#nav a:visited {
	color: #333333;
	text-decoration: none;
}

#nav a:hover,
#nav a:active
{
	color: #990000;
}


/* Inhalt */

#content p {
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#content h1 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

#content h2 {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#content table {
	width: 600px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#content td {
	vertical-align: top;
}

#content ul {
	padding-left: 45px;
	padding-right: 30px;
	padding-bottom: 10px;
}

#line p {
	text-align: right;
	padding-right: 100px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 10px;
	color: #990000;
}

address {
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
}
address:first-line {
	font-weight: bold;
}

/*
#left p {
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#left h1 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

#left h2 {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#left table {
	margin-left: 30px;
}
#left td {
	vertical-align: top;
}

#left ul {
	padding-left: 45px;
	padding-right: 30px;
	padding-bottom: 10px;
}

*/

.fehler {
	color: #990000;
}

hr {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	color: #999999;
}

img {
	text-align: right;
	padding-right: 30px;
}

.leg {
	font-size: 10px;
	color: #333333;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}

.left {
	padding-top: 10px;
	padding-left: 30px;
}

.right {
	padding-right: 30px;
	padding-top: 15px;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

label {
	padding-left: 30px;
}

.spez {
	text-transform: none;
	color: #990000;
}
