/* STRUKTUR */

body {
	background-color: #e9e9e9;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1a1b1f;
}

#page {
	width: 850px;
	margin: 20px auto;
	border: 3px solid #007f52;
	background-image: url(images/bg_page.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;
}

#box_left {
	width: 252px;
	float: left;
}

#box_right {
	width: 568px;
	float: left;
	margin-left: 5px;
	margin-right: 0px;
}

#logo {
	width: 252px;
	height: 207px;
}

#fotos {
	padding-left: 8px;
}

#menu {
	width: 563px;
	margin: 80px 0px 0 0;
	height: 50px;
	padding: 0;
	background-image:url(images/bg_menu.gif);
	background-position: left 25px;
	background-repeat: repeat-x;
	list-style-type: none;
}

#menu li {
	width: auto;
	float: left;
	margin: 0 0px 0 9px;
	padding: 0 9px 0 0px;
	border-right: 1px solid #fd7b15;
	list-style-type: none;
}

#menu li a {
	color: #1a1b1f;
	font-size: 15px;
	text-decoration: none;
}

#menu li a:hover, #menu li a.aktiv  {
	color: #007f52;
	font-size: 15px;
	text-decoration: none;
}

#content {
	width: auto;
	margin-top: 10px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 420px;
}

#footer {
	background-color: #17ac8b;
	padding: 5px 0px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 25px;
}



/* SONSTIGES */

a {
	color: #007f52;
	text-decoration: underline;
}

a:hover {
	color: #17ac8b;
	text-decoration: none;
}

#footer a {
	color: #fff;
}

h1 {
	color: #007f52;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
}

h3 {
	color: #007f52;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 2px;
}

h6 {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;	
}

.entry {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

input, textarea {
	font-size: 13px;
	padding: 3px;
	border: 1px solid #ddd;
}

input.button {
	background-color: #007f52;
	color: #fff;
	font-weight: bold;
	padding: 3px 7px;
}

input.button:hover {
	background-color: #17ac8b;
	cursor: pointer;	
}

.msg {
	padding: 7px 15px;
	border: 2px solid;
	font-weight: bold;
	background-color: #fff;
}

#ticker {
	padding: 7px 15px;
	font-weight: bold;
	border: 2px solid #c85e0b;
	text-align: center;
	color: #fff;
	background-color: #fd7b15;
	line-height: 18px;
	height: 35px;
	width: 529px;
}

.foto {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.clear {
	clear: both;
}

a img {
	border: none;
}