@charset "utf-8";
/* CSS Document */


/*** ALLGEMEINE DEFINITIONEN ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	background-color: white;
	color: #77797b;
	font-size: 14px;
}

a {
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	margin-top: 0;
	margin-bottom: 0.7em;
	font-size: 18px;
}

h2 {
	margin-top: 0;
	margin-bottom: 0.7em;
	font-size: 14px;	
}

h3 {
	margin-top: 0;
	margin-bottom: 0.7em;
	font-size: 14px;	
}


p	{
	margin-top: 0;
	margin-bottom: 14px;
}

ul {
	list-style: square;
}

.cleaner {
	clear: both;
	font-size: 1px;
}


/*** STRUCKTUR ***/

#container {
	width: 920px;
	margin: auto;
	padding-top: 40px;	
}

#header {
}

#logo {
	margin-bottom: -72px;
}


#content_top {
	background: #959799;
	height: 15px;
}

#content_right {
	height: 465px;
	float: none;
	margin-left: 265px;
	background: url(images/layout/bg_text.jpg) repeat-x bottom; 
	overflow: auto;
}

#content_bottom {
	background: #959799 url(images/layout/shadow_bottom.jpg) repeat-x bottom;
	height: 30px;
	width: 917px;
	position: absolute;
}

#content_shadow_right {
	background: url(images/layout/shadow_right.jpg) repeat-y;
	border-left: 1px solid #959799;
	width: 3px;
	float: right;
	height: 508px;
}

/********* INHALT *********/


/**** INHALT BILDERSPALTE LINKS(GALLERY) ***/

#gallery {
	width: 265px;
	height: 465px;
	float: left;
	background: #dcddde;
	border-left: 1px solid #959799;
	overflow: auto;
	text-align: center;
}


/* Scrollhinweis bei CHGallery */
.tx-chgallery-pi1 {
	background-image: url(images/layout/scroll_down.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



#gallery img {
	margin: 6px 0;
	width: 190px;
	border: 4px solid #dcddde;
}

#gallery p {
	width: 179px;
	margin: 10px auto;
	text-align: left;
	font-size: 90%;
	border-left: 4px solid #959799;
	padding-left: 7px;
}

#gallery h1 {
	width: 179px;
	margin: 10px auto;
	text-align: left;
	font-size: 90%;
}

/*** Verlinkte Bilder ***/

#gallery a:hover img, #gallery a:active img{
	border: 4px solid #ffe700;
}

#gallery a:hover, #gallery a:active{
	width: 198px;
}


/*** Text in linker Spalte **/
.content_gallery {
	width: 190px;
	margin: 10px auto;
	text-align: left;
	font-size: 90%;
	border-left: 4px solid #959799;
	padding-left: 7px;
}


/**** INHALT TEXTBEREICH ****/

#text {
	height: 370px;
	padding: 30px 60px 30px 40px;
	overflow: auto;
}

#text a,
.content_gallery a {	
	font-weight: bold;
	text-decoration: underline;
	color: #77797b;
	}

#text a:hover,
#text a:active,
.content_gallery a:hover,
.content_gallery a:active {	
	background: #ffe700;
	}
	
/* Zweispalter KONTAKT */

#c254 {
	float: left;
	width: 250px;
}

/*Zweispalter Balkone 

.col1 {
	width: 260px;
	margin-right: 5px;
		float: left;
}

.col2 {
	width: 265px;
	float: left;
}*/

/* FCE Zweispalter */
.leftcol {
	width: 310px;
	margin-right: 20px;
	float: left;
}

.rightcol {
	float: right;
	width: 200px;
}


/*** Bildunterschrift ***/
.csc-textpic-image .csc-textpic-caption {
	padding: 4px 0 20px 0;
}


