/*
 * CSS Klassen Screen/All
 * www.landgestuet-celle.de
 *
 * www.l-vogel.de
 * erstellt: 2009-01-31
 * geaendert: 
 * 
 *
 */ 

@import url(navigation.css);

html {
    margin: 0;
    padding: 0;
    border: 0;
}
/* ------------------------------------
     Layout: 
   - dreispaltig, feste Breiten
   - zweispaltig, feste Breiten
   ------------------------------------ */
body {
	background-color: #fff;
	/*
    width: 961px;
    */
	margin: 0 auto 0 auto;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    font-weight: normal; 
    color: #797171; 
    line-height:20px;
    position: relative;
	width: 961px;
}

#frameOuter {
	background-image:url(../images/bg_left.gif);
	background-position: 0 0;
	background-repeat:repeat-y;
	margin: 0 auto;
	width: 961px;
}

#frame {    
	width: 961px;
    border: 0;
    text-align: left;
	background-image:url(../images/bg_nav.jpg);
	background-position: -2px 0;
	background-repeat: no-repeat;
}
.clearer {
	clear:both;
}
/* ------------------------------------
   Header
   ------------------------------------ */
#header {
    width: 961px;
    height: 290px;
}
#header_logo {
	float:left;
	width: 191px;
	height: 290px;
}
#header_img {
	float: left;
	width: 770px;
	height: 290px;
}
/* ------------------------------------
   Navigation
   ------------------------------------ */
#navcontainer {
   
}
/* ------------------------------------
   Inhalt
   ------------------------------------ */
#contentLeft {
    width: 191px;
    margin: 0;
    float: left;
	
}
/* 3 col */
#contentCenter {
    width: 582px;
    padding: 0 20px 0 0;
    margin: 0;
    float: left;
}
#contentRight {
    width: 168px;
    margin: 0;
    float: left;
	padding: 18px 0 0 0;
}
/* 2 col */
#contentCenterRight {
    width: 770px;
    padding: 0;
    margin: 0;
    float: left;
}
#lang {
	margin: 15px 0 30px 12px;
}

/* ------------------------------------
   Footer
   ------------------------------------ */
#footer {
    width: 770px;
    vertical-align: middle;
    border-top: 4px solid #fff;
    padding: 14px 0 0 0;
    margin: 0px 0px 0px 191px;
	border-top: 1px solid #797171 !important;
	
}
#footer div {
	border: 0;
  	padding: 0px 0px 20px 0px;
	font-size: 11px;
	line-height: 1em;
}

.footerLogo {
	 width: 40px; 
	 float: left;  
	 text-align: left;
}

.footerCopy {
	width: 190px; 
	float: left;  
	text-align: left; 

}
.footerNavi {
	width: 350px; 
	float: left;  
	text-align: center; 
}
.footerTop {
	width: 186px; 
	float: left; 
	text-align: right; 
	padding-right: 4px;
}

a.LinkFoot:link, a.LinkFoot:visited, a.LinkFoot:active {
    font-size: 11px !important; 
    font-weight: normal; 
    text-decoration: none; 
    color: #797171 !important;
    padding: 2px;
}
a.LinkFoot:hover {
    text-decoration:underline; 
    padding: 2px;
}
/* ------------------------------------
     Boxen
     ------------------------------------ */  
#boxSearch {
    margin: 0;
    padding: 3px 0 0 3px;
    border: 0;
	width: 168px;
	height: 54px;
	background-image:url(../images/bg_search.jpg);
	background-position: 0 0;
	background-repeat:no-repeat;
}
#boxLang {
    margin: 0;
    padding: 0;
    border: 0;
}
.boxContent {
    margin: 0 0 26px 0;
	padding: 0;
}
.boxStandard {
    margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #797171;
}
.boxStandardImg {
    float: left; 
	padding: 0; 
	margin: 3px 10px 3px 0;
}

.boxStandardImgNeu {
	padding: 0; 
	position: relative;
	top: -5px;
	margin: 3px 10px 3px 0;
}


/* Boxen fuer mehrer Bilder */
.boxImgStandard {
    margin: 0px 0px 10px 10px; 
    padding: 0;
	float: right;
}
.boxImgArtikel {
/*
    margin: 0px 0px 10px 10px;
	width: 200px;
    padding: 0;
	float: right;
*/
}
/* Box fuer ein Bild*/
.imgStandard {
    margin: 0; 
    padding: 0;
}
.imgText {
	color: #9c091a;
	text-align: left !important;
	line-height: 150%;
	font-size: 10px;
	margin: 4px 0 0 2px;
}
.imgStandard img {
    border: 0;
}

