/* CSS Document */

/* Schriftformatierungen */
H1, H2, H3, H4, H5, P, A, DIV, TD, UL, LI, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a { text-decoration: underline; color: #597F96; }
a:hover { text-decoration: none; color: #000000; }
a img { border: none; }

P.bodytext { padding: 6px 0; }
.csc-header { margin: 10px 0 0 0; }

.csc-default { margin-top: 50px; }
.csc-default:first-child { margin-top: 0; }

.csc-mailform { border: none; }
.csc-mailform label { width: 100px; line-height: 20px; float: left; }
.csc-mailform-submit { margin-top: 20px; }

.clearer { clear: both; }

/* Allgemeine Formatierungen */
html, body { height: 100%; }
body { margin: 0; padding: 0; background-image: url(../img/bg.gif); }
#container { min-height: 100%;  background: url(../img/contentBg.gif) repeat-y; }
* html #container {	height: 100%; }

#header { height: 141px; background-image: url(../img/headerBg.jpg); }
#header img { margin-top: 4px; float: left; }
#headerRightBorder { float: left; height: 141px; width: 3px; background-image: url(../img/headerBorderRight.jpg); }

#menu { height: 48px; background-color: #BFC9D2; }
#menuItems { height: 48px; width: 910px; background-color: #597F96; border-right: 1px solid #FFFFFF; color: #FFFFFF; }
#menuItems a { display: block; float: left; line-height: 48px; color: #FFFFFF; padding: 0 10px; text-transform: uppercase; text-decoration: none; }
#menuItems a:hover, #menuItems a.hover { background: url(../img/menuHoverBg.gif) repeat-x; }
#menuItems img { float: left; }
#menuBorderBottom { height: 3px; font-size: 3px; background: url(../img/menuBorderBottomBg.jpg); }

#leftCol { width: 187px; float: left; }
#rightCol { float: left; width: 692px; padding: 15px; margin-left: 1px; margin-bottom: 20px; }

#footer { height: 11px; background-color: #BFC9D2; }


/* Men�formatierungen */
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#FFF;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.65;
	filter:alpha(opacity=65);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color:black;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
	
	
	
/* default styles for extension "tx_veguestbook_pi1" */
  /* example styles */
    .tx-veguestbook-pi1 { margin: 0 10px; }
    .tx-guestbook-list-table { border-style: solid; border-color: #BFC9D2; border-width: 1px; }
    .tx-guestbook-list-header { background-color: #6E97AD; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }
    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
    .tx-guestbook-form-inputfield-med { border: 1px solid #BFC9D2; width:100px; font-size: 10px; }
    .tx-guestbook-form-inputfield-big { border: 1px solid #BFC9D2; width:150px; font-size: 10px; }
    .tx-guestbook-form-textarea { border: 1px solid #BFC9D2; width:250px; font-size: 10px; }
    .tx-guestbook-form-obligationfield { color: #CC0000; }
    .tx-guestbook-form-error { color: #CC0000; }


.gal_thumb_row {
}

.gal_thumb_row a {
    display: block;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.gal_thumb_row a:first-child {
    margin-left: 0;
}

.gal_single_nav {
    padding: 10px 0;
    text-align: center;
}

.gal_single_nav a {
    margin:  0 20px;
}

.gal_single_image {
    text-align: center;
}
