/*
 * CSS Klassen  Print
 * www.geriatrie-vechta.de
 * 2007-10-01
 * info@l-vogel.de
 *
 */
 
@import url(navigation.css);
@import url(navigation_top.css);

/* ------------------------------------
   Layout:
   - zweispaltig, feste Breiten
   ------------------------------------ */  
html {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	position: relative;
	/*
    background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	*/
    height: 100%;
	width: 776px;
	margin: 0 auto;
    border: 0;
	padding: 0;
	font-size: 96%;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #080808;
	line-height: 140%;
	background-color: #fff;
}

html> body html,body {
	font-size: 100.01%
}
/* ------------------------------------
   Frame
   ------------------------------------ */
#frame {
	padding: 0;
	width: 760px;
	padding: 0 8px 0 8px;
	/*
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	*/
	position: relative;
}
/* ------------------------------------
   Header
   ------------------------------------ */
#header {
	border: 0;
	padding: 0;
	margin: 0;
	height: 129px;
}
#headerLeft {
	width: 612px;
	position:absolute; 
	z-index:1; 
	left: 8px; 
	top: 0px;
	height: 120px !important;
}
#headerRight {
	width: 147px;
	position:absolute;
	z-index:2; 
	left: 620px; 
	top: 0px;
	border-left: 1px solid #080808;
	padding: 0;
	margin: 0;
}


/* ------------------------------------
   Navigation in navigation.css
   ------------------------------------ */

#navigationTop {
	padding: 6px 0 0 178px;
	margin: 0;
	border:0;
	height: 28px;
	border-top: 1px solid #080808;
	border-bottom: 1px solid #080808;
	background-image: url(../images/bg_nav_top.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/* ------------------------------------
   Inhalt
   ------------------------------------
   3-spaltig
   ------------------------------------ */
/* Container */
div#content {
	clear: both;
	/*
	width: 776px;
	background-image: url(../images/bg_content.jpg);
	background-repeat:repeat-y;
	background-position: -8px 0px;
	*/
}
/* Breite: 158px */
#contentLeft {
	width: 142px;
	padding: 8px 8px 30px 8px;
	border: 0;
	float: left;
	background:none;
	/*
	background-color: blue;
	*/
}
/* Breite: 454px */
#contentCenter {
	width: 414px;
	padding: 30px 20px 30px 20px;
	border: 0;
	float: left;
	/*
	background-color: red;
	*/
}
/* Breite: 148px */
#contentRight {
	width: 132px;
	padding: 8px 8px 30px 8px;
	border: 0;
	float: left;
	/*
	background-color:green;
	*/
}
/* ------------------------------------
   Footer
   ------------------------------------ */
div#footer {
	clear: both;
    vertical-align: top;
    padding: 0;
    margin: 0 0 0 0;
	font-size: 80%;
	border-top: 1px solid #080808;
	background-color: #f0f0f0;
	height: 100%;
}
#footer div {
	border: 0;
  	padding: 0px 4px 0px 4px;

	height:30px;
}
#footL {
	width: 168px;
	text-align: left !important;
	float: left;
	font-size: 70% !important;
}

#footM {
	width: 398px;
	text-align: center !important;
	float: left;
}

#footR {
	width: 168px;
	text-align: right !important;
	float: left;
	font-size: 80% !important;
}
#footer a {
	margin:  0 !important;
	padding: 1px;
	color: #080808;
	font-weight: normal;
    text-decoration: none;
	font-size: 80% !important;
}
#footer a:hover {
    background-color: #DBE9D2;
	color: black;
}

/* ------------------------------------
   Boxen / Liste
   ------------------------------------ */
.boxStandard {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #808080;
	padding: 10px 0px 10px 0px !important;

}

.imgBox {
	float: right;
	/*margin: 6px 0px 12px 12px !important;*/
	padding: 0;
	width: 2px;
	height: auto;
}
html>body .imgBox  {
	width: 172px;
}

