/****************************************************************************
* 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: #354262;
}

img {
	border: none;
}

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

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

td {
	padding-right: 10px;
}

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

:focus { outline: 0; }

a:link, a:visited, a:active {
	font-weight: bold;
	color: #8c7d4a;
	text-decoration: none;
	z-index: 10;
}

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

li {
	list-style-type: none;
	list-style-image: none;
    padding: 0;
    margin: 0;
}

li a:link, li a:visited, li a:active {
	color: #354262;
}

li a:hover, li a:focus {
	color: #c1ac67;
}

#inhalt h1 {
   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;
	white-space: normal;
}

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


/*---------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------*/

/** Allgemein */

#kopfnavi li,
#navi li,
#fussnavi li {
	background-image: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

#kopfnavi ul,
#navi ul,
#fussnavi ul {
	margin: 0;
	padding: 0;
}

#kopfnavi a,
#navi a,
#fussnavi a {
	color: #354262;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
}

#kopfnavi a:hover,
#kopfnavi a:focus,
#navi a:hover,
#navi a:focus,
#fussnavi a:hover,
#fussnavi a:focus {
	color: #c1ac67;
}

/** Kopfnavigation */

#kopfnavi li {
	display: inline-block;
	height: 60px;
	width: 128px;
	text-align: center;
}

#kopfnavi a {
	display: inline-block;
	font-size: 12px;
	width: 123px;
}

#kopfnavi img {
	width: 43px;
	height: 43px;
	margin-bottom: 5px;
}

/** Hauptnavigation */

#navi a {
	padding-left: 12px;
}

#navi ul {
       margin-top: 1px;
	margin-bottom: -4px;
}

#navi li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#navi li:hover,
#navi li:focus,
#navi .current_page_item,
#navi .current_page_ancestor,
#navi .ebene1_active {
	background: url(layout/pfeil.jpg) left 9px no-repeat;
}

#navi li:hover a,
#navi li:focus a,
#navi .current_page_item a,
#navi .current_page_ancestor a,
#navi .ebene1_active a {
	color: #c1ac67;
}

.page_item .page_item a {
	background-image: none;
}

/** Subnavigation **/

#navi li .page_item a {
	padding-left: 27px;
}

#navi li .page_item a,
#navi .ebene2 {
   	color: #354262;
}

#navi li li:hover,
#navi li li:focus,
#navi li .current_page_item,
#navi li .current_page_ancestor,
#navi li .ebene1_active {
	background: url(layout/pfeil.jpg) 15px 9px no-repeat;
}

#navi li li:hover a,
#navi li li:focus a,
#navi li .current_page_item a,
#navi li .current_page_ancestor a,
#navi li .ebene1_active a {
	color: #c1ac67;
}

/** Subsubnavigation **/

#navi li li .page_item a {
	padding-left: 42px;
}

#navi li li .page_item a,
#navi .ebene3 {
	font-weight: normal;
   	color: #354262;
}

#navi li li li:hover,
#navi li li li:focus,
#navi li li .current_page_item,
#navi li li .current_page_ancestor,
#navi li li .ebene1_active {
	background: url(layout/pfeil.jpg) 30px 9px no-repeat;
}

#navi li li li:hover a,
#navi li li li:focus a,
#navi li li .current_page_item a,
#navi li li .current_page_ancestor a,
#navi li li .ebene1_active a {
	color: #c1ac67;
}


/** Fussnavigation */

#fussnavi li {
	height: 15px;
	margin-bottom: 8px;
	vertical-align: top;
}

#fussnavi img {
	width: 15px;
	height: 15px;
	margin-right: 8px;
	margin-bottom: -3px;
}

#fussnavi a {
	vertical-align: top;
}

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

#wrapper {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 948px;
	margin-left: -474px;
	background-color: #fff9e6;
	z-index: -2;
}

#kopf {
	height: 111px;
	border-bottom: 6px solid #354262;
}

