 /*
 * CSS screen
 * jwp infocenter
 * erstellt: 2009-09-17
 * geaendert: 2010-01-06
 * Lars Vogel
 * info@l-vogel.de
 *
 */
 
@import url(navigation.css);
@import url(navigation_top.css);
@import url(slideshow.css);


p, div {
	padding: 0;
	margin: 0;
}


html {
    border: 0;
    padding: 0;
    margin: 0;
}   

body {
    margin: 0px auto;
    padding: 0;
	position: relative;
    border: 0;
    background-color: #b2b2b2;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-position: 0 0;
    /* general font */
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #666;
    line-height: 140%;
    
}
.clearer {
    clear: both;
	padding: 0;
    margin: 0;
}
.contentWrap {
    border-top :10px solid #fff;
	clear: both;
	padding: 0;
    margin: 0;
}
/* ------------------------------------
   Frame
   ------------------------------------ */
#frame {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 992px;
	height: auto;
}
/* ------------------------------------
   Header
   ------------------------------------ */
#header {
	position: relative;
    padding: 12px 11px 0 11px;
    margin: 0;
	width: 970px;
	height: 104px;
	background-image:url(../images/bg_header.png);
	background-repeat:no-repeat;
	background-position: 0 0;
}
#header #hilfsnavigation {
	position: absolute;
	top: 19px;
	left: 600px;
	z-index: auto;
	color: #fff;
}
#header #hilfsnavigation a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
	font-size: 12px;
	padding: 0;
    margin: 0;
}
#header #hilfsnavigation a:hover {
	text-decoration: underline;
}
#header #hilfsnavigation img {
	margin: 0 0 0 4px;
}
/* ------------------------------------
   Navigation (in navigation_top.css)
   ------------------------------------ */
#navigation {
	position: relative;
    margin: 0;
    padding: 0 11px 0 11px;
	width: 970px;
	height:50px;
	background-image:url(../images/bg_content.png);
	background-repeat:repeat-y;
	background-position: 0 0;
}


/* ------------------------------------
   Content 3-spaltig
   ------------------------------------ */
#content {
	/* IE 6 Menu: nicht position:relative */
    margin: 0;
    padding: 0 11px 0 11px;
	width: 970px;
	height:auto;
	background-image:url(../images/bg_content.png);
	background-repeat:repeat-y;
	background-position: 0 0;
	
}


#contentL {
	float:left;
	width: 165px;
	height: auto;
	margin:0;
	padding: 0;
	
}
#contentC {
	position:relative;
	float:left;
	width: 600px;
	height: auto;
	margin: 0 10px 0 10px;
	padding: 0;
	overflow:hidden;
	/*
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	*/
}
#contentR {
	position:relative;
	float:left;
	width: 185px;
	height: auto;
	margin:0;
	padding: 0;
	overflow:hidden;
}

/* ------------------------------------
   Content 2-spaltig
   ------------------------------------ */

#contentCR {
	float:left;
	width: 795px;
	height: auto;
	margin:0;
	padding: 0;
	overflow:hidden;
	border-left: 10px solid #fff;
}
/* ------------------------------------
   Content 4-spaltig
   ------------------------------------ */
#contentC1 {
	float:left;
	width: 280px;
	height: auto;
	margin:0 10px 0 0;
	padding: 0;
	overflow:hidden;
	border-left: 10px solid #fff;
}
#contentC2 {
	float:left;
	width: 279px;
	height: auto;
	margin:0;
	padding: 0 0 0 10px;
	overflow:hidden;
	border-left: 1px solid #d2d2d2;
	border-right: 10px solid #fff;
}
#contentC2 h2,
#contentC1 h2 {
	margin-top: 0;
	padding-top:0;
}
/* ------------------------------------
   Footer
   ------------------------------------ */

