

* {
	padding: 0;
	margin: 0;
}

.theme-blax p, h1, h2, h3 {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	padding:0;
	margin:0 auto;
}


body.theme-blax {
	padding:0;
	margin:0 auto;
	text-align: center;
	font-family:arial;
}

.theme-blax #page{
	width: 990px;
	margin: 0 auto;
	padding:0 0 0 0;
	text-align: left;
}



.theme-blax #main{
	display:block;
	margin:0;
	padding:0;
}

.theme-blax #main .content-header {
	display:block;
	margin: 20px 20px 0 20px;
	padding:0;
}

.theme-blax #main .content-header-empty {
	margin: 0 20px 0 20px;
	padding:0;
}


.theme-blax #content {
	display:block;
	float:left;
	margin: 0 0 0 20px;
	padding:20px 0 0 0;
	width:620px;
	overflow:hidden;
}


.theme-blax .content-top {
	display:block;
	margin: 0 auto;
	padding:0;
	width:620px;
	overflow:hidden;
}

.theme-blax .content-left {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:300px;
	overflow:hidden;
}

.theme-blax .content-right {
	display:block;
	float:left;
	margin:0 0 0 20px;
	padding:0;
	width:300px;
	overflow:hidden;
}



.theme-blax #right{
	display:block;
	float:left;
	margin: 0 0 0 20px;
	padding:20px 0 0 0;
	width:300px;
	overflow:hidden;
}



.theme-blax #container {
	width: 990px;
	margin: 0;
	padding:0;
	float:left;
	overflow:hidden;
}



.theme-blax #container-top,
.theme-blax #container-footer {
	width: 100%;
	height:6px;
	margin: 0;
	padding:0;
}

.theme-blax #container-top {
	height:4px;

}

.theme-blax #container-bottom{
	height:4px;

}

.theme-blax #container-content{
	margin: 0; 
	padding:0 4px 0 6px;
	position: relative;
}



/********* LOGO *************/


.theme-blax #logo {
	position: absolute;
	top:auto;
	background-color:transparent;
	background-position: 0 0;
	/*height:146px;*/
	width:117px;
	z-index:99;
	padding:0px;
	margin:16px 22px;
}




/********* HEADER *************/
.theme-blax #header {
	margin: 0 auto;
	padding:0 ;
	overflow:hidden;


}


.theme-blax #header .content {

display:none;
margin: 20px 20px 0 20px;
}


.theme-blax #nav-sub,
.theme-blax #header-middle,
.theme-blax #main-nav-bg {
	margin:0;
	padding:0;
	z-index:1;
}

.theme-blax #nav-sub {
	height:25px;
	border-bottom: 1px solid #858585;
	padding:5px 0 0 0;
	margin:0 auto;
	text-align:right;
}

.theme-blax #header-middle {
	height:92px;
	padding:0;
	margin:0 auto;
}

 
/*********SUB-NAV START************/

.theme-blax #sub-nav-list {
	padding:0;
	margin:0;
}


.theme-blax #sub-nav-list li {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 20px;
	text-transform:uppercase;
	font-size: 12px;
	font-family:Arial;
	font-weight:bold;
	margin:0;
}


.theme-blax #sub-nav-list li a,
.theme-blax #sub-nav-list li a:link,
.theme-blax #sub-nav-list li a:visited,
.theme-blax #sub-nav-list li a:hover {
	text-decoration:none;
}

.theme-blax #sub-nav-list li a:hover {
	text-decoration:underline;
}



.theme-blax .sub-nav {
display:inline;
float:right;
margin: 0;
padding:0;

}

.theme-blax .language{
float:right;
display:inline;
margin: 0;
padding:0;

}

.theme-blax .language ul#flags,
.theme-blax .sub-nav ul#sub-nav-list{
padding:0;
margin:0;
}

.theme-blax .sub-nav ul#sub-nav-list li{
	display: inline;
	list-style-type: none;
	padding: 0 0 0 20px;
	text-transform:uppercase;
	font-size: 12px;
	font-family:Arial;
	font-weight:bold;
	margin:0;
      height:20px;
}