.imgBox img {
	border: 0;
	margin: 6px 0px 0 12px !important;
}
.imgText {
	padding: 0 0 0 12px !important;
	width: 160px;
}
.imgStandard {
	margin: 0 0 10px 0 !important;
	padding: 0;
}
.imgStandard img {
	border: 0;
}

.boxPartner {
	margin: 0 0 10px 0 !important;
	border: 1px solid #3265a2;
	padding: 0px 0px 10px 0px !important;
}
.boxPartnerHead {
	background-color: #DBE9D2;
	padding: 2px  2px 2px 5px !important;

}
.boxPartnerImg {
	float:right; 
	margin: 10px 5px 10px 10px !important;
	border: 0;
}

#boxFont {
    font-size: 90%;
	font-weight: bold;
	padding: 1px;
	margin: 20px 0 10px 0;
}
#boxFont div {
    text-align: center !important;
}
.boxTeaserHead {
    background-color: #080808;
	color: #fefefe;
	font-weight: bold;
	font-size: 86%;
	padding: 1px;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 110%;
}
#boxSearch {
    position: absolute; 
	width: 140px; 
	height: 26px; 
	z-index: 101;
	left: 628px; 
	top: 138px;
}

.boxTeaser {
	margin: 0 0 6px 0;
	border-bottom: 1px solid #808080;
	padding: 0;
	font-size: 96% !important;
	line-height: 110%;
}
.boxABC {
	margin: 20px 0 10px 0 !important;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px !important;
	text-align:center !important;
}
/* Datum Teaser */
.date {
	font-weight: normal;
	font-size: 80%;
}
/* ------------------------------------
   Text
   ------------------------------------ */
h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 143%;
	font-weight: bold;
	color: #3F9F1B;
	padding: 0;
	line-height: 120%;
}
h2, h2 a {
    padding: 0px 0px 6px 0px;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-weight: bold;
	color: #3F9F1B !important;
	padding: 0;
}
/* Datum Artikel */
h3 {
    padding: 0;
	margin: 5px 0 5px 0;
    font-size: 80%;
	font-weight: normal;
}
/* Teaser headline */
h4, h4 a {
    padding: 0;
	margin: 4px 0 6px 0;
	font-size: 105%;
	font-weight: bold;
	color: #222 !important;
	padding: 0;
	text-decoration: none;
}
/* Suchergebnis headline */
h5, h5 a {
    padding: 0;
	margin: 0 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 102%;
	font-weight: bold;
	color: #3F9F1B !important;
	padding: 0;
	text-decoration: none;
}
/*div, p, div div, p p, div p, p div {*/
div {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 95% !important;
	
}
/*  Verkleinerung durch Verschachtelungen aufheben */
#contentCenter p {
	padding: 0;
	margin: 0;
	/*background-color: silver;*/
	font-size: 101% !important;
}
#contentCenter div, #contentCenter div div {
	padding: 0;
	margin: 0;
	/*background-color: orange;*/
	font-size: 95% !important;
}
/* ------------------------------------
   Links
   ------------------------------------ */
a {
	 font-weight: bold;
	 text-decoration: underline;
	 color: #3F9F1B;
}
a:hover {
	 text-decoration: underline;
}

/* Links in Boxen*/
.linkMore, a.linkMore {
	margin: 0;
	padding: 1px;
	color: #080808 !important;
	font-size: 94% !important;
	font-weight: normal;
    text-decoration: none;
	text-align: right;
}
a.linkMore:hover {
    background-color: #DBE9D2;
	color: #080808 !important;
	text-decoration: none;
}
.linkBack, a.linkBack {
	margin:  0 !important;
	padding: 1px;
	color: #080808 !important;
	font-size: 94% !important;
	font-weight: normal;
    text-decoration: none;
}
a.linkBack:hover {
    background-color: #DBE9D2;
	color: #080808 !important;
	text-decoration: none;
}
a.Link, .Link {
	margin:  0 !important;
	padding: 0 !important;
	color: #080808;
	font-size: 88% !important;
	font-weight: normal !important;
    text-decoration: none;
}
a.Link:hover, a.LinkCurrent, a.LinkCurrent:hover {
    background-color: #DBE9D2;
	color: black;
	margin:  0 !important;
	padding: 0 !important;
	font-size: 88% !important;
	font-weight: normal !important;
    text-decoration: none;
}