#footer {
    border: 0;
    padding: 0 11px 20px 11px;
    margin: 0;
	width: 970px;
	height: auto;
	background-image:url(../images/bg_footer.png);
	background-position:0 0;
	background-repeat: no-repeat;
}
#footerInner {
	width: 962px;
	height: 36px;
	margin: 0;
	padding: 8px 4px 0 4px;
	overflow:hidden;
	border-top: 5px solid #006bb3;
	background-color: #e3eef7;
}
#footerInner .hilfsnavigation {
	color: #006bb3;
}
#footerInner .hilfsnavigation a {
	color: #006bb3;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
	font-size: 12px;
}
#footerInner .hilfsnavigation a:hover {
	text-decoration: underline;
}
#footerInner .copyright {
	font-weight: bold;
	color: #006bb3;
	font-size: 12px;
}

#footerInner #buttons {
	position:absolute;
	left: 947px;
	margin: 10px 0 0 0;
	width: 32px;
	height:12px;
	
}
#footerInner #buttons div {
	float: left;
	width: auto;
}


/* ------------------------------------
   Boxen
   ------------------------------------ */
#boxSearch {
	position: absolute;
	top: 11px;
	left: 796px;
	width: 180px;
	height: 18px;
}

#boxBreadcrumb {
	margin: 0 0 10px 0;
	padding: 0;
	color: #a5a5a5;
	position: relative;
	left: -3px;
}
#boxBreadcrumb a {
	text-decoration: none;
	color: #a5a5a5;
	padding: 3px;
	font-size: 11px;
	font-weight: normal !important;
}
#boxBreadcrumb a:hover {
	color: #a5a5a5;
	text-decoration: underline;
}

.boxTeaser,
.boxMitarbeiter {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #dee7f3;
	background-color: #fff;
}
.boxTeaserHeadline,
.boxMitarbeiterHeadline {
	color: #006bb3;
	font-size: 12px;
	font-weight :bold;
	margin: 0;
	padding: 0 5px 0 5px;
	line-height: 19px;
	background-image:url(../images/bg_box_header.png);
	background-repeat: repeat-x;
}
.boxTeaserContent,
.boxMitarbeiterContent {
	margin: 0;
	padding: 5px;
	background-image:url(../images/bg_box.png);
	background-repeat: repeat-x;
}
.boxMitarbeiterImg {
	float:left;
	width: auto;
	padding:2px;
	text-align:center;
	margin: 0;
}
.boxMitarbeiterTab {
	float:left;
	width: 508px;
	padding:2px;
	margin-right: 2px;
}
.news {
	margin: 0 0 4px;
	padding: 0;
}

.news h4 {
	font-size: 9px;
	line-height: 12px;
	padding: 0;
    margin: 0;
	
}
.news a {
	color: #006bb3 !important;
	font-size: 11px;
	font-weight :bold;
	padding: 0;
    margin: 0;
}
.news a:hover {
	text-decoration: underline;
}

.boxNews {
	clear: both;
	margin: 0 0 20px 0;
	padding:0;
}

.boxNews .imgBoxStandard {
	float: right;
	margin: 0px 0px 20px 20px;
	
}
.boxNewsText h2 {
	margin: 0 0 4px 0;
	padding: 0;
}
.boxNews h2 a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.boxNews h2 a:hover {
	text-decoration: underline;
}

.boxNews .date {
	font-weight :bold;
	font-size: 12px;
}

/* Login */
#contentL #boxLogin h2 {
	color :#7c7c7c;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 2px 0;
}
#contentL #boxLogin {
	width: 155px;
	height: auto;
	padding: 5px;
	margin: 0;
	background-color: #e9ebea;
	border-bottom: 5px solid #fff;
}

#contentC #boxLogin h2 {
	color: #006bb3;
	font-size: 12px;
	font-weight :bold;
	margin: 0;
	padding: 0 5px 0 5px;
	position: relative;
	top: -5px;
	left: -5px;
	width: 400px;
	line-height: 19px;
	background-image:url(../images/bg_box_header.png);
	background-repeat: repeat-x;
	
}
#contentC #boxLogin {
	width: 400px;
	height: auto;
	padding: 5px;
	margin: 30px 0 30px 100px;
	background-color: #e9ebea;
	border: 1px solid #dee7f3;

}



