
/* ======================================
  1. Kalibrierung und Restauration
  ======================================  */
/* Reset - alle Abstände auf NULL */
*  { padding: 0; margin: 0; }
/* optional: erzwingt Scrollbar im Firefox */
/*html { height: 100%; margin-bottom: 1px; }*/

li { list-style-type: none; }
/* hier ggfs. Abstände für weitere Elemente restaurieren */

/* ======================================
  2. Allgemeine Styles
  Farben
  rot: #e60005;
  ====================================== */
body {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}
h1 { font-size: 140%; }
h2 { font-size: 110%; }
h3 { font-size: 110%; }

a {
  text-decoration: none;
  	color:#e60005;
  /* outline: none; */ /* nur wenn es Sie wirklich stört */
}
a.more{
	color: #e60005;
}
a:hover, a:focus {}
a:active {
  color: #600002;
}


/* Allgemeine Klassen und IDs */
img#logo {
  background-color: white;
  color: black;
  padding: 10px;
  border: 10px solid #d9d9d9;
}
/* Skiplink ausblenden */
/*
.skiplink {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
*/
.nv {
	display: none;
}
.clearing { clear: both; }

/* ======================================
  3.  Styles für die Layoutbereiche
  ====================================== */
#wrapper {
  /* Hintergrundgrafik für drei Spalten */
  xbackground: white url(../images/background.gif) repeat-y left top;
  width: 1024px;
  margin: 10px auto;
}
#header {
  position: relative;
  background: url(../images/fup_header.jpg) repeat-y left top;
  height:181px;
  padding: 10px 20px 10px 20px;
}
  #header p {
    position:absolute;
    top: 10px ;
    right: 10px;
    padding: 5px 0 5px 0;
    margin-bottom: 0;
  }
  div#header p span {
    color: #d90000;
  }
#keyvisual{
	padding-top:10px; width:1024px !important; height:180px !important;
	overflow: hidden; 
	display:block;
	position:absolute;
}  
  
#standard {
	position:absolute;
    top: 140px ;
    left: 40px;
    padding: 5px 0 5px 0;
    margin-bottom: 0;
}
	#standard li { padding:0; margin:0; display:inline; }
	#standard a { float: left; display:block; margin-right:0.8em; color:#d90000;}
  
  
  
  
  
#navibereich {
  /*background-color: pink;*/ /* zum Testen Kommentar entfernen */
  float: left;
  width: 200px;
  height:400px;
  border-right: 1px solid #e60005;
  padding-left: 20px;
  padding-top: 20px;
}
  #navibereich ul { }
  #navibereich li {
  margin: 0; font-size: 1.1em;
  border-bottom: 1px solid #e60005;
  }
  #navibereich ul ul{ padding-left:10px;}
  #navibereich li li {
  margin: 0; font-size: 0.9em;
  border-bottom:none;
  }
  #navibereich a {
  	color:#e60005;
    display: block;
    text-decoration: none;
    padding: 4px;
  }

  #navibereich a:hover,
  #navibereich a:focus {
    color: black;
  }
  #navibereich a:active, #navibereich .strong {
    color: black;
    
  }
  
 #logos{
 	margin-top:25px;
	text-align: center;
 }
 #logos img{
 	margin-top: 10px;
 }
  
  
  
/* Style für #sidebar */
#sidebar {
  float:right;
  width: 230px;
  padding: 10px;
  padding-top: 20px;
}
#sidebar div{
	font-size: 0.85em;;
}





/* MITTE*/
#content {
width: 400px;
padding: 20px 10px 20px 20px;
 margin-left: 25px; /* Platz für #navibereich */
float:left;
}
  #content a {
  
}
  #content a:hover,
  #content a:focus {
   
  }
 #content .dach{
 	font-size: 0.9em;
	color: Gray;
 }
#content h1.intro{
	text-transform: uppercase;
}  

#content .sub{
	padding: 10px 0 0 0;
	font-weight:	bold;
}  
#content .image_left, #content .smimage_left, #content .bildspalte{
	float: left;
	padding: 10px 15px 15px 0;
}
#content div.intro{
	padding: 10px 0 0 0;
}

#content ul.contentlist{
padding-left:15px;
}
#content ul.contentlist li{
	list-style: disc;
	list-style-position: outside;
	
}

#content ul.beitragsul{
	margin-top:15px;
	padding-top:0;
}
#content ul.beitragsul li.listbeitrag{
	clear:both;
	
}
#content .listtitel{

	}

#content table li{
	clear:both;
	list-style: disc;
	list-style-position: outside;	
}

#content #lastmod{
	float: right;
	font-size: smaller;
}


