/*
 * common.css
 * ======================================================
 * Seitenweite Elemente
 * ======================================================
 *
 */

html {
	min-width: 920px; /* fix: 20080523 */
}

body {
	text-align: center; /* for IE */
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	background-image: url(/share/layout/img/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

body, td, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 12px 15px 0px 0px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 12px 15px 0px 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 12px 15px 0px 0px;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 12px 15px 0px 0px;
}

h5 {
	font-size: 9px;
	font-weight: bold;
	margin: 12px 15px 0px 0px;
}

h6 {
	font-size: 8px;
	font-weight: bold;
	margin: 12px 15px 0px 0px;
}

p {
	clear: left;
	font-size: 11px;
	color: #414f54; /* schrift standardfarbe */
	margin: 12px 15px 0px 0px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 12px;
}

a:link {
	text-decoration: none;
	color: #890b22; /* Hausfarbe */
	background: transparent;
}

a:active {
	color: #890b22; /* Hausfarbe */
	background: transparent;
}

a:visited {
	text-decoration: none;
	color: #890b22; /* Hausfarbe */
	background: transparent;
}

a:hover {
	text-decoration: underline;
	color: #890b22; /* Hausfarbe */
	background: transparent;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 920px;
	
}

#head {
	height: 98px;
	color: #000;
	background-color: #fff;
	background-image: url(/share/layout/img/menu-bg1.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#head #top {
	float: left;
	width: 22px;
	height: 100%;
}

#head #mainmenu {
	border-bottom: 1px solid #526166; /* edelmann dunkelgrau */
	float: left;
	width: 183px; /*215px */
	height: 100%;
	
}

#head #helpmenu {
	border-bottom: 1px solid #526166; /* edelmann dunkelgrau */
	float: left;
	width: 420px;
	height: 100%;
	/*text-align: right;*/
	color: white;
	background-color: white;
}


#head #helpmenu table {
	width: 100%;
	height: 100%;
	
}

#head #helpmenu table td {
	padding-left: 148px;
	vertical-align: bottom;
}

#head #helpmenu.hq {
	background-image: url(/share/layout/img/bildmarke/hqp.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#head #helpmenu.flags table td {
	padding-left: 0px;
}

#head #helpmenu.flags td.selectlang {
	width: 148px;
}

#head #helpmenu.flags td.selectlang div.flagrow1 {
	display: block;
	
	padding-left: 8px;
	padding-bottom: 6px;
	
}

#head #helpmenu.flags td.selectlang div.flagrow2 {
	display: block;
	
	padding-left: 8px;
	padding-bottom: 11px;
}
#head #helpmenu.flags td.selectlang div.flagrow1 a,
#head #helpmenu.flags td.selectlang div.flagrow2 a {
	
}

#head #helpmenu.flags td.selectlang img {
	border: 1px solid #bfc8cc;
}

#head #logo {
	border-bottom: 1px solid #526166; /* edelmann dunkelgrau */
	float: left;
	width: 280px;
	height: 100%;
	color: black;
	background-color: white;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content {

}

#content .noview {
	display: none;
}

#content .clear {
	clear:both;
	overflow:hidden;
}

#content #bildbandrechts {
	float: right;
	width: 715px;
	height: 165px;
}

#content #bildbandlinks {
	float: left;
	width: 162px;
	height: 165px;
}

#content #bildbandlinks div {
	margin-left: 22px;
}

#main {
	float: right;
	width: 568px; /* 4-Sp */

}

#navigation {
	float: left;
	width: 205px;
}

#navigation3 {
	float: left;
	width: 142px;
}

#footnote {
	clear: both;
	margin-top: 0px;
	width: 920px;
}

#footnote .inn {
	margin-left: 205px;
}


#search .inp {
	background-color: silver;
	width: 200px;
}

#search .but {

}

hr {
	/* #414f54 = schrift standardfarbe */
	padding: 0px;
	margin: 0px;
	background-color: #414f54;; /* Mozilla 1.4 */
	color: #414f54; /* IE 6 */
	border: #414f54; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

ul {
	list-style: none;
	margin: 12px 15px 0px 0px;
	padding: 0px;
}

li {
	font-size: 11px;
	background: transparent;
	color: black;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(/share/layout/img/bullet-inv.png);
	background-repeat: no-repeat;
	background-position: left top;
}

li a {
	text-decoration: none;
	background: transparent;
	color: #000;
}

li a:hover {
	background: transparent;
	color: #526166;
}


.hausfarbe {
	color: #890b22; /* Hausfarbe */
}

.standardschrift {
	color: #414f54; /* schrift standardfarbe */
}

/* table*/

#main table {
	/* width: 100%;*/
	border: 0px none;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

#main table td {
	vertical-align: top;
}

/* zu folgenden Spalten: 15px Rand werden von den inhalts-Elementen erzeugt => p ist muss */

.tabelle1Spalte {
	vertical-align: top;
	width: 142px; 
}

.tabelle2Spalten {
	vertical-align: top;
	width: 284px;
}

.tabelle3Spalten {
	vertical-align: top;
	width: 426px;
}

.bildlinks {
	float: left;
	margin: 0px 10px 10px 0px;
}

.bildclearlinks {
	clear: left;
	float: left;
	margin: 0px 10px 10px 0px;
	
}

.bildrechts {
	float: right;
	margin: 0px 0px 10px 10px;
}

.spartentabelle {
	margin: 0px;
	padding: 0px;
}

.spartentabelle th {
	font-weight: bold;
	background-color: #526166;
	color: #fff;
	background-image: url(/share/layout/img/bg-sparte-th.png);
	background-repeat: repeat-y;
	text-align: left;
}

.spartentabelle td {

	font-weight: normal;
	background: #e5e9ec;
	color: #000;
	background-image: url(/share/layout/img/bg-sparte-tr.jpg);
	background-repeat: repeat-y;

}

.spartentabelle th h3 {
	margin-left: 4px;
}

.sehrklein {
	font-size: 9px;
	color: #414f54; /* schrift standardfarbe */
}

.sehrklein a,
.sehrklein a:link,
.sehrklein a:visited,
a.sehrklein {
	font-size: 9px;
	color: #414f54; /* schrift standardfarbe */
}

.sehrklein a:hover {
	text-decoration: underline;
}

div.detailtext {
	/* Zweck: siehe main-template */
	margin-top: 500px;
}


/* Sprachauswahl */

form#langselector {
	display: block;
	position: absolute;
	z-index: 20;
	margin: -28px 0 0 10px;
	padding: 0;
	width: 115px;
	height: 17px;
	overflow: hidden;
}

form#langselector select {
	position: relative;
	top: -1px;
	left: -1px;
	z-index: 10;
	border: 0px none #000;
	font-size: 10px;
	color: #414f54;
	width: 140px;
	background: transparent url(../img/dropdown.gif) 1px center no-repeat;
}

form#langselector select option {
	background: transparent;
}