/* HVP */
.boxHvp {
    margin: 22px 0 0 0 !important;
	padding: 0;
}

.boxHvp p {
	margin: 0;
	padding: 0;
}

.boxHvpImg {
	position: relative;
	
	vertical-align: top;
	text-align:left;
	width: 168px;
}
.boxHvpBrand {
	position: absolute;
	top: 340px;
	left: 735px;
	width: 30px;
	height: 36px;
	overflow:hidden;
	z-index: 99;
}

.boxBrand {
	position: relative;
	top: 42px;
	left: 540px;
	z-index:auto;
}

.LinkMoreHVP {
	position: relative;
	left: -3px;
	background-image:url(../images/hvp_more.gif);
	background-repeat:no-repeat;
	background-position: 0 1px;
	padding: 0 0 0 20px !important;
	height: 20px;
	width: 150px;
	margin: 5px 0 0 0;
}
.LinkMoreHVP a,
.LinkMoreHVP a:hover {
	color: #fff !important;
	font-size: 10px !important;
	text-decoration: none!important;
	
}

.hvpArticleImg {
	width: 188px !important;
	vertical-align: top !important;
	text-align: right !important;
}


/* News Teaser */
#boxTeaserNews_de,
#boxTeaserNews_en {
	width: auto;
	/* v1 
	height: 256px;
	*/
	height: 188px;
	margin: 0;
	color: #9c091a;
	font-size: 11px;
	line-height: 120%;
	padding: 35px 8px 8px 8px;
	overflow: hidden;
}


