@charset "UTF-8";
/* CSS Document */

body  {
	background-image: url( ../images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fefefe;
}
/*********************************/
/* Aufzählungsliste spezifiziert */
/*********************************/
/* Aufzählungsliste, allgemein */
ul.csc-bulletlist li {
color:#494949;
font-size:10pt;
line-height:14pt;
list-style-image:none;
list-style-position:outside;
list-style-type:square;
}
/* Aufzählungsliste, spezifiziert */
ul.csc-bulletlist-0 {
}
ul.csc-bulletlist-1 {
	list-style-type: decimal;
}
ul.csc-bulletlist-2 {
	list-style-position: inside;
}
ul.csc-bulletlist-3 {
	list-style-type: square;
}

/*******************/
/* Linkzustaende   */
/*******************/

a {
	color: #494949;
	border-bottom:1px dashed;
	text-decoration:none;
	}


a:hover {
	color: #930642;
	
}

a:hover:hover {
	color: #930642;
	
}

a:active {
	color: #494949;

}

a:visited {
	color: #494949;

}



/******************/
/* �berschriften  */
/******************/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 0px;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #930642;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 1.5em;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin-top: 0px;
}
h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
	text-align: left;
}
h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
	text-align: center;
}
h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
	text-align: right;
}
h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify {
	text-align: justify;
}
/* �berschriften, verlinkt */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
/* �berschrift Datum */
p.csc-header-date {
	font-size: 0.8em;
}
/* Sub�berschrift, allgemein */
p.csc-subheader {
	font-weight: bold;
	font-style: italic;
}
/**************************/
/* Verschiedene Formulare */
/**************************/
form { 
	margin: 0px;
	border: 0px;
}	
input, textarea, select { 
	width: 300px;
	margin-bottom: 2px;
	padding: 1px 5px;
	border: 1px solid #930642;
}
.csc-mailform-submit {
	width: 100px;
	padding: 5px;
	margin-left: 115px;
	color: #000;
	background-color: #ebebeb;
	
	
}

/* Email, Login und Such- Formular allgemein: */

/* Email Formular, spezifiziert */

/* Such Formular, spezifiziert */

/* Login Formular, spezifiziert */
table.csc-loginform {
	background-color: #ffe40c;
}
table.csc-loginform p {
	margin: 0px;
}
table.csc-loginform input {
	width: 105px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
}

fieldset {
	font-size: 10pt;
	color: #494949;
	border: none;
	}


/**********/
/* Bilder */
/**********/
/* Captions */
div.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}
/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}
/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid #000;
	padding: 0px 0px;
}
div.csc-textpic-imagewrap {
	padding: 0;
}
div.csc-textpic img {
	border: none;
}
/* DIV: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float: left;
}
/* UL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float: left;
	margin: 0;
	padding: 0;
}
/* DL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border: none;
} /* FE-Editing Icons */
dl.csc-textpic-image {
	margin: 0;
}
dl.csc-textpic-image dt {
	margin: 0;
	display: inline;
}
dl.csc-textpic-image dd {
	margin: 0;
}
/* Clearer */
div.csc-textpic-clear {
	clear: both;
}
/* Margins around images: */
/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0 0 0.5em;
	font-size: 9pt;
	line-height:1.5;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image IMG {
	margin: 0;
}
/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 1px;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 1px;
	display: block;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear: both;
}
/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 30px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 30px !important;
}
/* Positioning of images: */
/* Above */
div.csc-textpic-above div.csc-textpic-text { clear: both; }
/* Center (above or below) */
div.csc-textpic-center {
	text-align: center; /* IE-hack *//* IE-hack */
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 0 auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
div.csc-textpic-center div.csc-textpic-text {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
	float: right;
}
div.csc-textpic-right div.csc-textpic-text {
	clear: right;
}
/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
	float: left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear: left;
}
/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
}
/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float: right;
}
/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float: right;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/************* Chgallery Stylesheets *************/

div.tx-chgallery-pi1 {
margin-left:-10px;
padding: 0px;
}
div.tx-chgallery-pi1 div.clr { 
  clear:both; 
}
div.tx-chgallery-pi1 div.pagebrowser {
  display:none;
}
div.single span {
  display:none;
}
div.tx-chgallery-pi1 div.single {
background-color:transparent;
float:left;
height:110px;
padding: 0px
vertical-align:middle;
width:111px;
}
* html div.tx-chgallery-pi1 div.single {
  margin-right:9px;
}
div.tx-chgallery-pi1 div.single div.img {
  margin:10px;
  height:90px;
  width:90px;
}
div.tx-chgallery-pi1 div.single div.align {
  text-align:center;
  height:90px;
  width:90px;
}
div.tx-chgallery-pi1 div.single div.align a img {
  vertical-align:middle;
}

/* Category View */
div.chgallery-list div.item {
  border:1px solid #004D8B;
  background-color:transparent;
  float:left;
  height:130px;
  margin-right:3px;
  margin-bottom:3px;
  width:110px;
}
div.chgallery-list div.img {
  border-bottom:1px solid #004D8B;
  padding:5px 0;
  margin:0 5px;
  height:100px;
  width:100px;
}
div.chgallery-list div.align {
  text-align:center;
  height:100px;
  width:100px;
}
div.chgallery-list div.align a img {
  vertical-align:middle;
}
div.chgallery-list div.title {
  text-align:center;
}

#wrapper {
	background-image:url(../images/flowers.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:auto;
	padding-bottom:150px;
	width:1100px;
	padding-bottom:150px;
	behavior:url("fileadmin/template/css/iepngfix.htc");
		
	}
	
#wrapperhome {
	background-image:url(../images/ornament.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-bottom:150px;
	behavior:url("fileadmin/template/css/iepngfix.htc");
	}


#container {
	width: 800px;
	margin: auto;
	text-align: left;
}
	
#teaser {
	text-align: left;
	margin: 20px;
	width: 575px;
	height: 88px;
	background-image:url(../images/teaser.png);
	background-repeat:none;
	behavior:url("fileadmin/template/css/iepngfix.htc");
}

.hauptnav {
	margin: 0 0 0 4px;
	padding: 0;
	list-style: none;
	
}
ul.hauptnav li {
	padding: 0;
	margin: 0;
	position:relative;
	display: inline;
	
}

.hauptnav li a:hover, .hauptnav li.akt a{
	color:#FFFFFF;
display:block;
float:left;
font-size:10pt;
padding:0 7px;
text-decoration: underline;
}


.hauptnav li a {
	color:#FFFFFF;
float:left;
font-size:10pt;
padding:0 7px;
text-decoration:none;
}

ul.hauptnav li.spacer {
background-color:red;
border:1px solid #555555;
float:left;
height:18px;
margin-left:5px;
margin-right:5px;
margin-top:10px;
}



#navigation {
	margin-right: 20px;
	background-color: #696969;
	width: 500px;
	height: 40px;
	float:right;
	line-height: 40px;
}

#content {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	clear:both;
}

#content p {
	font-size: 9pt;
	color: #494949;	
	line-height:1.5;
}

#footer {
	font-size: 9pt;
	line-height:1.5;
	padding-left: 20px;
	color: #494949;
}

.footerimg {
	margin-left: -20px;
	behavior:url("fileadmin/template/css/iepngfix.htc");
	
}

.footerright {
	padding-right: 20px;
	float: right;
	text-align: right;
}

.footerleft {
	float: left;
}

