 /* Common-document-styles */

body {
	font-family: Verdana, Arial, sans-serif;;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ffffff;
	background-image: url( ../gfx/bg-body.gif );
	background-position: center top;
	background-repeat: repeat-x;
	color: #404040;
}

a {
}

a.intext {
	letter-spacing: 0px;
}

.notinuse {
	letter-spacing: 0px;
}


a:link {
    color: #808080;
/*    text-decoration: none; */
    font-weight: bold;
}

a:visited {
    color: #808080;
    font-weight: bold;
}

a:active {
    color: #a0a0a0;
    font-weight: bold;
}

a:hover {
    color: #a0a0a0;
    font-weight: bold;
}


p {
	margin: 8px 0px 8px 0px;
	padding: 0px;
	text-indent: 0px;
    text-align: left;
    text-align: justify;
}


th, td {
}

img {
	border-width: 0px;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

input {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

textarea {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #0302DA;
}

h2 {
	font-size: 120%;
	margin: 20px 0px 15px 0px;
}

h3 {
	color: #0302DA;
}

h4 {
	color: #0302DA;
}

ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}


.text_color_gold {
	color: #999966;
}

.text_color_default {
	color: #484848;
}


/* Textfarbe für Texte, die sich direkt auf beide Häsuer beziehen */
.text_color_both {
	color: #7a7a4e;
}

.text_nowrap {
	white-space: nowrap;
}

.text_error {
	color: #800000;
	font-weight: bold;
}

.text_contact_value {
	color: #000000;
}


.text_style_italic {
	font-style: italic;
}

.text_between_images {
	margin-left: 30px;
	margin-left: 15px;
}

.text_centered {
	text-align: center;
}

.image_content {
	border: 0px;
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

.button_big {
	width: 190px;
}

.button_medium {
	width: 150px;
}

.button_small {
	width: 110px;
}


/**
 *	Styles, die das Seitenlayout allgemein beschreiben.
 */

/* Der Hintergrund über den gesamten Inhalt */
#layout_container_all {
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	border-width: 0px;
	border-color: #a0a0a0;
	border-style: solid;
}

/* Seitenkopf. Enthält Logo, Titelbild und die zwei Überschrift */
#layout_container_head {
	position: relative;
	height: 310px;
}

/* Logo in #layout_container_head */
#logo_head {
	position: absolute;
	left: 8px;
	top: 44px;
}

/* Überschrift in #layout_container_head */
#headline {
	position: absolute;
	left: 333px;
	top: 47px;
	font-size: 145%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Logo in #layout_container_head; Wichtig: Ragt nach unten in den Inhalt raus! */
#image_head {
	position: absolute;
	left: 320px;
	top: 77px;
	width: 527px;
	height: 156px;
}

/* Überschrift in #layout_container_head */
#subheadline {
	position: absolute;
	left: 323px;
	top: 245px;
	width: 525px;
	font-size: 145%;
	margin: 0px;
	padding: 0px;
	color: #0302DA;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
}


/* Unterhalb des Kopfes: Der Körper; Enthält Navi links und Inhalt rechts */
#layout_container_body {
}

/* Spalte links mit Navigation und kleinem Bild. rechts davon ist layout_content_content*/
#layout_body_leftcolumn {
	float: left;
	padding: 0px 0px 0px 8px;
}

/* Div-Balken für die Navigation. Ist in #layout_container_body */
#layout_navigation {
	width: 183px;
	overflow: hidden;
}

#image_left {
	margin: 30px 0px 0px 12px;
}

/*
 *	Der eigentliche Inhalte im Inhalt
 */

#layout_content_content {
	float: right;
	width: 528px;
	margin: 0px 52px 30px 0px;
	padding: 0px;
}

#layout_content_content h2 {
	font-size: 19px;
}

/* Die Fusszeile am unteren Browserrand */
#layout_container_footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px 0px 10px 0px;
	z-index: 10;
    background-color: #333333;
	color: #ffffff;
	text-align: center;
	position: fixed;
}

/**
 *	Die Navigationspunkt in der Nav oben.
 *
 *	Alle Nav-Punkte verwenden eine gemeinsame Klasse: navigation_top_common
 *
 *	Dann gibt es noch eine für on und eine für off
 */

a.navigation_top_common,
a.navigation_top_common:link,
a.navigation_top_common:visited,
a.navigation_top_common:active,
a.navigation_top_common:hover {
	display: block;
	font-size: 14px;
	margin: 1px 0px 1px 0px;
	padding: 5px 0px 8px 26px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url( /gfx/navlink-bg-common.png );
}

a.navigation_top_on,
a.navigation_top_on:link,
a.navigation_top_on:visited,
a.navigation_top_on:active,
a.navigation_top_on:hover {
	font-weight: bold;
	background-image: url( /gfx/navlink-bg-on.png );
}

a.navigation_top_off,
a.navigation_top_off:link,
a.navigation_top_off:visited,
a.navigation_top_off:active,
a.navigation_top_off:hover {
	font-weight: normal;
}


#layer_map {
	width: 560px;
	height: 400px;
	background-color: #d0d0d0;
	border-width: 1px;
	border-color: #404040;
	border-style: solid;
}

