
/* The #footer ist auf unten ausgerichtet Position fixed ist notwendig.
   Die Breite zu ändern ist mit width möglich.
   margin-left Der Wert muß 50%  + 10px ( padding breit */

#header {
	z-index:100000;
	position: absolute;
	overflow: visible;
	height:0px;
	width:100%;
	bottom: 10px;
	display:none;

 	}

#footer {
	position: fixed;
	bottom: 0px;
	margin:0 auto;
	width: 615px;
	left:50%;
	margin-left:-295px;
	height: 40px;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000;
	
	/* CSS3 Rounded Corners */
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
	border-top: 1px solid rgba(0,0,0,0.3);
	background:#be0000; 

}

/* Überschrift und H2 tags */

#footer h2 {
	font-size:24px;
	line-height:24px;
	color: #ff0000;
	letter-spacing:-1px;
	font-weight:300;
	padding:0px 10px 0px 10px;
	margin:10px 0;
}

/* Überschrift und H1 tags */

#footer h2 {
	font-size:16px;
	line-height:24px;
	color: #ff0000;
	letter-spacing:-1px;
	font-weight:300;
	padding:0px 10px 0px 10px;
	margin:10px 0;
}
/* text tags */
#footer p {
	color:#cccccc;
	font-size:11px;
	padding:0 10px 0 10px;
	line-height:18px;
	float:left;
	margin:10px 0;
}
#footer img {
	border:none;
}
#footer a {
	color:#e0e0e0;
	text-decoration:none;
}
#footer li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}

#footer .strong { /*  bold text */
	font-weight:bold;
}
#footer .italic { /* italic text */
	font-style:italic;
}
.clear { /* Das benutzen zwischen Spalten und Zeilen */
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Images containers */

#footer .bildschatten { /* Bildschatten Rahmen */
	background:#FFFFFE;
	padding:1px; /* Heller Rand ist auf dunklem Untergrund besser zu sehen */
	border: 1px solid gray;
	margin-top:5px;
	/* CSS3 shadow */
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
#footer .img_links { /* linke Bildposition Textabstand */
	width:auto;
	float:left;
	margin:5px 15px 5px 0px;
}
#footer .img_rechts { /*  rechte Bildposition Textabstand */
	width:auto;
	float:right;
	margin:5px 0px 5px 15px;
}


/*  _______________________________________

	Drop down Menü
    _______________________________________  */



#footer_menu {
	margin: 0;
	padding: 0;
	width:auto;
}


#footer_menu li {
	list-style: none;
	float: left;
	font-size:12px;
	padding: 12px 14px 14px 14px;
	border-right:1px solid #111111;
	border-left:1px solid #444444;
	background:#3E3E3E;
	
	/* CSS3 Stylings - Creates the gradient background */
	background: -moz-linear-gradient(top, #3E3E3E, #313131);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3E3E3E), to(#313131));
}
#footer_menu li:hover {
	background:#313131;
	/* CSS3 Stylings - Creates the gradient background */
	background: -moz-linear-gradient(top, #313131, #3E3E3E);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#313131), to(#3E3E3E));
}
#footer_menu li a {
   display: block;
   color: #cccccc;
   text-decoration: none;
}
#footer_menu li a:hover {
   color: #ffffff;
}
#footer_menu .home_bottom { /* Homebotton */
    padding:5px 8px 0px 8px;
    border:none;
    background:none;
}
#footer_menu .home_bottom a { /* Das Bild ersetzen  */
    background:url("img/home.png") top left no-repeat;
    width:36px;
    height:30px;
}
#footer_menu li.home_bottom:hover {
    background:none;
}
#footer_menu li.home_bottom a:hover {
    background:url("img/home2.png") top left no-repeat;
}

#footer_menu .plus_bottom { /* plus */
  
    padding:5px 5px 5px 5px;
    border:none;
    background:#313131;
}
#footer_menu .plus_bottom a { /* Das Bild ersetzen  */
    background:url("img/plus.png") top left no-repeat;
    width:30px;
    height:30px;
}


#footer_menu .minus_bottom { /* minus */
    padding:5px 5px 5px 5px;
    border:none;
    background:#313131;
}
#footer_menu .minus_bottom a { /* Das Bild ersetzen  */
    background:url("img/minus.png") top left no-repeat;
    width:30px;
    height:30px;
}



/* Drop Up */

   
#footer_menu li ul.dropup {
   display: none; 
   width: 10em; /* Width for Opera */
}
#footer_menu li:hover ul.dropup  {
	display: block;
	position: absolute;
	margin: 0 0 0 -16px;
	bottom:40px; /* abstand unten von navigation */
	background-color:#222222;
	border: 1px solid #111111;
	border-bottom:none;

	/* CSS3 Stylings - Rounded Corners */
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#footer_menu li:hover li { /* Liste Style */
	float: none;
	background:none;
	border:none;
	border-bottom:1px solid #CC0000;
	padding:12px 10px 12px 10px;

}
#footer_menu li:hover a {
	color:rgb(255,255,255);
}
#footer_menu li:hover a:hover {
	color: rgb(153,0,0);
}
#footer_menu li:hover p {
	margin:6px 0;
}




/*  _______________________________________

	03 FOOTER - spalten CONTENT
    _______________________________________  */



/* Following the principles of the 960 grid, we define here 3 containers
   which can contain from 1 to 3 columns */
   
#footer .dropdown_1column, 
#footer .dropdown_2columns, 
#footer .dropdown_3columns {
	margin:4px auto;
	position:absolute;
	padding:10px 5px 10px 5px;
	display:none;
	text-align:left;
}

/* Drop Downs Sizes */

#footer .dropdown_1column {width: 130px;}
#footer .dropdown_2columns {width: 260px;}
#footer .dropdown_3columns {width: 390px;}

/* Showing Drop Down on Mouse Hover - Left aligned */

#footer_menu li:hover .dropdown_1column, 
#footer_menu li:hover .dropdown_2columns, 
#footer_menu li:hover .dropdown_3columns {
	display: block;
	position: absolute;
	margin: 0 0 0 -16px;
	bottom:40px;
	background-color:#222222;
	border: 1px solid #111111;

	/* CSS3 Stylings - Rounded Corners */
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}

/* Columns sizes, they have to be placed within a dropdown_columns DIV */

#footer .col_1,
#footer .col_2,
#footer .col_3 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
#footer .col_1 {width:120px;}
#footer .col_2 {width:250px;}
#footer .col_3 {width:380px;}

/* Lists stylings */

#footer_menu li ul.simple { /* Reset stylings for other lists inside columns */
	margin-left:5px;
}
#footer_menu li ul.simple li {
	border:none;
	padding:0px;
	width:120px;
	line-height:24px;
	margin-left:5px;
}