/* ------------------------------------
   Table
   ------------------------------------ */
/*

/* ------------------------------------
   Formulare
   ------------------------------------ */
.formbut {
    color: #fff482; 
	font-weight: bold; 
	text-decoration: none;
	background-color: #c4372d; 
	border:1px solid #fff; 
	padding:2px;
	cursor: pointer;
}
.formfield {
	color: #222; 
	font-weight: normal; 
	text-decoration: none;
	background-color: #fafafa; 
	border :1px inset #080808;
	padding-left:3px;
	margin: 1px 0 1px 0;
	font-size: 98%;
}
.formfieldEmpty {
	color: #111; 
	font-weight: bold;
	text-decoration: none;
	background-color: #dadada; 
	border-top :1px solid #fff842;
	border-right :1px solid #fff842;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	padding-left:3px;
	margin: 1px 0 1px 0;
	font-size: 12px;
}
/* Tabelloses Forumlar */
.formDisplay {
    display: block;
	float: left;
	width: 200px;
	color: #111; 
	font-weight: bold; 
	text-decoration: none;
	 background-color: #dadada; 
	 border-top :1px solid #fff;
	 border-right :1px solid #fff;
	 border-bottom:1px solid #000;
	 border-left:1px solid #000;
	padding-left:3px;
	margin: 1px 0 1px 0;
	font-size: 12px;
}
.formDisplayEmpty {
    display: block;
	float: left;
		width: 200px;
	color: #111; 
	font-weight: bold; 
	text-decoration: none;
	 background-color: #dadada; 
	 border-top :1px solid #fff842;
	 border-right :1px solid #fff842;
	 border-bottom:1px solid #000;
	 border-left:1px solid #000;
	padding-left:3px;
	margin: 1px 0 1px;
}
.formDisplayHidden {
    background: none; 
    display: block;
	float: left;
	border:0;  
	width: 200px;
	padding-left: 6px; 
	padding-top: 2px;
	margin-bottom: 3px;
}
.formLabel, .noLabel {
    display: block;
	text-align: right;
	float: left;
	width: 100px;
	padding-right: 20px;
	border: 0;
}

.msg {
	color: #fff482;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
/* ------------------------------------
   Pager
   ------------------------------------ */
#boxPager {
	padding: 3px;
	margin: 20px 0px 6px 0px;
	border: 0;
	font-size: 95%;
	text-align: center !important;
}
.pager {
	color: #080808; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: #fefefe; 
	border:1px solid #808080; 
	padding:2px;
}
a.pager:link, a.pager:visited, a.pager:active {
	color: #fff; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: #3265a2; 
	border:1px solid #808080; 
	padding:2px;
}
a.pager:hover { 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: #3265a2; 
	border:1px solid #808080; 
	padding:2px;
}


/* ------------------------------------
    Navigationspfad
    ------------------------------------ */

#locationBar {
    height: 14px;
    padding: 0 0 0 18px;
	margin: 0 0 30px 0 !important;
    border: 0;
	color: #222;
}

#locationBar a {
	color: #222 !important;
	font-size: 92% !important;
	font-weight: bold;
    text-decoration: none;
	font-weight: normal !important;
	padding: 1px;
}
#locationBar a:hover {
	background-color: #DBE9D2;
	color: #222 !important;
	text-decoration: none;
}

/* ------------------------------------
    Sitemap
    ------------------------------------ */
a.sitemap_level1 {
	display: none;
	/*
	display: block;
    border-top: 1px solid #0464cf;
    color: #3F9F1B;
	font-size: 12px;
	width: 410px !important;
	height: 20px;
    font-weight: bold;
    padding: 2px 0 0 2px;
	background-color: #dcdcdc;
	*/
}
a.sitemap_level1:hover {
    background-color: #c8c8c8;
	color: #222;
	text-decoration: none;
}

