/****************************************************************************
* Projekt: MR&S
* Datei:   Bildschirmgestaltung
* Typ:     Stylesheet
*
* Autoren: Frank Beyer, Dorothea Schäfer (Webkrebse GmbH)
*          www.webkrebse.com
*
* Farbkarte: Hintergrund-Blau: #354262
*            Hintergrund-Gelb: #fff9e6
*            Schrift-Blau:     #354262
*            Schrift-Gelb:     #c1ac67
*
****************************************************************************/

/*---------------------------------------------------------------------------
Allgemeines
---------------------------------------------------------------------------*/

/* weil die Browser dies so unterschiedlich besetzen */
* {
   padding:0;
   margin:0;
}

body {
   font-family: Arial, Helvetica, san-serif;
   color: #354262;
   font-size: 13px;
   line-height: 1.5em;
   background-color: #ffffff;
}

img {
	border: none;
}

table{
	border: none;
	table-layout:auto;
}

td, tr {
	padding: 0;
       margin: 0;
	vertical-align: top;
	white-space:nowrap;
}

address {
	font-style:normal;
	padding: 0;
       margin: 0;
}

:focus { outline: 0; }

a:link, a:visited, a:active {
	color: #354262;
	text-decoration: underline;
	z-index: 10;
}

a:hover, a:focus {
	color: #c1ac67;
	text-decoration: underline;
	z-index: 10;
}

li {
	list-style-type: none;	
	list-style-image: none;
}

#inhalt h1 {
   font-family: 'Times New Roman',Times,serif;
   color: #354262;
   font-size: 20px;
   line-height: 1em;
   margin-bottom: 1em;
   margin-top: 7px;
   max-width: 35em;

}

#inhalt h2 {
   color: #354262;
   font-size: 1em;
   line-height: 1.5em;
   margin-bottom: 1em;
   font-weight: bold;
   max-width: 35em;
}

#inhalt li {
	background: url(layout/bullet.jpg) left 0.4em no-repeat;
	padding-left: 11px;
	margin-left: 2em;
}

#inhalt p, #inhalt ul, #inhalt table, .text {
	max-width: 35em;
	margin-bottom: 1em;
}

#inhalt li ul {
	margin-bottom: 0em;
}

/*---------------------------------------------------------------------------
Bereiche
---------------------------------------------------------------------------*/

#wrapper {
	background-color: #ffffff;
	padding: 40px;
	z-index: -2;
}

#kopf {
	background-color: #fff9e6;
	border-bottom: 6px solid #354262;
}

.logo {
	padding-left: 23px;
	padding-bottom: 23px;
	width: 246px;
	height: 59px;
	border: 0;
}

#kopfnavi {
	display: none;
}

#navi {
	display: none
}

#inhalt {
	width: 608px;
	padding-left: 23px;
	padding-top: 40px; 
}

#copyright {
	float:right;
}
	
#fuss { 
	display: none;	
}

#fussnavi {
	float: left;
	width: 200px;
}

.logobox {
    float: right;
    margin-right: 47px;
}

#teaser li {
	float: right;
	width: 206px;
	height: 68px;
	overflow: hidden;
	border: 1px solid #354262;
	padding: 10px;
	margin-left: 9px;
	font-size: 11px;
	line-height: 1.4em;
}

#teaser p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#wasserzeichen1 {
	display: none;
}
#wasserzeichen2 {
	display: none;
}
#wasserzeichen3 {
	display: none;
}
#wasserzeichen4 {
	display: none;
}

/*---------------------------------------------------------------------------
Spezielles
---------------------------------------------------------------------------*/

/* Copyright */

#copyright {
	font-size: 0.8em;	
}

#copyright a:link, #copyright a:visited, #copyright a:active, #copyright a:hover, #copyright a:focus {
	display: none;
}

/* Teaserboxen */

#teaser img {
	float: left;
	margin-right: 10px;
	margin-bottom: 24px;
}

#teaser h1 {
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 0.2em;
	font-weight: bold;	
}

/* Startseite */

.seite_2 h1, .seite_78 h1 {
   font-family: 'Times New Roman',Times,serif !important;
   color: #354262 !important;
   font-size: 30px !important;
   line-height: 30px !important;
   margin-bottom: 25px !important;
}

.seite_2 h2, .seite_78 h2 {
   font-family: 'Times New Roman',Times,serif !important;
   color: #354262 !important;
   font-size: 24px !important;
   line-height: 24px !important;
   margin-bottom: 27px !important;
}

.seite_2, .seite_78 {
       margin-left: -21px;
       margin-top: -5px;
	background: url(layout/start_auge.jpg) 0px 80px no-repeat;
}
.seite_2 h1, .seite_78 h1 {
	margin-top: 0;
	margin-left: 107px;
}
.seite_2 h2, .seite_78 h2 {
	margin-left: 130px;
}
.seite_2 ul, .seite_78 ul {
	font-family: 'Times New Roman',Times,serif !important;
	font-size: 1.1em !important;
	margin-left: 145px !important;
}
.seite_2 li, .seite_78 li {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 6px !important;
}

.seite_2 a:link, .seite_2 a:visited, .seite_2 a:active,
.seite_78 a:link, .seite_78 a:visited, .seite_78 a:active {
	text-decoration: none;
}

.seite_2 a:hover, .seite_2 a:focus,
.seite_78 a:hover, .seite_78 a:focus {
	text-decoration: none;
}


/* Referenzen */

.logotab {
	width: 85%;
       background-color: #ffffff;
	border: 1px solid #c1ac67;
}

.logotab tr {
	vertical-align: middle;
}

.logotab td {
       width: 50%;
	text-align: center; 
	padding: 1.5em;
	color: #666666;
	font-size: 1.5em;
	font-weight: bolder;
	font-stretch: expanded;

}