.logo {
	position: relative; /* Bezugspunkt Kopf */
	top: 29px;
	left: 23px;
	width: 246px;
	height: 59px;
	border: 0;
}

#kopfnavi {
	position: absolute; /* Bezugspunkt Wrapper */
	top: 28px;
	left: 270px;
}

#navi {
	float: left;
	width: 288px;
       min-height: 300px;
	padding-left: 25px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#inhalt {
	float: left;
	width: 600px;
	padding-right: 25px;
	padding-top: 40px;
}

#copyright {
	clear: both;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 4px;
}

#fuss {
	height: 103px;
	padding-left: 25px;
	padding-right: 32px;
	padding-top: 13px;
	border-top: 6px solid #c1ac67;
}

#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 {
	position: absolute; /* Bezugspunkt Wrapper */
	top: 380px;
	left: -88px;
	width: 172px;
	height: 168px;
	background: url(layout/wasserzeichen.png) no-repeat;
	z-index: -1;
}
#wasserzeichen2 {
	position: absolute; /* Bezugspunkt Wrapper */
	top: 692px;
	left: -300px;
	width: 172px;
	height: 168px;
	background: url(layout/wasserzeichen.png) no-repeat;
	z-index: -1;
}
#wasserzeichen3 {
	position: absolute; /* Bezugspunkt Wrapper */
	top: 120px;
	right: -254px;
	width: 172px;
	height: 168px;
	background: url(layout/wasserzeichen.png) no-repeat;
	z-index: -1;
}
#wasserzeichen4 {
	position: absolute; /* Bezugspunkt Wrapper */
	top: 528px;
	right: -48px;
	width: 172px;
	height: 168px;
	background: url(layout/wasserzeichen.png) no-repeat;
	z-index: -1;
}

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

/* Copyright */

#copyright {
	font-size: 0.8em;
}

#copyright a:link, #copyright a:visited, #copyright a:active, #copyright a:hover, #copyright a:focus {
	text-decoration: 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;
}

#teaser p {
	padding-left: 54px;
}

/* 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;
}

/* 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;
}

/* persönliche Seiten */

.backlink {
	padding-left: 12px;
	background: url(layout/pfeill.jpg) left 6px no-repeat;
}

#thumbbereich {
	position: relative;
	width: 594px;
	height: 73px;
	margin-top: -18px;
}

#thumbbereich .backlink {
	position: absolute;
	left: 0px;
	bottom: 14px;
}

#thumbbereich .linie {
	position: absolute;
	left: 0px;
	bottom: 9px;
}

#thumbbereich .thumb_links {
	position: absolute;
	right: 67px;
	bottom: 0px;
}

#thumbbereich .thumb_rechts {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#bildbereich {
	position: relative;
	width: 614px;
	height: 349px;
	margin-left: -16px;
}

#bildbereich #bild1,
#bildbereich #bild2,
#bildbereich #bild3,
#bildbereich #bild4,
#bildbereich #bild5 {
	position: absolute;
	width: 206px;
	height: 234px;
	background:url(layout/rahmen_foto.png) no-repeat;
	padding-top:22px;
	padding-left:26px;
}

#bildbereich #bild1 {
	top: 70px;
	left: 0px;
}

#bildbereich #bild2 {
	top: 0px;
	left: 180px;
}

#bildbereich #bild3 {
	top: 103px;
	left: 407px;
}

#bildbereich #bild4 {
	top: 46px;
	left: 301px;
}

#bildbereich #bild5 {
	top: 114px;
	left: 160px;
}

.seite_persoenlich #bildbereich h1 {
	position: absolute;
	top: 38px;
	left: 16px;
	font-size: 18px;
}

#inhalt.seite_persoenlich  p {
	max-width: 44em;
}

#inhalt p.headcard {
    	width: 44em;
    	text-align: right;
	padding-right: 30px;
	margin-bottom: 0px;
}

#inhalt.seite_flash {
	margin-left: -40px;
}
