 /* Common-document-styles */

body {
	font-family: Verdana, Arial, sans-serif;;
	font-size: 12px;
	margin: 3px;
	padding: 0;
	background-color: #000000;
	color: #ff8080;
	vertical-align: middle;
}

a {
}

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

.notinuse {
	letter-spacing: 0px;
}


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

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

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

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


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


th, td {
	font-size: 12px;
	color: #000000;
}

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 {
}

h2 {
}

h3 {
}

h4 {
}

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

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

.text_nowrap {
	white-space: nowrap;
}

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

.button_big {
	width: 190px;
}

.button_medium {
	width: 150px;
}

.button_small {
	width: 110px;
}


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

/* Der Hintergrund über den gesamten Inhalt
   Ist nur vertikalen und horizontalen positionieren in einer Seitengrossen
   Tabellen-Zelle */
#layout_container_all {
	position: relative;
	width: 100%;
	height: 440px;
	margin: 0px;
	border-width: 1px;
	border-color: #404040;
	border-style: solid;
	color: #000000;
}

#layout_container_head {
	height: 30px;
	background-color: #333366;
	color: #ffffff;
	font-size: 110%;
	line-height: 26px;
}

#layout_head_left {
	float: left;
	margin-left: 8px;
}
 
#layout_head_right {
	float: right;
	margin-right: 15px;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
} 

#layout_container_content {
	height: 380px;
	background-color: #cccccc;
	color: #000000;
}

#layout_container_content h1 {
	margin: 10px 0px 10px 0px;
	font-size: 18px;
	text-align: center;
	color: #000000;
}

#layout_container_content h2,
#layout_container_content h3,
#layout_container_content h4 {
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	text-align: center;
}

#layout_container_content p {
	color: #000000;
}

/* Der Container, der den linken Inhalt umfaßt (inklusive Überschrift )*/
#layout_content_left {
	margin: 10px 30px 10px 30px;
	font-size: 12px;
	line-height: 16px;
}

/* Scroll-Container um linken Textblock unterhalb der In-Inhalt-Überschrift */
#layout_content_left .contenttext_scrollable_belowheadline {
	padding: 5px;
	height: 300px;
	overflow: auto;
}

/* Scroll-Container links für Seiten ohne Überschrift (z.B. Galerie) */
#layout_content_left .contenttext_scrollable_noheadline {
	padding: 5px;
	height: 350px;
	overflow: auto;
}

/* Der Container, der den rechten Inhalt umfaßt (inklusive Überschrift )*/
#layout_content_right {
	margin: 10px 30px 10px 30px;
	font-size: 12px;
	line-height: 16px;
}

/* Scroll-Container um rechten Textblock unterhalb der In-In-Überschrift */
#layout_content_right .contenttext_scrollable_belowheadline {
	padding: 5px;
	height: 300px;
	overflow: auto;
}

/* Scroll-Container rechts für Seiten ohne Überschrift (z.B. Galerie) */
#layout_content_right .contenttext_scrollable_noheadline {
	padding: 5px;
	height: 350px;
	overflow: auto;
}

#layout_content_center img {
	display: block;
	margin: 6px 5px 6px 5px;
	border-width: 1px;
	border-color: #808080;
	border-style: solid;
}

#layout_container_foot {
	height: 30px;
	background-color: #333366;
	color: #ffffff;
	line-height: 28px;
}

#layout_foot_left {
	float: left;
	margin-left: 0px;
}
 
#layout_foot_right {
	float: right;
	margin-right: 18px;
	vertical-align: top;
	font-size: 12px;
	font-weight: default;
} 

.thumbs_image {
	float: left;
	margin: 5px 8px 5px 0px;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #b07010;
}

.thumbs_description {
	margin-top: 8px;
}

.gallery_jumpbar {
	margin: 5px 10px 5px 10px;
	text-align: center;
}

/**
 *	Die Navigationspunkt in der Navigation (Fußzeile).
 *
 *	Alle Nav-Punkte verwenden eine gemeinsame Klasse: navigation_top_common
 *
 *	Dann gibt es noch eine für on und eine für off
 */
/*
a:visited {
    color: #b07010;
    font-weight: bold;
}

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

a:hover {
    color: #c0c0c0;
    font-weight: bold;
}
*/
a.navigation_top_common,
a.navigation_top_common:link,
a.navigation_top_common:visited,
a.navigation_top_common:visited,
a.navigation_top_common:active {
	display: block;
	float: left;
	font-size: 13px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a.navigation_top_on {
}

a.navigation_top_off {
}


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