/* Standart CSS - Optimiert für Mozilla Browser */

/* Allgemeine Standarts */
* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	list-style: none;
}

body {
	background-color: #F6F059;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2 {
	font-size: 1.6em;
	text-align: left;
	border-bottom: 2px solid #69682C;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.05em;
}

h6 {
	font-size: 1.05em;
}

p {
	margin-bottom: .8em;
}

a {
	color: #000;
}

h2, h3, h4, h5, h6 {
	color: #69682C;
}

.brclear { /* Use a break with this class to clear float containers */
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

/* Site Boxes - Big One's */
#wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background-image: url(../images/background_wrapper.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding-bottom: 5px;
}

#header {
	width: 1000px;
	height: 320px;
	background-image: url(../images/logo_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.brclear { /* Use a break with this class to clear float containers */
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}


/* Not visible Elements */
#header h1 {
	position: absolute;
	left: -5000px;
}

div.fastnavi {
	position: absolute;
	left: -5000px;
	top: 0;
}

/* Naviagtion */
#navigation {
	width: 1010px;
	position: absolute;
	top: 230px;
	background-image:gh url(../images/navi.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 53px;
}

.nav {
	position: relative;
	width: 100%;
	height: 50px;
}

.nav a {
	color: #69682C;
}

.nav li ul a {
	color: #69682C;
}

.parent {
}

.button {
	width: 150px;
	float: left;
}

.dropdown li {
	background-image: url(../images/navi_drop.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 42px;
	padding-top: 18px;
}

/* Content */
#con {
	width: 1000px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/content_middle.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#content {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

#content_top {
	background-image: url(../images/content_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#content_bottom {
	background-image: url(../images/content_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

div.contentbox {
	border-bottom: 6px double #69682C;
}

/* Footer */
#footer {
	width: 100%;
	text-align: center;
	font-size: small;
}

#footer img {
	border: 2px solid #000;
}