html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

body, html {

	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}

body {
	background-color: #f1f1f1;
	background-image: url(images/backback.jpg);
	background-repeat:repeat-x;
	
}

html {
	background-color: #f1f1f1;
}

h1, h2, h3, h4 {
	font-weight: 300;
	color: #666;
}

h2 {
	font-size: 1.563em;
	line-height: 2.367em;
	letter-spacing: -0.01em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.header {
	height: 101px;
}

.dekra img {
    border: 0 dotted #FF0000;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 114px;
    height: 133px;
    margin-left: 460px;
}

.flags {
	position:relative;
	text-align:right;
	right:10px;
	top:5px;
}



.transp50 {
    filter: alpha( opacity = 50); /* Internet Explorer */
	-moz-opacity: 0.50; /* Mozilla Browser */
	opacity:    0.50; /* Opera */
}

.transp50:hover {
    filter: alpha( opacity = 100); /* Internet Explorer */
	-moz-opacity: 1.00; /* Mozilla Browser */
	opacity:    1.00; /* Opera */
}


.icons {
	position:relative;
	text-align:right;
	right:10px;
	top:29px;
}

.icons,.icons a {
	font-size: 11px;
	text-decoration: none;
	color: #777;
}



.topmenu {
	height:32px;
}


.xtramenu {
	display:none;
	height: 28px;
}

.path
{
	font-size: 10px;
	width: auto;
	padding-left:15px;
	padding-top:7px;
	position: relative;
	text-align:right;
	padding-right:7px;
	border: 0px #ff5 dotted;
}

.path, .path a
{
	color:#bbb;
	text-decoration:none;
}

.xtramenu img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.slide{
	height: 310px;
	
	padding-top:5px;
}

.top {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#rotator {
	width: 800px;
	height: 240px;
	background-color: #000;
}

#rotator img {
	position:absolute;
}


.content_start {
	position: relative;
	left: 5px;
	top: 0px;
	width: 800px;
	border: 0px dotted #f00;
	background-color: #fff;
}

.content {
	color: #555;
}

.content a {
	color: #888;
}

.content_bottom {
	height: 24px;
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.content_bottom img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.backfooter {
	background-color: #f1f1f1;
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0 0 0 0;
	height: 400px;

}

.footer .container {
	padding-top: 15px;
	text-align: center;
}


.footer .container, .footer .container a {
	font-size: 10px;
	color:#888 ;
	text-decoration: none;
} 

.footer .container img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.bottom {

	padding: 00px 0 0 00px;
	margin: 0 0 0 0;
	height: 190px;
}

.bottom .container, .bottom .container a {
	color:#999;
	text-decoration: none;
} 

.bottom .container img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* mootabs */
.mootabs {
	clear:both;
	width: 570px;
}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: #ddd;
	background-image: url("tabs/normal.jpg");
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	
}

.mootabs_title li.active {
	background-color: #e6e6e6;
	background-image: url("tabs/active.jpg");
	font-weight: bolder;
}

.mootabs_panel {
	display: none;
	background-color: #eaeaea;
	background-image: url("tabs/background.jpg");
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	padding: 10px;
	
}

.mootabs_panel.active {
	background-color: #eaeaea;
	display: block;
}

#accordion .element div.infobox {
	float: left;
	margin:0;
	clear:none;
	height: 200px;
	}
	
#accordion .element div.infobox + div.infobox {
	float: left;
	margin: 0px 0px 0px 15px;
	clear:none;
	height: 200px;
	}
	
#accordion .element div.infobox a img {
	margin: 0px;
	border: 0px solid #fff;
	}