/* Quicklink */
/*
#boxQuicklink {
	border-bottom: 5px solid #fff;
}
#boxQuicklink .boxTeaser {
	margin: 0;
}
#boxQuicklink .boxTeaser .boxTeaserContent {
	background: #fff !important;
}
*/
#boxQuicklink {
	border-bottom: 0;

}
#boxQuicklink .boxTeaser .boxTeaserHeadline {
	text-align:center;
}
#boxQuicklink .boxTeaser {
	margin: 0;
	border: 0;
	background-color: #ecefee;
}
#boxQuicklink .boxTeaser .boxTeaserContent {
	background: #ecefee;
	background-color: #ecefee;
	margin-top: 15px;
}
.quicklink {
	float: left;
	width: 76px;
	height: 64px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
	text-align:center;
}

.quicklinkText {
	font-weight:normal;
	font-size: 9px;
	text-align:center;
	color: #006bb3;
	margin: 0;
	padding: 0;
}

/* gallery */
.galBox {
	float: left;
	position: relative;
	display:block;
	width: 142px;
	height: 160px;
	border: 1px solid #dadada;
	background-color: #e9ebea;
	padding: 2px;
	margin: 0 2px 2px 0;
	text-align:center !important;
	overflow: hidden;
}
.galBoxImg {

}
.galBoxName a,
.galBoxName a:hover {
	text-align: center;
	font-size:10px !important;
	font-weight:bold !important;
	text-decoration: none !important;
	padding: 2px;
}
.galBoxText {
	text-align: center;
	font-size: 10px;
}


/* swf feeder */
#boxFeeder {
	width: auto;
	height: auto;
	padding: 20px;
	text-align:center;
	margin: 0;
	background-color: #f9f9f9;
	border: 1px solid #e9ebea;
}

/* video */
.boxFLV {
	border: 0;
	width:auto;
}
#FLVPlayer {
	
}
/* ------------------------------------
   Image
   ------------------------------------ */
#imgBox {
	float: right;
	width: auto;
}
.imgStandard {
	width: 220px;
	margin: 0px 0 20px 10px;
}	
.imgText {
	background-color: #e3eef7;
	font-size: 11px;
	font-style:normal;
	line-height: 140%;
}
.imgBoxBody {
	
}
.imgBody {
	margin: 20px 0 20px 0;
}	

.imgBoxHead {
	clear: both;
}
.imgHead {
	margin: 0 0 20px 0;
}

/* 4-spaltig */
#contentC1 #imgBox,
#contentC2 #imgBox {
	float:left;
	width: auto;
}
#contentC1 .imgStandard,
#contentC2 .imgStandard {
	
	width: 140px;
	margin: 0px 5px 5px 0;
}
/*
table td a img {
	border: none !important;
}
*/
/* ------------------------------------
   Raumplan
   ------------------------------------ */
.raumplan {
	margin: 20px 0 20px 0;
	border: 0;
	background-color: #fff;
}
.raumplan .image {
	padding: 0 10px 0 0;
	border: 0;
	background-color: #fff;
	vertical-align:top;
}
.raumplan .text {
	padding: 5px 10px 20px 0;
	border: 0;
	background-color: #fff;
	vertical-align:top;
}
.raumplan .imgStandard {
	width: 180px;
	margin: 0px;
	padding:0;
}
.raumplan .tex {
	background-color: #e3eef7;
	font-size: 11px;
	font-style:normal;
	line-height: 140%;
}
/* ------------------------------------
   Links
   ------------------------------------ */
   
a:link, a:visited, a:active {
    font-size: 12px;
    color: #006bb3; 
    text-decoration: underline; 
    font-weight: normal;
}
a:hover {
     text-decoration: underline;
}

/* Links in Boxen*/
.linkMore a {

    font-size: 12px;
	text-align: right;
    color: #006bb3; 
    text-decoration: none; 
    font-weight: normal;
	width: auto;
	height: auto;
	padding: 2px 10px 2px 2px;
	margin: 0 10px 0 0;
	background-image:url(../images/pfeil_next.gif);
	background-repeat:no-repeat;
	background-position:center right;
}
a.linkBack {
	display:block;
    font-size: 12px;
    color: #006bb3; 
    text-decoration: none; 
    font-weight: bold;
	width: auto;
	height: auto;
	padding: 2px 2px 2px 10px;
	margin: 20px 0 20px 0;
	background-image:url(../images/pfeil_prev.gif);
	background-repeat:no-repeat;
	background-position: center left;
}
a.linkBack:hover,
.linkMore a:hover {
	text-decoration: underline;
}

