/* ---------- Allgemeine Einstellungen ---------- */
body 	{
/*	color: #606060;*/
	color: #000000;
/*	background-color: #F5DEC8;*/
	/*background-color:#FFF0E0; */
	background-color: #fff0e0;
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding:0px;
    height: 100%;
    overflow: auto;
/*   	background-image: url(grafik/links_v1.gif);*/
   	background-image: url(grafik/bg_main.jpg);   	
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1, h2, h3, div {
  margin: 0;
  padding: 0;
}

/* ---------- Positionen ---------- */
#kopf {
	display: block;
	position: fixed;
	top: 0px; 
	left: 200px;
	height: 150px;
	width: 580px;
	border-right: 1px solid #c30f1b;
	border-left: 1px solid #c30f1b;
	z-index: 30;
	overflow: hidden;
	background-image: url(grafik/kopf_v2.jpg);	
	background-repeat: repeat-x;	
	}
#links {
	position: fixed;
	background-color:#FFF0E0;
/*	background-color: transparent; */
	top: 182px;
	left: 100px;	
	padding: 5px;
	width: 170px;
	/*height: 245px;*/
	overflow: hidden;
	border: 1px solid #c30f1b;
	z-index: 40;
/*	background-image: url(grafik/menu_v2.gif);
	background-position: right;
	background-repeat: no-repeat;*/
	}
#content {
	position: static;
	top: 0px;
	margin-left: 200px;
	padding-top: 182px;
	padding-left: 100px;
	padding-right: 20px;
	height: 100%;
	width: 460px;
	background-color: #FFF0E0;
	border-right: 1px solid #c30f1b;
	border-left: 1px solid #c30f1b;
	border-bottom: 1px solid #c30f1b;	
	z-index: 10;	
	}
#aktuell_neu {
	position: absolute;
	top: 200px;
	left: 680px;
	width: 180px;
	font-size: 10px;
	background-color: #FFF0E0;
	border: 1px solid #c30f1b;
	margin-left: 10px;
	padding: 2px;
	}
#aktuell {
	float: right;
	width: 185px;
	font-size: 10px;
/*	border: 1px solid #c0c0c0;*/
	margin-left: 10px;
	padding: 2px;
	}
#kopfmenu {
	position: fixed;
	top: 144px; 
	left: 201px;
	width: 575px;
	padding-right: 5px;
	background-color: #FFF0E0;
	border-top: 1px solid #c30f1b;
	border-bottom: 1px solid #c30f1b;	
	z-index: 30;
	text-align: right;
	font-size: 10px;
	}
#print {
	position: absolute;
	bottom: 20px;
	left: 10px;
	z-index: 200;
	}
.iewrap {
	height: 100%;
	z-index: 10;	
	}
#fuss {
	position: relative;
	bottom: 0px;
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: -80px;
	}
	
	
/* ---------- Menu links ----------- */	