.theme-blax .language ul#flags li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin:5px 0 0 5px;
      float:left;

}


.theme-blax .language ul#flags li a.de,
.theme-blax .language ul#flags li a.de:link {
display:block; 
width:18px;
height:14px;
margin:0 0 0 10px;
background:  url(../gfx/flags.png) 0 -87px no-repeat;
}

.theme-blax .language ul#flags li a.en,
.theme-blax .language ul#flags li a.en:link {
display:block; 
width:18px;
height:14px;
margin:0;
background:  url(../gfx/flags.png) 0 -66px no-repeat;
}
  


/*************SUB-NAV-END**************/



.theme-blax #header-middle #col-1 {
	display:block;
	float:left;
	padding:20px 0 0 ;
	margin:0 0 0 150px;
	font-family:Arial;
}

.theme-blax #header-middle #col-2 {
	display:block;
	float:left;
	padding:0;
	margin:0;
}


.theme-blax #header-middle h1 {
	display:block;
	height:35px;
	font-size:30px;
	font-weight:700;
	padding:0;
	margin:0;
}

.theme-blax #header-middle  p {
	display:block;
	font-size:13px;
	font-weight:normal;
	padding:0;
	margin:0;
	height:15px;
}

.theme-blax #header-middle h1,
.theme-blax #header-middle p {
	color:#ffffff;
}





/*********** MENUE STYLES *********/

.theme-blax #main-nav {
	float:right;
	display:inline;
	padding: 0 0px 0 0;
	margin:2px 0 0 0;
}


.theme-blax #mainnavlist {
	margin: 0;
	padding: 0;
}

	
.theme-blax #mainnavlist li {
	float:left;
	list-style-type: none;
	padding: 0 ;
	margin:0;
	text-transform:uppercase;
}


.theme-blax #mainnavlist li a {	
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	border-left: 2px solid #E62C31;
	white-space: nowrap;
	/*height:15px;*/
	font-size: 14px;
	font-family:Arial;
	font-weight:bold;
	color: #ffffff;
}

.theme-blax #mainnavlist li a:hover {
	background-color: #d55559;
}
		
.theme-blax #mainnavlist li ul {
z-index:9999;
display:block;
	margin: 0 0 0 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	font-size: 12px;
	font-family:Arial;
	font-weight:bold;
	background-color:#C01D1E;
border:0px solid #fff;
}
		
.theme-blax #mainnavlist li ul li{	
	float: none;
	display: inline;
}
			
.theme-blax #mainnavlist li ul li a {
	color: #ffffff;
	width: auto;
	font-size: 12px;
}

.theme-blax #mainnavlist li ul li a:hover {
	background: #d55559;
}



/********* FOOTER *************/
.theme-blax #footer {
	clear:both;
	margin: 0 auto;
	padding:0 20px 20px 20px;
	overflow:hidden;
}

.theme-blax .footer-bottom {
	display:block;
	padding:0;
	margin:0;
	font-size: 12px;
	height: 60px;
}


.theme-blax .footer-logo{
	display:block;
	float:left;
	padding:8px 0 0 10px;
	margin:0;
	height:52px;
	width: 50px;
}

.theme-blax .footer-text {
	display:block;
	float:left;
	padding:5px 0 0 0;
	margin:0;
	height:52px;
}

.theme-blax .footer-text p.main-line{
	display:block;
	margin:0;
	padding:0;
}

.theme-blax .footer-text p.sub-line{
	display:block;
	margin:0;
	padding:0 0 5px 0;
}

.theme-blax .footer-text p.sec-line{
	display:block;
	margin:0;
	padding:0;
	color:#888;
}

.theme-blax .footer-text a,
.theme-blax .footer-text a:link,
.theme-blax .footer-text a:visited { 
	color: #878787;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:0;
	text-decoration: none;
}


