/**
 * @author      Ralf Wolf
 * @package     Joomla!
 * @link        http://www.rwedv.de
 * @email       info@rwedv.de
 * @copyright   Ralf Wolf - 2015
 * @kunde		gsofa
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/
*{
	margin: 0px;
	padding: 0px;
}

html, body{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:14px; 
	color: #333333;
	background-color: #1D587D;
	background-image: url(../images/bg_verlauf.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

/* ************************** LAYOUT ****************************
*****************************************************************/
#wrapper{
	width: 900px;
	text-align:center;
	margin:auto;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
}

#wrapper-header{	
	background-color: #B2B2B2;
	height: 165px;
	width: 900px;
	position: relative;
}

#bild {
	z-index: 1;
	position: absolute;
}

#logo {
	z-index: 2;
	position: absolute; 
	padding-left: 750px;
	padding-top: 108px;
}

#sub-navigation-mobile {
  display: none;
}

#box_li{
	width: 250px;
	padding-top: 30px;
	text-align: left;
	float:left;	
}

#links_li {
	text-align:center;
}

#box_mi {
	width: 650px;
	wid\th: 610px;
	margin: 0px 0px 0 20px;
	padding-top: 30px;
	float: left;	
}

footer {
	clear: both;
	height: 20px;
	background-color: #333333;
}

/* ************************** SCHRIFTEN***************************
*****************************************************************/

footer p {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	padding-top:3px;
}

footer a {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	padding-top:3px;
	text-decoration: none;
}

footer a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	padding-top:3px;
	text-decoration: none;
}

p {
	color: #000000;
	text-align: justify;
	padding: 7px 0 3px 0;
}

#links_li p {
	text-align:center;
	font-size:11px; 
	font-weight: normal;	
}

p.care {
	text-align:center;
	margin: 10px 0 10px 0;
}

h2 {
	font-weight:bold;
	font-size:16px;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0; 
	text-align:left;
}

h4 {
	font-weight:bold;
	font-size:16px;
	color: #AF0917;
	margin-top: 0;
	padding-top: 0; 
	text-align: left;
}

h5 {
	text-align: right;
	font-style: italic;
	font-size:14px;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

a {
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	color: #333333;
}

a:hover {
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	color: #333333;
}
	
#box_mi ul {
	padding-left: 40px;
	text-align:left;
}


ul.unstyled {
	list-style-type: none;
}

ul.menu li {
	list-style-type: none;
}

#box_mi img {
	margin: 0 0 8px 8px;
}

td {
	text-align:left;
}

label.visually-hidden { display: none;}