ul.linksmenu {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	}
li.linksmenu a, li.linksmenu a:visited{
	display: block;
	color: #c30f1b;
/*	background-color: #FFF0E0;*/
	background-color: transparent;
	width: 155px;
	margin-bottom: 2px;
	margin-top:2px;
	padding: 2px 5px;
/*	border-bottom:1px solid #c30f1b;
	border-right:1px solid #c30f1b;
	border-left:1px solid #c0c0c0; */
	border:1px solid #c30f1b;
	text-decoration: none;
	background-image: url(grafik/rechtschwarz.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	line-height: 110%;
	}

li.linksmenu a:hover{
	display: block;
	color: #000000;
	background-color: transparent;
	width: 150px;
	margin-bottom: 2px;
	margin-top:2px;
	padding: 2px 5px;
/*	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #c0c0c0; */
	border:1px solid #c30f1b;	
	border-right:5px solid #c30f1b;
	text-decoration: none;
	background-image: url(grafik/rechtschwarz.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	line-height: 110%;
	}
li.linksmenu_act a, li.linksmenu_act a:visited{
	display: block;
	color: #c30f1b;
	background-color: transparent;
	width: 150px;
	margin-bottom: 2px;
	margin-top:2px;
	padding: 2px 5px;
/*	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #c0c0c0; */
	border:1px solid #c30f1b;	
	border-right:5px solid #c30f1b;
	text-decoration: none;
	background-image: url(grafik/rechtschwarz.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	line-height: 110%;
	}
li.linksmenu_act a:hover{
	display: block;
	color: #000000;
	background-color: transparent;
	width: 150px;
	margin-bottom: 2px;
	margin-top:2px;
	padding: 2px 5px;
/*	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #c0c0c0; */
	border:1px solid #c30f1b;	
	border-right:5px solid #c30f1b;
	text-decoration: none;
	background-image: url(grafik/rechtschwarz.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	line-height: 110%;
	}

/* ---------- Standards ------------ */
/*td, li, #content p, .bodytext{
	font-size: 12px;
	line-height: 150%;
	text-indent: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}*/
p.bodytext, td{
	font-size: 12px;
	line-height: 150%;
	text-indent: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}
.mailform, .mailformrequired, .mailformradio {
	font-size: 12px;
	color: #000000;
	font-family: Arial,sans-serif;
	}
#aktuell p, #aktuell a {
	font-size: 11px;
	line-height: 120%;
	}
#aktuell h1 {
	font-size: 13px;
	}
#zitat, #zitat p {
	color: #c30f1b;
	}
input, textarea, select {
	border: 1px solid #c30f1b;
	background-color: #FFF7EF;
	color: #000000;
	overflow: auto;
	}
input:focus, input:hover, textarea:hover {
	background-color: #e1d5ee;
	}
h1 { 
	color: #c30f1b; 
	font-size: 16px; 
	font-family: Arial, sans-serif; 
	font-weight: 100;
	margin: 0 0 10px 0;
	width: 100%;
}
h2 {
	color: #c30f1b; 
	font-size: 13px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}
h3 {}
h4 {}
.imgtext-table {
	margin-top: 20px;
	}
.rahmen {
	border: 1px solid #c30f1b;
	}

/* ---------- Standardlinks ---------- */
a, a:link, a:visited {
	color: #c30f1b;
	text-decoration:underline;
	font-size:12px;
/*	font-weight:bold;*/
	font-weight:100;
}
a:hover {
	color: #c30f1b;
	background-color: #e1d5ee;
	text-decoration:underline;
	font-size:12px;
/*	font-weight:bold;*/
	font-weight:100;
}
#kopfmenu a:link, #kopfmenu a:visited {
	color: #c30f1b; ;
	text-decoration:none;
	font-size:10px;
	font-weight:100;
}
#kopfmenu a:hover {
	color: #c30f1b;
	background-color: transparent;
	text-decoration:underline;
	font-size:10px;
	font-weight: 100;
}
#fuss a:link, #fuss a:visited, #fuss a:visited {
	font-size: 10px;
}
/* default styles for extension "tx_croncssstyledimgtext" */

/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 9px; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 1px solid #c30f1b;
  padding: 0px 0px;
}

DIV.csi-imagewrap { 
  padding: 0; 
  margin-bottom: 15px;
  }


DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
  margin-top: 4px;  
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
  margin-top: 4px; 
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 4px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

input, textarea, select 
  {
	border: 1px solid #c30f1b;
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
  }

fieldset, fieldset.csc-mailform, fieldset.subscribe-mailform 
  {
	border: 0;
	padding: 0;
	margin: 0;
  }

fieldset.csc-mailform div.csc-mailform-field label, .form-tmail .form-label  
  {
	clear: left;
	float: left;
	width: 130px;
	padding: 3px 0;
  }

.form-tmail .form-remark  
  {
	clear: left;
	float: left;
	padding: 1px 0 12px 130px;
	font-size: 11px;
  }

.form-tmail input, .form-tmail textarea, .form-tmail select,
fieldset.csc-mailform div.csc-mailform-field input, fieldset.csc-mailform div.csc-mailform-field textarea, fieldset.csc-mailform div.csc-mailform-field select 
  {
	width: 300px;
	float: left;
	overflow: auto;
  }

.form-tmail input.csc-mailform-check, .form-tmail input.input-auto 
  {
	margin-bottom: 5px;
	margin-top: 5px;
	width: auto;
	background: transparent;
  }

.form-tmail input.submit-button {
	width: auto;
	}

fieldset.csc-mailform div.csc-mailform-field input.csc-mailform-submit 
  {
	margin-left: 130px;
	width: 100px;
	  }