#boxTeaserNews_de {
	background-image:url(../images/bg_teaser_news_de.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#boxTeaserNews_en {
	background-image:url(../images/bg_teaser_news_en.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.TeaserNewsDate {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 120%;
	color: #9c091a;
}
.TeaserNewsHeadline {
	margin: 4px 0 4px 0 !important;
}
a.TeaserNewsHeadline,
a.TeaserNewsMore  {
	
	padding: 0 !important;
	font-size: 10px !important;
	line-height: 120% !important;
	color: #9c091a !important;
	font-weight: bold !important;
	text-decoration: none!important;
	
}
a.TeaserNewsHeadline:hover,
a.TeaserNewsMore:hover {
	text-decoration: underline!important;
	background-color: transparent;

}
.TeaserNewsHeadline {
	margin: 4px 0 4px 0 !important;
}
a.TeaserNewsMore  {
	padding-left: 10px !important;
 	background-image:url(../images/pfeil_rot.png);
	background-repeat:no-repeat;
	background-position: 0 3px;
}
.TeaserNewsMore {
	margin: 20px 0 10px 0 !important;
}

/* VERanstaltungen Teaser */
#boxTeaserEvents {
	width: auto;
	height: 138px;
	margin: 0 ;
	padding: 60px 8px 8px 8px;
	background-image:url(../images/bg_teaser_event.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fdcd00 !important;
}
.TeaserEventsDate {
	
}
.TeaserEventsHeadline {
	margin: 4px 0 4px 0 !important;
}
a.TeaserEventsHeadline,
a.TeaserEventsMore  {
	
	padding: 0 !important;
	font-size: 10px !important;
	line-height: 120% !important;
	color: #fdcd00 !important;
	font-weight: bold !important;
	text-decoration: none!important;
	
}
a.TeaserEventsHeadline:hover,
a.TeaserEventsMore:hover {
	text-decoration: underline!important;
	background-color: transparent;

}
.TeaserEventsHeadline {
	margin: 4px 0 4px 0 !important;
}
a.TeaserEventsMore  {
	padding-left: 10px !important;
 	background-image:url(../images/pfeil_gelb.png);
	background-repeat:no-repeat;
	background-position: 0 3px;
}
.TeaserEventsMore {
	margin: 10px 0 10px 0 !important;
}

/* Teaser Goldene Karte */
#boxTeaserGoldCard {
	margin: 0;
	padding: 0;
}

/* Startseite Teaser */
.TeaserStartseite {
	margin: 18px 0 0 0 !important;
}
.boxStartseite1,
.boxStartseite2 {
	float: left;
	margin: 0 0 2px 0;
	padding: 0;
	width: 281px;
	height: 172px;
	overflow: hidden;
	border: 0;
}
.boxStartseite1 {
	margin-right: 16px;
}

/* ------------------------------------
    Text
    ------------------------------------ */
h1 {
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 22px; 
    font-weight: bold; 
    color: #9c091a; 
    line-height:120%; 
    padding: 0;
    margin: 0px 0px 24px 0px;
}
h2, h2 a {
	/*display: block;*/
	font-family:Arial, Helvetica, sans-serif !important;
    padding: 0px 0px 8px 0px !important;
    margin:0 !important;
    font-size: 14px !important; 
    font-weight: bold !important;
    color: #9c091a !important; 
    line-height:120% !important; 
	text-decoration: none  !important;
}
h2 a:hover {
	text-decoration: underline !important;
}
/*Date*/
h3 {
    padding: 0px 0px 10px 0px;
    margin: 0;
    font-size: 10px; 
    font-weight: normal; 
    letter-spacing: 0.1em;
	text-transform: uppercase;
}
.date {
    padding: 0px 0px 10px 0px;
    margin: 0;
    font-size: 11px; 
    font-weight: normal; 
	text-transform: uppercase;
}
/*Info-Box Headline*/
h4, h4 a {
    font-size: 12px !important; 
    font-weight: bold; 
    text-decoration: none; 
    color: #797171;
    padding: 0;
}
h4 a:hover {
	text-decoration: underline;
}
/* wie h2 ohne Linie */
h5 {
	display: block;
    padding: 0px 0px 2px 0px;
    margin:0;
    font-size: 14px; 
    font-weight: bold;
    color: #444; 
    line-height:140%; 
    padding-bottom: 8px;
	letter-spacing: 0.03em;
}


p {

}

.introtext {
/*
	font-size: 15px;
	color: #9c091a;
	line-height: 130%;
	margin: 0 0 20px 0;
*/
}
.subimage {
    margin: 10px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
/* ------------------------------------
    Tab
    ------------------------------------ */
.tableArticleHvp {
	border-collapse:collapse;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height:150%;
    text-align: left !important;
	width: 582px;
}
.tableArticleHvp {
	height: 23px;
}


	
.table {
    border-collapse:collapse;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height:150% !important;
    text-align: left !important;
}


.table p {
	margin: 0;
	padding: 0;
}

.table td { 
    padding: 0px 4px 0px 4px;
	height: 22px;
	vertical-align:top;
}
.table td p {
	padding: 0;
	margin: 0;
}

.tableHead,
.tableHead h1 {
	font-weight: normal;
    font-size: 14px !important;
    background-color: #9c091a !important;
	color: #fff !important;
	padding: 2px 4px 2px 4px;
	height: 26px
}
.tableHead a,
.tableHead a:hover {
	color: #fff !important;
	font-weight: normal  !important;;
    font-size: 14px !important;
	text-decoration:none !important;
}

.tableRow1 {
	border-top:1px solid #ffd633;
    background-color: #ffea99;
	vertical-align:top;
}
.tableRow2 {
	border-top:1px solid #ffd633;
    background-color: #fff5cc;
	vertical-align:top;
}

/* Preis-/Ergebnislisten */
.tableList {
    border-collapse:collapse;
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 10px;
    font-weight: normal;
    text-align: left !important;
}
.tableList td {
	border-top:1px solid #ffd633;
	vertical-align:top;
}
.tableListHead {
    font-weight: normal;
    font-size: 14px;
    background-color: #9c091a !important;
    vertical-align: top;
	color: #fff;
	padding: 2px 4px 2px 4px;
}
.tableListRow {
	border-top:1px solid #ffd633;
	cursor:pointer;
	padding: 2px 4px 2px 4px;
}
/* ------------------------------------
    Tab Pedigree
    ------------------------------------ */
.ped {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    font-weight: normal !important;
    line-height:120% !important;
    text-align: left !important;
	vertical-align: middle !important;
	border: 1px #444 !important;
}
.pedXtra {
    font-weight: bold !important;
}


.pedInLine {
    border-bottom: 1px solid #444 !important;
} 

/* ------------------------------------
    Links
    ------------------------------------ */
/* ACHTUNG: wird auch fuer Bilder a verwendet! */
a:link, 
a:visited, 
a:active { 
    font-size: 12px; 
    font-weight: bold; 
    color: #9c091a;
}
a:hover {
    font-size: 12px; 
    font-weight: bold; 
    color: #9c091a;
	text-decoration:underline;
}



/* Links in Boxen*/
.linkMore {
	text-align:right !important;
}
a.linkMore {
    font-size: 10px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #9c091a;
	padding:0 0 0 10px !important;
 	background-image:url(../images/pfeil_rot.png);
	background-repeat:no-repeat;
	background-position: 0 3px;
	
}

a.linkBack {
    font-size: 10px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #9c091a;
	padding:0 0 0 10px !important;
 	background-image:url(../images/pfeil_rot_back.png);
	background-repeat:no-repeat;
	background-position: 0 3px;
	text-align:left;
}
a.linkMore:hover, a.linkBack:hover {
	text-decoration: underline;
}


a.linkTab:link,
a.linkTab:active, 
a.linkTab:visited {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: underline; 
    color: #797171;
}
a.linkTab:hover {
	text-decoration: underline;
	color: #797171;
}
a.linkLikeFormbut:link, a.linkLikeFormbut:visited, a.linkLikeFormbut:active, a.linkLikeFormbut:hover {
    border: 1px solid #00cc00; 
    background: #ffffff;  
    font-size: 12px; 
    font-weight: normal; 
    color: #ff9900; 
    cursor: pointer;
    padding: 4px 74px 2px 74px;
    text-align: center;
    text-decoration: none;
}
/* ------------------------------------
    Formulare
    ------------------------------------ */
.formbut {
    font-size: 12px;
    font-weight: bold;
    color:#9c091a; 
    border: 1px solid #797171;
    background-color: #fdde67;
    margin: 0;
    padding: 2px;
    text-decoration: none;
}
.formfield {
    border:1px solid #fdde67; 
    width: 280px;
    height: 12px;
    background: #fff;  
    font-size: 11px; 
    font-weight: normal; 
    color:#797171; 
    padding: 2px;  
}
.formfieldSearch {
	border: 0;
    width: 100px;
    height: 12px;
    background: transparent;  
    font-size: 11px; 
    font-weight: normal; 
    color:#797171; 
    padding: 2px;  
}
.formfieldEmpty {
    border:1px solid #9c091a; 
    width: 280px;;
    height: 12px;
    background: #fefefe;  
    font-size: 11px; 
    font-weight: normal; 
    color:#797171; 
    padding: 2px; 
}
/* Alernative Administration */
.formbuton {
    border: 1px solid green; 
    background: #ffffff;  
    font-size: 12px; 
    font-weight: normal; 
    color: green; 
    cursor: pointer;
}
.formbutoff {
    border: 1px solid red; 
    background: #ffffff;  
    font-size: 12px; 
    font-weight: normal; 
    color: red; 
    cursor: pointer;
}
/* Tabelloses Forumlar */
.formDisplay {
    display: block;
    float: left;
    width: 280px;
    border:1px solid #fdde67; 
    width: 280px;
    height: 12px;
    background: #fff;  
    font-size: 11px; 
    font-weight: normal; 
    color:#797171;  
    padding: 2px;
	margin-bottom: 3px;;
}
.formDisplayEmpty {
    display: block;
    float: left;
    width: 280px;
    border:1px solid #9c091a; 
    width: 280px;
    height: 12px;
    background: #fff;  
    font-size: 11px; 
    font-weight: normal; 
    color:#797171;  
    padding: 2px;
	margin-bottom: 3px;
}
.formDisplayHidden {
    background: none; 
    display: block;
    float: left;
    border:0;  
    width: 280px;
    height: 18px;
    padding-left: 6px; 
    padding-top: 2px;
    margin-bottom: 3px;
}
.formLabel {
    display: block;
    text-align: left;
    float: left;
    width: 200px;
    padding-right: 20px;
    border: 0;
}

/*
.form {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 130%;
    text-align: left;
    color: #444222;
}
*/
/* ------------------------------------
    Listen
    ------------------------------------ */
/*
ul {
    list-style-position: outside; 
    list-style-type: square;
}
*/
/* ------------------------------------
    Background Colors
    ------------------------------------ */
.light {
    background-color:#C9CDD9;
}
    
.dark { 
    background-color:#AAB0C6;
}

/* ------------------------------------
    Pager
    ------------------------------------ */
#boxPager {
    width: 90%; 
    padding: 3px;
    margin: 20px 0px 6px 0px;
    border: 0;
    float: left;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
}   

.pager {
    font-size: 12px;
    font-weight: bold;
    color: #797171;
    background-color: #fff;
    margin: 0;
    border: 1px solid #797171; 
    padding: 2px;
    text-decoration: none;
}
a.pager {
    font-size: 12px;
    font-weight: bold;
    color: #797171;
    background-color: #ddd;
    margin: 0;
    border: 1px solid #797171; 
    padding: 2px;
    text-decoration: none;
}

a.pager:hover {
    font-size: 12px;
    font-weight: bold;
    color: #797171;
    border: 1px solid #9c091a;
    background-color: #ddd;
    margin: 0;
    padding: 2px;
    text-decoration: none;
} 

.pagerBox {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #444;
    padding: 2px 3px 2px 3px;
}
a.pagerBox {
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #797171;
    padding: 2px 3px 2px 3px;
}


/* ------------------------------------
    Navigationspfad
    ------------------------------------ */

#locationBar {
    height: 14px;
    padding: 0;
	margin: 0 0 30px 0;
    border: 0;
}
.sep {
    color: #797171;
}
#locationBar a {
    color: #797171;
    font-size: 10px;
	font-weight: normal !important;
	text-decoration: none;
}
#locationBar a:hover {
	text-decoration: underline;
}
/* ------------------------------------
    Suche
    ------------------------------------ */