table{
	width: 99%;
}
td.column1{
	width:100px;
	padding:5px;
}
td.column2{
	width:300px;
	padding:5px;
}
tr.row1 {
	background-color: transparent;
	padding: 0.5em;
	text-align:left;
	vertical-align:top;
}
tr.row2 {
	background-color: #FFF2F2;
	padding: 0.5em;
	text-align:left;
	vertical-align:top;
}



ul.register {
   padding:10px 0 5px 0;
   border-bottom: 1px solid #001E4D;
	height: 1.3em;
  margin-bottom:20px;
  font-size: 1.1em;
}

ul.register li {float:left; margin-left: 0.5em;}

ul.register li.clearlist {float:none;clear:left;}

ul.register li a {
	color: #8E8E8E;
  text-transform:uppercase;
  xdisplay:block; 
}
ul.register li a.regactive{
	font-weight: bold; 
}
ul.register li a:hover, ul.register li a.regactive {
  	color: #0B0DFF;
}






/*
.pagerbox { padding-left: 15px; margin:1em 0 1em 0; overflow: hidden; text-align:left; }
.pager { margin:0.5em 0 0.5em -5px; }
.pagerElem { }
.pagerElem * {padding:0 3px; }
.pagerElem a {}
.pager b {color: #B22222;}
.pagerElem a.formbutton2 { }
.pagerElem a.formbutton2disabled { }
.pagerbox .info { text-align: left; white-space: nowrap; color:#A0A0A0; margin-left:0px;}
.pagerbox .info a { color:#A0A0A0; font-weight: normal; }
.pagerbox .info a em { font-style: normal; }

*/  

/*  FORMULARE */

fieldset {
	border-style:none;
	border-width:0px;
}

input.redaxdateneingabe, textarea.redaxdateneingabe {
	background-color:#FFF2F2;
	border-bottom:1px solid #D2D2D2;
	border-left: none;
	border-right: none;
	border-top:none;
	padding-left:2px;
	}
input.formbutton {
	border-color:transparent;
	background-color:transparent;
	font-weight:bold;
}

div.redaxform form{
	margin-top:15px;
	width:500px;
}

.redaxform #Anmeldung{
	float:left;
	width:95%;	
	margin-right:0px;
}
.redaxform #Arbeitsgruppe{
	float:left;
	width:95%;	
	margin-right:0px;	
}
.redaxform  #Absenden {
	clear:both;
	text-align:right;
	width:300px;
	float:right;
}

.redaxform #Anmeldung fieldset, .redaxform .rwpcpc {
	clear:left;
	margin-top:5px;
}
.redaxform #Arbeitsgruppe{
	margin:5px 0 5px 0;
}
.redaxform #Anmeldung fieldset h2 {
	width:130px;
	text-align:right;
	float:left;
	font-weight:normal;
	margin-right:10px;
}
.redaxform #Anmeldung textarea, .redaxform #Anmeldung input {
	width:300px;
}

#Anmeldung .forminput input[type=checkbox]{
	width: 15px;
	margin-right:100px;
}
#Arbeitsgruppe input[type=radio]{
		width: 10px;
		height:10px;
		padding: 0 15px 10px 0;
		margin: 5px 10px 0 0;
		float:left;	
}
#Anmeldung .forminput {
	float:right;
}
#Arbeitsgruppe .forminput{
	width: 300px;
	float:right;
}
#Arbeitsgruppe .redaxdateneingabe {
	margin-top: 10px;	
	text-align:left;
}
.redaxform #Anmeldung fieldset label {
	width:130px;
	text-align:right;
	float:left;
	font-weight:normal;
	margin-right:10px;
}
.redaxform #Arbeitsgruppe fieldset label{
	width:130px;
	text-align:right;
	float:left;
	font-weight:normal;
	margin-right:10px;
}
div.redaxform .rwpcpc {
 clear:both;
 border: 1px solid #ccc;
 margin-right: 15px;
}
/*
.redaxform fieldset h2  {
	font-weight:normal;
}

.redaxform fieldset label  {
	font-weight:normal;
	font-size:1em;
	display:block;
}

.redaxform fieldset legend  {
	display:none;
}
*/
.redaxfuncbutton {
	border-color:#FFFFFF;
	border-width:0px;
	border-style:solid;
	background-color:#FFFFFF;
	color:#B4300A;
	font-weight:bold;
}

.redaxfuncbutton:hover {color:#000000;}

.redaxform .redaxdateneingabelabel {	
	font-size:0.8em;
	color:#666666;
	width:130px;
	text-align:right;
	float:left;
}
div.alertwarn{
	border: 1px solid red;
}
div.alertokay{
	
}



 
#fussbereich {
  background-color: white;
  color: black;
  padding: 10px 20px 20px 20px;
  border-top: 1px solid #8c8c8c;
 margin:10px 0px 0 0px;
}