.theme-blax .footer-text a:hover { 
	text-decoration: underline;
}

.theme-blax .footer-text p.main-line a,
.theme-blax .footer-text p.main-line a:link,
.theme-blax .footer-text p.main-line a:visited { 
	color: #878787;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:0;
	text-decoration: none;
}


.theme-blax .footer-text p.main-line a:hover { 
	text-decoration: underline;
}


.theme-blax .footer-text p.sub-line a,
.theme-blax .footer-text p.sub-line a:link,
.theme-blax .footer-text p.sub-line a:visited { 
	color: #878787;
	text-transform:uppercase;
	font-size: 0.8em;
	font-family:Arial;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:0;
	text-decoration: none;
}


.theme-blax .footer-text p.sub-line a:hover { 
	text-decoration: underline;
}



/* common settings checkbox and radiobutton */
.theme-blax input[type="checkbox"],
input[type="radio"]
{
	-khtml-appearance: none;
	background: url('../gfx/RadioAndCheckBoxSprite.gif') no-repeat;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.theme-blax input[type="checkbox"]
{
	background-position-x: left;
}

.theme-blax input[type="radio"]
{
	background-position-x: right;
}

.theme-blax input[type="checkbox"]:hover,
.theme-blax input[type="radio"]:hover
{
	background-position-y: -40px;
}

.theme-blax input[type="checkbox"]:checked,
.theme-blax input[type="radio"]:checked
{
	background-position-y: -20px;
}

.theme-blax input[type="checkbox"]:checked:hover,
.theme-blax input[type="radio"]:checked:hover
{
	background-position-y: -60px;
}

/* disabled settings for checkbox and radiobutton */
.theme-blax input[type="radio"]:disabled,
.theme-blax input[type="checkbox"]:disabled
{
	opacity: .3;
}




.theme-blax .clearfix {
padding:0;
margin:0 auto;

}



/********CSS Textblock *************/

.theme-blax .textblock h1 {
display:block;
padding:0 0 10px 0;
margin:0;
text-transform:uppercase;
font-size: 22px;
line-height:32px;
color:#D83237;
}



/********CONTEN-AD *************/

.theme-blax .content-ad  {
display:block;
margin:0 0 20px 0;
padding:0;
}






/********* Widget Facebook Likebox *************/

.theme-blax .wdfb-like-box {
display:block;
/*height: 250px;*/
/*background:  url(../gfx/facebook.gif) no-repeat top left;*/
/*background-color: #3B5998;*/
padding:0;
margin:0 0 20px 0;
/*margin:20px 0 20px 0;*/
}

.theme-blax .wdfb-iframe-container {
  margin:0 0 0 0;
  background-color: #fff;
}




/************** SOCIAL LEISTE ***************/
.theme-blax .social {
clear:both;
display:block;
margin:0 auto;
padding:20 0 10px 0;
border-top:px solid #ccc;
z-index:999999999;
}

.theme-blax .twitter-share {
float:left;
margin:0;
padding: 0;
z-index:999999999;
width:100px;
overfow:hidden;
}

.theme-blax .social-like {
float:left;
margin:0;
padding:0;
text-align:right;
z-index:999999999;
}

.theme-blax .googleplus {
float:left;
width:85px;
margin:0;
padding:0;
z-index:999999999;
}


/************** SOCIAL Facepile ***************/

.theme-blax .social-facepile {
display:block; 
height: 70px; 
margin:10px 0 10px 0; 
padding:0; 
border: 0px solid #ccc; 
overflow:hidden;

}

/************** SOCIAL KOMMENTARE ***************/

.theme-blax .social-comments {
display:block; 
margin:10px 0 10px 0; 
padding:0; 
border: 0px solid #ccc; 
overflow:hidden;

}

.theme-blax .social-comments h3{
display:block; 
margin:0 0 15px 0; 
padding:0; 
border: 0px solid #ccc; 
color:#aaa;
font-size:15px;
font-weight:bold;
}