a.search {
    display: block;
	font-size: 12px;
	width: 566px;
    font-weight:normal;
    background-color: #fff5cc !important;
	color: #797171 !important;
	padding: 2px 4px 2px 10px;
	height: auto;
	text-decoration: none;
	border-bottom: 1px solid #ffd633 !important;
}
a.search:hover {
    background-color: #9c091a !important;
	color: #fff !important;
	text-decoration: none;
}
/* ------------------------------------
    Sitemap
    ------------------------------------ */
a.sitemap_level1 {
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
	font-size: 14px;
	width: 400px;
    font-weight:normal;
    padding-left: 10px;
    padding-bottom: 1px;
	background-color: #9c091a;
	text-decoration: none;
}
a.sitemap_level1:hover {
    background-color: #a7071d;
	color: #fff;
	text-decoration: none;
}
a.sitemap_level2 {
    color:#222;
    display:block;
	width: 380px;
	font-size: 12px;
    padding: 1px 0px 1px 30px;
	background-color: #ffea99;
	text-decoration: none;

}
a.sitemap_level2:hover {
    background-color: #a7071d;
	color: #fff;
	text-decoration: none;
}
a.sitemap_level3 {
    color:#222;
    display:block;
	font-size: 11px;
    padding: 1px 0px 1px 50px;
	background-color: #fff5cc;
	text-decoration: none;

}
a.sitemap_level3:hover {
    background-color: #a7071d;
	color: #fff;
	text-decoration: none;
}
/*
a.sitemap_level4 {
    color:#364677;
}
*/
.sitemap_level2_container {
    width: 410px;
	margin-bottom: 1px;


}
.sitemap_level3_container {
    width: 410px;
    padding:0;
	margin-bottom: 1px;
	
}
/*
.sitemap_level4_container {
    width: 300px;
    padding: 0px 0px 1px 64px;
	background-color: #eee;
}
*/
/* ------------------------------------
    Ext Content
    ------------------------------------ */
