html
{
	overflow-y: scroll;
}

html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #1a171b;
	position: relative;
	line-height: 150%;
	background: #355882;
}

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

a
{
	color: #000;
	outline: none;
}

a:hover
{
  text-decoration: none;
}

img
{
	border: 0px;
}

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

h1,
h2
{
	color: #00628b;
	font-size: 12px;
	padding-bottom: 2px;
	margin: 0px 0px 10px 0px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

h3
{
	padding: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #000e2b;
	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: 189px;
	margin-top: 0px;
	background: url( ../images/menue_hintergrund.png ) repeat-x #08678f;
	text-align: left;
	padding: 5px 50px 5px 10px;
}

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

#head_menue .untermenue_box_1 li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	background: url( ../images/margker_untermenue.png ) no-repeat 10px 11px;
	padding-left: 10px;
}

#head_menue .untermenue_box_1 a
{
	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
{
	color: #e7a821;
}

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

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;
	width: 958px;
	padding: 0px;
	position: relative;
	background: url( ../images/box_hintergrund_oben.png ) repeat-y;
}

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

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

#header_bild
{
	position: absolute;
	top: 0px;
	left: 1px;
}

#logo
{
	position: absolute;
	top: 9px;
	left: 13px;
}

#head_menue
{
	position: relative;
	background: #000e2b;
	margin: 175px 7px 0px 1px;
	padding: 2px 0px 5px 230px;
	text-align: center;
}

#liste_menue
{
	position: relative;
	margin: 0px 0px 0px auto;
	width: auto;
	padding: 0px;
}

#head_menue li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	margin: 3px 10px 0px 10px;
}


#head_menue li a
{
	color: #fff;
	text-decoration: none;
	padding: 4px;
	/*text-transform: uppercase;*/
}

#head_menue li a.aktiver_menuelink,
#head_menue li a:hover
{
	color: #e7a821;
}
/* ~~~ / HEADER ~~~ */

#contentbereich
{
	min-height: 520px;
	width: 930px;
	margin-left: 1px;
	background: url( ../images/box_hintergrund_mitte.jpg ) no-repeat;
}

#seitenleiste
{
	padding: 0px 20px;
	width: 186px;
	float: left;
}

#seitenleiste .seitenbox_head
{
	height: 17px;
	width: 187px;
	padding: 4px 0px;
	text-align: center;
	background: url( ../images/seitenbox_head.png ) no-repeat;
}

#seitenleiste .seitenbox_content
{
	width: 177px;
	padding: 10px 4px;
	background: #d9e5ea;
	border: 1px solid #000e2b;
	color: #000e2b;
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px;
}

#seitenleiste a
{
	color: #bf0000;
}

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

/* ~~~ CONTENT ~~~ */
#textbereich
{
	width: 675px;
	float: right;
}

.content_inhalt
{
	padding: 30px 0px;
	width: 675px;
	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 #000e2b;
	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: 898px;
	clear: both;
	color: #000;
	background: url( ../images/box_hintergrund_unten.png ) no-repeat;
}

#footer .weiss
{
	color: #fff;
}

#footer .weiss a
{
	color: #fff;
}

.breite_content
{
	width: 675px;
}

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

#kontaktformular input,
#kontaktformular select,
#kontaktformular textarea
{
	border: 1px solid #000e2b;
	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,
#registrierung_presse input.kontaktformular_button,
#registrierung_partner input.kontaktformular_button
{
	cursor: pointer;
	width: 125px;
	color: #fff;
	background: #00628c;
	border: 1px solid #00628c;
	padding: 1px 5px;
}

#kontaktformular input.kontaktformular_button:active,
#registrierung_presse input.kontaktformular_button:active,
#registrierung_partner input.kontaktformular_button:active
{
	background: #000e2b;
}

.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: 10px;
	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;
	margin-bottom: 40px;
}

.neuigkeit h1
{
	margin: 0px 0px -3px 0px;
	padding: 0px;
}

.datum
{
	font-size: 11px;
	font-weight: normal;
	color: #e5aa22;
}

.hidden
{
	display: none;
}

.linie
{
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #000;
	margin-top: 20px;
}

#registrierung_presse label,
#registrierung_partner label
{
	margin-top: 15px;
}

#registrierung_presse .fehler,
#registrierung_partner .fehler
{
	padding-top: 0px;
}

.download_beschreibung
{
	background: #001331;
	color: #fff;
	padding: 2px 0px;
}

.download_tablle td
{
	text-align: center;
	font-size: 11px;
}

.download_tablle td.txt_left
{
	text-align: left;
}

/* ~~~ / FOOTER ~~~ */
