/*##############################
www.ffec.de Stylesheet
Datei: style.css
Media: screen
Datum: 27.07.2007
###############################*/
*{
	margin:0;
	padding:0;
}
html{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body{
	height:100%;
	min-height:100%;
	background-color:#efefef;
	color: #555;

}

.csc-firstHeader {
	margin-top: 15px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	text-decoration: none;
}
h1 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	color:#BD1127;

}

h2, h3, h4, h5{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #777;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

a img {border: 0px;}

.bodytext{
	line-height: 16px;
}

p {
	margin-bottom: 15px;
}

ul li {

	list-style-image: url(../image/aufzaehlung.gif);
	margin: 0 0 0 15px;
	/* padding-left: 10px; */

}

ol li {

	margin: 0 0 0 15px;
	padding-left: 10px;

}

ul, ol {

	padding-top: 3px;
	margin-bottom: 15px;
	font-size: 11px;
	/* margin-left: 25px; */
	line-height: 15px;

}

strong em {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #B51030;
	font-size: 13px;
}

#main{
	margin: 0px auto 0 auto;
	width: 925px;
	background-image: url(../image/hg-925.gif);
	background-repeat: repeat-y;
	/* während der Erstellung 	
	height: 100%;
	min-height: 100%;*/
/*	padding-bottom: 86px; */


}

/* Hauptelemente */
#header{
	width:inherit;
	height:190px;
	margin-bottom:20px;
}
#menutop{

	height: 26px;
	width:100%;
	background-color:#efefef;
	text-align: right;
	padding-right: 15px;
	padding-top: 7px;
	color: #dedede;

}
#menutop a{
	text-decoration: none;
	color: #e0e0e0;	
	background-color:#999999;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;	
	display:blocK;
	float:left;
	padding: 6px 8px;
	font-weight: bold;
}
#menutop a:hover{
	text-decoration: underline;
	
}
.mtwrap{
		float:right;
		margin-right:40px;
}
/* linke Spalte und Inhalte: */
#left{
	float:left;
	width:250px;
	padding:36px 0px 30px 0px;

}
* html #left{
	width:250px;
}
/* linkes Menü */
.lm1 ,  .lm1cur  {
	display: block;
	padding: 5px 0px 6px 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}



.lm1 a:hover{
}
.lm1cur a{
}


.leftspacer{
	background-color:#fff;
/*	height:10px;*/
	width:inherit;
}


/* mittlere Spalte und Inhalte: */
#middlewrap{
	float: left;
	width: 450px;	

}



#middle{
	float:left;
	width:400px;
	background-color:#fff;
	padding: 30px 25px 30px 25px;
	/* nur bei der erstellung: */
	min-height:100px;

}

#middle a{
	font-weight: bold;
	text-decoration: underline;
	color: #777;
}

#middle a:hover {
	color: #B51030;
}

#middle img {
	margin-top: 5px;
}



/* rechte Spalte und Inhalte: */
#right{
	float:left;
	width:200px;
	padding:45px 0px;
}

/* Inhalte und überschriften werden in #BD1127: */
#right h1, #right .bodytext{
	background-color:#BD1127;
	color:#fff;
	margin:0px 0px 0px 0px;
	padding-top:8px;
}
#right div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
                margin-bottom:0px;
}


#footer{
	height: 25px;
	width: inherit;
	background-image:url(../image/hg-footer.gif);
	background-repeat:no-repeat;
	background-color: #efefef;
	text-align:center;
	color: #E0E0E0;
	font-weight:bold;
	padding-top:7px;
}
#footer a{
	color:#fff;
}

/* Rahmen und Bildunterschrift */

/* Rahmenoptionen */

.csc-frame-frame1 {
        
        background-color: #ddd;
        margin-bottom: 10px;

}
.csc-frame-frame1 h1{

        background-color: #595959;
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
        font-size: 11px;

}

.csc-frame-frame1 .bodytext {
	padding: 0 10px 10px 10px;
}


.csc-frame-frame2 {

        border-bottom: 1px solid #999;
	padding-bottom: 0px;
        margin-bottom: 15px;

}

/* Rahmen floaten und clearen */
.csc-frame-frame5 {
	float:left;
	margin-bottom:10px;
	margin-right:8px;
	width:124px;
}

.csc-frame-frame5 DIV.csc-textpic,
.csc-frame-frame5 DIV.csc-textpic-imagewrap,
.csc-frame-frame5 .csc-textpic-image { 
	margin-bottom: 0px !important; 
}

.csc-frame-frame5 .csc-textpic-text{
	background-color:#e0e0e0;
	padding:8px 6px;
	height: 165px;
}
.csc-frame-frame5 .bodytext{
/*	line-height:15px; */
}
#middle .csc-frame-frame5 a{
	color:#BD1127;
	display:block;
	padding-top:4px;
	text-decoration: none;
}
#middle .csc-frame-frame5 a:hover{
	text-decoration: underline;
}

.csc-frame-frame6 { clear:left;}


.csc-textpic-caption {
	font-size: 10px;
	color: #999;
	padding-bottom: 5px;
}

/* Frame 3 für runden boxen rechts */


.csc-frame-frame3oben {
	background-image:url(../image/rundung-rot-oben.gif);
	background-repeat:no-repeat;
	padding-top:14px;
}


.csc-frame-frame3unten {
	background-image:url(../image/rundung-rot-unten.gif);
	background-repeat:no-repeat;
	height:14px;
	margin-bottom:10px;
}

.csc-frame-frame3oben #access{
	background-color:#BD1127;
	padding-left:18px;
}

#access form{
	padding:0px 0px 0px 0px;
}
#access input{
	margin-bottom:6px;
}
#access .btn{
	background-color:#999999;
	border-color:#FFFFFF rgb(64, 62, 65) rgb(64, 62, 65) rgb(255, 255, 255);
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	display:block;
	padding:2px 0px 2px;
	text-align:center;
	text-deco	ration:none;
	width:150px;
	margin-bottom:0px;
}
.csc-frame-frame3oben .csc-textpic{
	background-color:#BD1127;
}
.csc-frame-frame3oben .bodytext{
	color:#fff;
/*	padding-left:15px; */
}

.csc-frame-frame3oben .abbonieren{
	display:block;
	width:150px;
	padding:2px 0px 2px 0px;
	background-color:#999999;
	color:#fff ;
	text-align:center;
	text-decoration:none;
	border-top:1px solid #fff;
	border-left:1px solid #fff;	
	border-right:1px solid #403e41;	
	border-bottom:1px solid #403e41;	
}

#right .csc-textpic-left{
	padding-left:18px;
}

/* Formulare */

form {
	padding: 15px 0px;
	font-size: 11px;
}


fieldset {
	border: 0;
	margin-bottom: 5px;
}


label {
	width: 150px;
	text-align: left;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;

}


fieldset input {
	width: 220px;
	margin-bottom: 5px;

}


textarea {

	width: 220px;
	margin-bottom: 5px;

}


.csc-mailform-field{
	line-height: 2em;
	margin-bottom: 5px;
}

.csc-mailform-check {
	width: 15px;
	margin-left: 155px;
}


.csc-mailform-submit {
	margin-left: 155px;
	width: 220px;
	background-color: #B51030;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}

.csc-mailform-submit:hover {
	background-color: #FB3F00;

}

/* Tabellen */


.contenttable td {padding: 0 15px 15px 0; vertical-align: top;}


