
html
{
	overflow-y: scroll;
}

html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #1a171b;
	position: relative;
	line-height: 150%;
	background: url( ../images/hintergrund.gif );
}

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: relative;
}

a
{
	color: #5c6513;
	outline: none;
}

a:hover
{
  text-decoration: none;
}

img
{
	border: 0px;
}

small
{
	margin: 0px;
	font-size: 10px;
}

h1
{
	color: #525a02;
	font-size: 12px;
	padding-bottom: 2px;
	margin: 0px 0px 10px 0px;
	display: block;
	border-bottom: 1px solid #dcdecd;
}

h2
{
	padding: 1px 10px 11px 10px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	margin: 0px;
}

#head_menue .untermenue_box_1,
#head_menue .untermenue_box_2
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	margin-top: -27px;
}

#head_menue .untermenue_box_1
{
	left: 223px;
}

#head_menue .untermenue_box_2
{
	margin-top: -34px;
}

#head_menue .untermenue_box_1 li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#head_menue .untermenue_box_1 a
{
	background: #fbf3cb;
	margin: 4px;
	padding: 4px 8px;
	display: block;
	text-decoration: none;
	width: auto;
	/*text-transform: uppercase;*/
	white-space: nowrap;
}

#head_menue .untermenue_box_1 .untermenue_box_2 a
{
	/*text-transform: uppercase;*/
	white-space: nowrap;
}

#head_menue .untermenue_box_1 li
{
}

#head_menue .untermenue_box_1 a.aktiver_submenuelink,
#head_menue .untermenue_box_1 a:hover,
#head_menue .untermenue_box_2 a.aktiver_submenuelink,
#head_menue .untermenue_box_2 a:hover
{
	background: #fff;
}

#head_menue .untermenue_box a.aktiver_submenuelink
{
	background: #fff;
}

h3
{
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

h4
{
}

h5
{
}

h6
{
}

.hidden
{
	display: none;
}

.txt_center
{
	text-align: center;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.italic
{
	font-style: italic;
}

.block
{
	display: block;
}

.clear
{
	clear: both;
	height: 0px;
	font-size: 1px;
}

.pointer
{
	cursor: pointer;
}

/* ~~~ HEADER ~~~ */
#seitenbereich
{
	margin: 0px auto;
	position: relative;
	width: 745px;
}

* html #seiteninhalt
{
	background-image: url( ../images/box_hintergrund_oben.gif );
}

#seiteninhalt
{
	width: 745px;
	padding: 21px 33px 0px 25px;
	background: url( ../images/box_hintergrund_oben.png ) no-repeat;
}

#header
{
	height: 60px;
	width: 100%;
	position: relative;
}

#logo
{
	position: relative;
}

#head_menue
{
	border-top: 1px solid #dcdecd;
	border-bottom: 1px solid #dcdecd;
	position: relative;
	height: 196px;
	background: url( ../images/menue_hintergrund.jpg ) repeat-y;
	padding: 0px;
	margin: 0px;
}

#liste_menue
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 225px;
	margin-top: 9px;
}

#head_menue li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-top: 3px;
	padding-right: 3px;
}

#head_menue li a
{
	font-weight: bold;
	color: #5c6513;
	text-decoration: none;
	padding: 4px 22px;
	display: block;
	/*text-transform: uppercase;*/
}

#head_menue li a.aktiver_menuelink
{
	background: url( ../images/seitenelemente/menuepunkt.gif ) no-repeat 8px 10px;
}

#head_menue li a:hover
{
	background-color: #fff;
}

#header_bild
{
	position: absolute;
	top: 0px;
	right: 0px;
}
/* ~~~ / HEADER ~~~ */

#contentbereich
{
	background-image: url( ../images/box_hintergrund_mitte.png );
	min-height: 520px;
	border-bottom: 1px solid #dcdecd;
	width: 565px;
	padding-left: 178px;
}

/* ~~~ TEASER ~~~ */
.newsbereich
{
	width: 220px;
	margin-bottom: -20px;
}
/* ~~~ / TEASER ~~~ */

/* ~~~ CONTENT ~~~ */
#textbereich
{
	width: 475px;
	margin: 0px 0px 0px 48px;
}

.content_inhalt
{
	padding: 28px 0px;
	width: 515px;
	height: auto;
	float: left;
	display: block;
}

label
{
	display: block;
	margin: 7px 0px 0px 0px;
}

input,
select,
textarea
{
	padding: 3px 7px;
	width: 276px;
	border: 1px solid #013147;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

select
{
	padding: 2px 0px 2px 7px;
	width: 290px;
}

textarea
{
	height: 100px;
}
/* ~~~ / CONTENT ~~~ */

/* ~~~ FOOTER ~~~ */
#footer
{
	margin: 0px auto 20px auto;
	padding: 5px 30px;
	height: 30px;
	font-size: 11px;
	width: 743px;
	clear: both;
	color: #5c6513;
	background: url( ../images/box_hintergrund_unten.png ) no-repeat;
	position: relative;
}

#kontaktformular label
{
	width: 125px;
	display: inline-block;
}

#kontaktformular input,
#kontaktformular select,
#kontaktformular textarea
{
	border: 1px solid #525a02;
	height: 19px;
	width: 220px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px 4px;
	margin-top: 10px;
}

#kontaktformular select
{
	padding: 2px 0px;
	height: auto;
	width: 280px;
}

#kontaktformular textarea
{
	height: 100px;
	margin-bottom: 15px;
}

#kontaktformular input.kontaktformular_button
{
	cursor: pointer;
	width: 125px;
	color: #fff;
	background: #525a02;
	padding-bottom: 2px;
}

#kontaktformular input.kontaktformular_button:active
{
	background: #f5e796;
	color: #000;
}

.kontaktformular_zeile,
.kontaktformular_zeile_textarea
{
	height: 30px;
	display: block;
}

.kontaktformular_zeile_textarea
{
	height: auto;
}

.richtig
{
	font-size: 10px;
	color: #446e03;
}

.fehler
{
	padding-top: 10px;
	font-size: 9px;
	color: #900;
}

.bewerbung_versenden
{
	text-decoration: underline;
	cursor: pointer;
}

.bewerbung_versenden:hover
{
	text-decoration: none;
}

#sprachauswahl
{
	position: absolute;
	top: 3px;
	left: 22px;
}

.neuigkeit
{
	margin-top: 20px;
}

.datum
{
	font-size: 11px;
	font-weight: bold;
}

.hidden
{
	display: none;
}
/* ~~~ / FOOTER ~~~ */