a.sitemap_level2 {
    color: #3F9F1B;
    display: block;
	height: 20px;
	font-size: 100%;
	font-weight: bold;
    padding: 2px 0 0 24px;
	background-image:url(../images/pfeil_nav.gif);
	background-repeat: no-repeat;
	background-position: 8px 0px;
	text-decoration: none;
}
a.sitemap_level2:hover {
    background-color: #DBE9D2;
	color: #222 !important;
	text-decoration: none;
}
a.sitemap_level3 {
    color: #222 !important;
    display: block;
	height: 20px;
	font-size: 98%;
	font-weight: normal;
    padding: 0 0 0 44px;
	text-decoration: none;
}
a.sitemap_level3:hover {
    background-color: #DBE9D2;
	color: #222 !important;
	text-decoration: none;
	font-weight: bold !important;
}

a.sitemap_level4 {
    color: #666 !important;
	display: block;
	height: auto;
	font-size: 96%;
	font-weight: normal;
    padding: 0 0 0 64px;
	text-decoration: none;
	
}
a.sitemap_level4:hover {
    background-color: #DBE9D2;
	color: #222 !important;
	text-decoration: none;
	font-weight: bold !important;
}

.sitemap_level2_container {
    width: 410px;
	margin-bottom: 1px;

}
.sitemap_level3_container {
    width: 410px;
	margin-bottom: 1px;

}

.sitemap_level4_container {
    width: 410px;
	margin-bottom: 1px;

}

/* ------------------------------------
    Suche
    ------------------------------------ */
.boxSearchResult {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #808080;
	padding: 10px 0px 10px 0px !important;
}
a.search {
    display: block;
	height: auto;
    color: #080808;
	font-size: 98%;
    font-weight: normal;
    padding: 2px 2px 2px 24px;
	margin-bottom: 1px;
	background-image:url(../images/pfeil_nav.gif);
	background-repeat: no-repeat;
	background-position: 0 -4px;
	text-decoration: none !important;
}
a.search:hover {
    background-color: #F4D6F4;
	color: #080808;
	text-decoration: none;
}
.highlight {
	background-color: cornsilk;
}

/* -----------------------------------
   Sitemap Extendet (Glossar)
   -----------------------------------*/
   
/* kategorie */


ul.sitemapext_cat_0 {
   list-style-type: none;
   padding-left: 6px;
   margin: 30px 0 0 0 !important;
}

ul.sitemapext_cat_0 li {
	margin: 0 0 20px 0;
	border-top: 1px solid #ccc;
	background-color:#eee;
	padding: 0 0 6px 8px;
	font-size: 120%;
    font-weight: bold;
    color: #333;
}
/*
ul.sitemapext_cat_0 a {
    color: #080808;
    display: block;
	height: 20px;
	font-size: 100%;
	font-weight: bold;
    padding: 2px 0 0 24px;
	background-image:url(../images/pfeil_nav.gif);
	background-repeat: no-repeat;
	background-position: 8px 0px;
	text-decoration: none;
}
ul.sitemapext_cat_0 a:hover {
    background-color: #F4D6F4;
	color: #080808;
	text-decoration: none;
}
*/
/* artikel */

ul.sitemapext_art_0 {
   list-style-type: none;
   padding: 0;
}
ul.sitemapext_art_0 li {
	border: 0 !important;
}

ul.sitemapext_art_0 a {
    color: #080808;
    display: block;
	height: 20px;
	font-size: 70% !important;
	font-weight: normal !important;
    padding: 0 0 0 30px;
	text-decoration: underline;
}
ul.sitemapext_art_0 a:hover {
	color: #3f9f1b;
	/*background-color: #3f9f1b;*/
	    display: block;
	height: 20px;
	font-size: 70% !important;
	font-weight: normal !important;
    padding: 0 0 0 30px;
	text-decoration: underline;
}
   
 
/* -----------------------------------
    overLIB
   -----------------------------------*/
.overDiv {
	border: 10px solid pink !important;
}