/* ------------------------------------
   Listen
   ------------------------------------ */
ul {
	list-style-position:outside;
	list-style-type:square;
	margin: 0;
	padding: 6px 0 6px 14px;
}   
li {
}


/* ------------------------------------
   Formular
   ------------------------------------ */
input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.searchForm {
	width: auto;
	height: auto;
	padding: 20px;
	margin: 0;
	background-color: #f9f9f9;
	border: 1px solid #e9ebea;
}
 #searchButton {
 	margin:0;
	padding: 0;
	background:url(../images/btn_search.png) no-repeat scroll 0 center;
	border:none;
	width:34px;
	height:18px;
	font-weight:normal;
	vertical-align:bottom;
	cursor:pointer;
	font-size:11px;
	line-height: 11px;
	color: #666;
}
 #searchInput {
 	position: relative;
	left: 4px;
 	margin:0;
	padding: 2px 0 0 2px;
	background:url(../images/bg_search.png) no-repeat scroll 0 center;
	border:none;
	width:140px;
	height:16px;
	font-weight:normal;
	vertical-align:bottom;
	cursor:pointer;
	color: #7c7c7c;
}

.formbut {
    margin: 2px 0 2px 0;
	padding: 1px;
	background:url(../images/btn_standard.png) no-repeat scroll 0 center;
	border:0;
	width:80px;
	height:19px;
	font-weight:normal;
	vertical-align:bottom;
	cursor:pointer;
	font-size:11px;
	line-height: 11px;
	color: #666;
}
.formfield {
    border: 1px solid #dadada;
    background: #fefefe;
    font-size: 11px;
    padding: 1px !important;
    font-weight: normal;
    color: #7c7c7c;
	width: 150px;
	margin: 2px 0 2px 0;

}
.formfieldEmpty {
    color: #111; 
    font-weight: bold;
    text-decoration: none;
     background-color: #dadada; 
     border-top :1px solid #cc0000;
     border-right :1px solid #cc0000;
     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;
    border: 1px solid #dadada;
    background: #fefefe;
    font-size: 12px;
    padding: 1px !important;
    font-weight: normal;
    color: #7c7c7c;
	margin: 2px 0 2px 0;
}
.formDisplayEmpty {
    display: block;
    float: left;
	width: 200px;
    border: 1px solid #92bfde;
    background: #fefefe;
    font-size: 12px;
    padding: 1px !important;
    font-weight: normal;
    color: #7c7c7c;
	margin: 2px 0 2px 0;
}

.formCheck,
.formCheckEmpty {
    display: block;
    float: left;
    width: auto;
	height: 12px;
    border: 0;
    padding: 1px !important;
    font-weight: normal;
    color: #7c7c7c;
	margin: 4px 0 4px 0
}
.formDisplay:focus,
.formDisplayEmpty:focus {
	background-color: #f0f0f0;
}
/* Kategorie */
.formLabelKat {
    display: block;
    text-align: left;
    float: left;
    width: 160px;
    padding-right: 20px;
    border: 0;
    margin: 12px 0 2px 0;
    font-size: 12px;
	font-weight: bold;
}
.formDisplayKat {
    display: block;
    float: left;
    border: 0;  
    width: 200px;
    padding-left: 6px; 
    padding-top: 2px;
    margin: 2px 0 2px 0;
}
.formLabel, .noLabel {
    display: block;
    text-align: left;
    float: left;
    width: 160px;
    padding-right: 20px;
    border: 0;
    font-size: 12px;
}

.boxFail {
    margin: 0 0 0 180px;
}
.msg {
    color: #ff0000;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}
/* ------------------------------------
   Pager
   ------------------------------------ */
#boxPager {
	clear: both;
    width: auto; 
    height:auto; 
    padding: 0px;
    text-align: center !important;
	margin: 20px 0 20px 0  !important;

}

