@charset "UTF-8";
/* CSS Document */

body {
	background:#fff;
	margin:0px;
	padding:0px;
	border:0px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;
	background-image:url(../img/wald.jpg);
	background-repeat:repeat;
	text-align:center
}

h1 {
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:left;
	margin:0;
	padding-bottom:20px;
	padding-top:25px;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	padding-left:70px;
	font-family:"Times New Roman", Times, serif;
}

p {
	text-align: justify;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding-bottom:12px;
	padding-left:70px;
	color: #666666;
}

ul {
	padding-bottom:12px;
	color: #666666;
	padding-left:85px;
}

ul, li {
	text-align:left;
	font-size:12px;
	line-height:18px;
	margin:0;
	color: #666666;
}

table, tr, td {
	vertical-align:top;
}

#content {
	margin:0 auto;
	text-align:center;
	width:820px;
	background-color:#FFFFFF;
	height:auto;
	padding-bottom:30px;
	padding-top:30px;
	border-left: 1px solid #ee7d0c;
	border-right: 1px solid #ee7d0c;
}

#text {
	position:relative;
	width:620px;
	text-align:left;
}

#content a {
	text-decoration:none;
	color:#999999;
}

#content a:hover {
	text-decoration:underline;
	color:#666;
}

#navigation {
	line-height:28px;
	padding-top:20px;
}

#navigation a {
	text-decoration:none;
	color: #ee7d0c;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	text-align: center;
	padding-bottom:3px;
	border-bottom:1px solid #fff;
	padding-left:5px;
	padding-right:5px;
}

#navigation a:hover {
	text-decoration:none;
	color:#ee7d0c;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-bottom:3px;
	border-bottom:1px solid #ee7d0c;
}

#navigation a.active {
	text-decoration:none;
	color:#ee7d0c;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-bottom:3px;
	border-bottom:1px solid #ee7d0c;
}

#bottom {
	text-align:center;
	border-top:1px solid #CCC;
	font-size:10px;
	color:#666;
}

.logo {
	margin-top:50px;
}

.left {
	text-align:left;
}
