*
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	margin:0px;
	padding:0px;
}
html, body{
	height: 100%;
}
body{
	background: #D7D7D7;
}
ul{
	list-style-type:none;
    margin:0px;
	padding:0px;
}
h2{
	font-weight: bold;
	padding:9px 0px 9px 20px;
	border-bottom: 1px solid #DDDDDD;
	color: #999999;
	background: url(../bilder_system/bg_h.png) repeat-x;
}
h3{
	font-weight: bold;
	padding:12px 0px 0px 0px;
}
h1{
	height: 150px;
	width:982px;
	position:relative;
}
h1 span{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background:url(../bilder_system/header.jpg) no-repeat;
}
p{
	padding: 10px 0px;
}
.float_l{
	float:left;
	margin:20px 20px 20px 0px;
}
.float_r{
	float:right;
	margin:20px 0px 20px 20px;
}
.small_box{
	padding:5px 5px 5px 20px;
	background: #FEFEFE;
}

#wrapper{
	width: 982px;
	margin: 0px auto;
	background:#DEDEDE;
	height:100%;
	min-height: 100%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#separator {
	padding: 0px 0px 10px 0px;
	background: #DEDEDE url(../bilder_system/bg_wrapper.png) repeat-y;
	clear: both;
}
#topmenu{
	width:100%;
	background:#FEFEFE;
	float:left;
	margin-bottom: 10px;
}
#topmenu li#countrySelection ul{
	width:240px;
	float:left;
	padding:0px;
	margin:0px 0px 0px 5px;
}
#topmenu li#countrySelection ul li{
	padding:0px 2px;
	float:left;
	padding: 7px 2px;
}
#topmenu li#countrySelection ul a{
	padding: 0px;
	float:none;
}
#topmenu li#countrySelection ul a img{
	border:none;
	border:1px solid #AAAAAA;
}
#topmenu li{
	float:left;
}
#topmenu a {
	text-decoration: none;
	color: #000000;
	float:left;
	padding: 7px 10px;
	height:100%;
}

#topmenu a:hover, #topmenu li.active a {
	color: #CC0000;
}

#copyright {
	color:#666666;
	padding: 10px 0px;
}

#footer {
border-top: 1px solid #DEDEDE;
padding:10px 20px;
color: #666666
}

/**Seitennavigation**/
div#left{
	width:205px;
	float:left;
	background: #FEFEFE;
}
div#center{
	margin:0px 10px;
	width: 552px;
	float:left;
	background: #FEFEFE;
	line-height: 1.4em;
}
div#center #content{
	padding:10px 20px 10px 20px;
}

div#center #content a {
color: #CC0000;
text-decoration:underline;
}

div#center #content a:hover {
color:#CC0000;
text-decoration:none;
}
div#right{
	width:205px;
	float:left;
	background: #FEFEFE;
}
ul.navigation li.separator{
	height: 10px;
	background: #DEDEDE;
}
ul.navigation li
{
    border-bottom: 1px solid #DDDDDD;
}
.rightContent p {
	padding-right: 10px;
	padding-left: 20px;
}
ul.navigation li a
{
    color:#000000;
    text-decoration:none;
    background:url(../bilder_system/icon_navigation.gif) no-repeat 20px center;
	display:block;
	height:100%;
	padding:6px 0px 6px 35px;
}

ul.navigation li a:hover, ul.navigation li.active a
{
    color:#000000;
    text-decoration:none;
    background:#EEEEEE url(../bilder_system/icon_navigation.gif) no-repeat 20px center;
}
ul.navigation li.title{
	padding:9px 0px 9px 25px;
	font-weight:bold;
	background: url(../bilder_system/bg_h.png) repeat-x;
}

ul.branches a{
	position:relative;
}
ul.branches a img{
	position:absolute;
	border:none;
	top:7px;
	right:10px;
	border:1px solid #AAAAAA;
}
#login{
	background: #EEEEEE;
	width: 150px;
	padding: 10px;
}
#login fieldset {
	border: none;
	background: none;
	
}
#login input.text {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
.error {
	border: 1px solid red;
	background: #FFFFFF;
	color: red;
	padding: 5px;
	margin-bottom: 4px;
}
.clist{
	list-style-type:square;
	margin: 5px 0px 5px 20px;
}
.clear{
	clear:both;
}
