 /* Common-document-styles */

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height:19px;
	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-repeat: repeat-x; */
	color: #404040;
}

a {
	color: #c00000;
}

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

.notinuse {
	letter-spacing: 0px;
}


a:link {
	color: #c00000;
	text-decoration: none;
}

a:visited {
	color: #a00000;
	text-decoration: none;
}

a:active {
	color: #c08080;
	text-decoration: none;
}

a:hover {
	color: #909090;
}


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


th, td {
}

img {
	border-width: 0px;
}

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

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

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

h1 {
}

h2 {
}

h3 {
}

h4 {
	color: #c00000;
	margin-top: 3px;
}

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: #c00000;
	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 {
	width: 920px;
	margin: 0 auto 0 auto;
	border-width: 0px;
	background-color: #ffffff;
	background-image: url( ../gfx/page_bg_full.png );
	background-repeat: repeat-y;
}

/* Div-Balken für das Bild ganz oben */
#layout_bar_head {
	position: relative;
	clear: both;
	height: 115px;
	text-align: center;
}

#layout_head_text_left {
	position: absolute;
	left: 73px;
	top: 40px;
	text-align: left;
}


#layout_head_logo_right {
	position: absolute;
	left: 700px;
	top: 9px;
	text-align: left;
}


/* Div-Balken für die Navigation */
#layout_bar_navigation {
	clear: both;
	height: 35px;
	text-align: center;
	margin: 8px 0px 30px 0px;
	padding: 0px 0px 0px 66px;
}


/* Position der Überschrift innerhalb Ihres Divs */
#layout_content_all h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	color: #c00000;
}


/* Dwer komplette Seiteninhalt. Hauptsächlich für die Begrenzung links/rechts */
#layout_content_all {
	margin: 0px 69px 0px 73px;
}


#layout_footer {
	clear: both;
	height: 15px;
	background-image: url( ../gfx/page_bg_footer.png );
	overflow: hidden;
}


#layout_languageselection {
	text-align: center;
	margin: 8px 0px 5px 0px;
}

.thumbs_catalog {
	margin: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #a0a0a0;
}


.image_language {
	margin: 0px 10px 0px 10px;
	border-width: 0px;
}


#layout_content_right td {
	background-color: #e8e8e8;
}


.text_home_mottodeutsch {
	font-size: 20px;
	color: #404040;
}


.text_home_mottoenglisch {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #c00000;
}


/**
 *	Die Navigationspunkt in der Nav links.
 *
 *	Die verschiedenen Nav-Punkte verwenden identische Klassen.
 *
 *	Es gibt eine Klasse mit den on/off gemeinsamen Punkten, eine nur für on und
 *	eine nur für off.
 */

a.navigation_top_common {
	float: left;
	width: 119px;
	height: 33px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	margin: 0px 6px 0px 7px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	background-color: #f0f0f0;
	color: #000000;
}

a.navigation_top_common_off {
	color: #000000;
	background-image: url( ../gfx/nav_bg_off.png );
}

a.navigation_top_common_on {
	color: #c00000;
	background-image: url( ../gfx/nav_bg_on.png );
}

a.navigation_top_common_off:hover {
	color: #808080;
	background-image: url( ../gfx/nav_bg_on.png );
}