.pager {
    color: #666;
    font-weight: bold; 
    text-decoration: none; 
    background-color: #fff;  
    border: 1px solid #d4d4d4;
    font-size: 12px;
    padding:4px 4px 4px 4px;
    width: auto;
    height: 20px;

}
a.pager:link, a.pager:visited, a.pager:active {
    color: #666; 
    font-weight: bold; 
    text-decoration: none; 
    background-color: #ddd;
    border: 1px solid #d4d4d4;
    font-size: 12px !important;
    padding:4px 4px 4px 4px;
    width: 16px;
    height: 20px;
	line-height:1em;

}
a.pager:hover { 
    color: #666; 
    font-weight: bold; 
    text-decoration: none; 
    background-color: #c9c9c9; 
    border: 1px solid #d4d4d4;
    font-size: 12px;
    padding:4px 4px 4px 4px;
    width: 16px;
    height: 20px;
}



/* ------------------------------------
   Lightbox-Galery
   ------------------------------------ */
.gallery {
	margin: 20px 0 20px 0;
}
   
.galImgBox {
	float: left;
	width: 142px;
	height: 142px;
	border: 1px solid #dadada;
	background-color: #e9ebea;
	padding: 2px;
	margin: 0 2px 2px 0;
	text-align:center !important;
	/*
	vertical-align:bottom !important;
	*/
	overflow: hidden;
	
}
.galImg {
	 text-align:center !important;
}
.galImages {
	margin: 5px 0 5px 0;
}
.galImgName {
	display:block;
	text-align: center;
	font-size:11px;
	color: #333;
	font-weight:normal;
	padding: 2px;
}
.galImgText {
	display:block;
	text-align: center;
	font-size:10px;
	color: #333;
	font-weight:normal;
	padding: 2px;
}

.galNav {
	margin: 0 !important;
}
.galNav a, 
.galNav a:hover {
	margin: 0 5px 0 0 !important; 
	text-decoration: none !important
}



/* ------------------------------------
   Guestbook
   ------------------------------------ */
/* ------------------------------------
   Guestbook Ausgabe
   Guestbook Eingabe: s.Formular
   ------------------------------------ */
/* Ausnahme: box Eingabe*/
.boxVPGBEingabe {
	margin: 0;
	border: 0;
	padding: 10px 0 0 0;
	width: 540px;

}

   
div.vpgb_eintrag {
	margin: 10px 0px 10px 0px;
	border: 1px solid #dee7f3;
	background-color: #fafafa;
	padding: 10px;
	width: auto;
	background-image:url(../images/bg_box.png);
	background-repeat: repeat-x;
}

div.vpgb_infos {
	margin: 0px;
	padding:0;
	white-space: nowrap;
}
div.vpgb_entry {
    margin: 0px 0px 10px 0px;
}
div.vpgb_comment {
	margin: 4px 0px 4px 0px;
	font-style: italic;
	color: #222;
}
div.vpgb_name {
	font-weight: bold;
	margin: 2px 0px 6px 0px;
}
.vpgb_datum {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.vpgb_pager {
	clear: both;
	height: auto;
	width: auto;
	line-height: 1.5em;
	vertical-align:middle;
	text-align:center;
	padding: 0px;
	margin: 0;
}
.vpgb_pager div {
	margin: 5px;
}


a.vpgb_link,
.vpgb_pager a {
    color: #666; 
    font-weight: normal; 
    text-decoration: none; 
    background-color: #ddd;
    border: 1px solid #d4d4d4;
    font-size: 12px !important;
    padding:2px;
    width: 16px;
    height: 20px;
	line-height:1em;
}

a.vpgb_link:hover,
.vpgb_pager a:hover {
    color: #666; 
    font-weight: normal; 
    text-decoration: none; 
    background-color: #c9c9c9; 
    border: 1px solid #d4d4d4;
    font-size: 12px;
    padding:2px;
    width: 16px;
    height: 20px;
}