.ext_content {
    border: 0;
	margin: 0;
	padding: 0;
}
/* ------------------------------------
    MAC IE 5.x Hacks
    ------------------------------------ */
    
/* MAC IE 5*/



/* Regel vor IE 5 MAC verbergen*/
/*\*/



.pagerBox {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #00cc00;
    padding: 2px 3px 2px 3px;
}
a.pagerBox {
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #00cc00;
    padding: 2px 3px 2px 3px;
}

a.pagerBox:hover {
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
}
/* ------------------------------------
    SLIDESHOW
   ------------------------------------ */

#slideshow {
	margin: 20px 0 20px 0;
}	

/* ------------------------------------
    A - Z
   ------------------------------------ */

.boxABC {
	margin: 20px 0 20px 0;
	text-align:center !important;
}
.boxAB a {
	margin: 2px !important;
}
/* ------------------------------------
    Video
   ------------------------------------ */
.boxVideo {
	margin: 10px 0 10px 0;
}
.LinkVideoHVP {
	position: relative;
	left: -3px;
	background-image:url(../images/hvp_more.gif);
	background-repeat:no-repeat;
	background-position: 0 1px;
	padding: 0 0 0 20px !important;
	height: 20px;
	width: 150px !important;
	margin: 5px 0 0 0;
}
.LinkVideoHVP a,
.LinkVideoHVP a:hover {
	color: #fff !important;
	font-size: 10px !important;
	text-decoration: none!important;
	
}


div.boxTeaserRechts {
	position: relative;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	color: #fdcd00 !important;
	cursor: pointer;
}

div.tsReTxt {
    position: absolute;
	top: 80px;
	left: 0px;
    z-index: 51;
	padding: 8px;
}

div.tsReImg {
    z-index: 50;
}

div#displayer {
    color: #9C091A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align:center;
}
