@charset "utf-8";
/* CSS Document */


html,body{
	margin:0;
	padding:0;
	height:100%;
 	min-height:100%;
}

body{
	background-color:#ffffff;		
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#434343;
}

body.mceContentBody {
    background:#fff;
    padding: 10px;
	background-color:#fff;
}




/*------------------------------------------------------------------------------------------------------------ALLGEMEIN BEREICH-------------------------------------------------------------------------*/

a{
	text-decoration:none;
	color:#000;
}
a img {
	border:none;
}


h1{
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 24px 0;
}
h2{
	font-size:14px;
	line-height:24px;
	color:#000;
	font-weight:normal;
}

*.highlight {
	color:#000;
}

a.pfeil{
	background-image:url(../pics/arrowClosed.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:10px;
}
/*------------------------------------------------------------------------------------------------------------HEADER BEREICH-------------------------------------------------------------------------*/


#out{
	width:100%;
	min-height:100%;	
	position:relative;
	
	background-image:url(../pics/bg-top-x.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/*#out.PORTAL{ 
	background-image:url(../pics/bgImage2.jpg);
}*/

#container{
	width:1000px;
	margin:0 auto;
	position:relative;
	padding-bottom:115px;/*90*/
}

#header {
	height:165px;/*135*/
	position:relative;
}

#logo {
	cursor:pointer;
	width:398px;
	height:66px;
	float:right;
	margin-top:46px;
}

#logo img {
	width:100%;	
}

/*Slider in der Slider.css*/

/*#iconKugel{
	background-image:url(../pics/icon-kugel.png);
	background-repeat:no-repeat;
	position:absolute;
	height:74px;
	width:75px;
	right:30px;
	bottom:-24px;
}*/
/*--------------------------------------------------MAIN----------------------------------------------------*/

#main{
	margin-top:40px;	
}

/*#out.PORTAL #main {
	background-image:none;	
}
#out.CONTENT #main{
	margin:0;
	padding-top:0px;	
}*/


#out.CONTENT #main_left {
	float:none;
	width:1000px;
}
#main_left {
	float:left;
	width:646px;
}

#out.CONTENT #main_right {
	float:right;
	width:0px;
	padding-left:0;
}
#main_right {
	float:right;
	width:288px;/*323*/
	padding-left:35px;
	border-left:1px solid #292929;
}

#contentHolder {
	width:646px;
}
/*----------------------------------------------JS--------------------------------------------*/

#columnContent {
	width:1000px;
}

.column {
	width:288px;
	float:left;
}

.column.center {
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	padding:0 33px;
	margin:0 34px;
}

.column.first,
.column.last {
	padding:0;
	margin:0;
	border:none;
}

/*------------------------------------------------------------------------------------------------------------FOOTER BEREICH-------------------------------------------------------------------------*/
#footer{
	width:100%;
	position:absolute;
	bottom:0;
	color:#cccccc;
	background-image:url(../pics/bg-footer-x.jpg);
	background-repeat:repeat-x;	
	background-color:#fff;
	z-index:200;
	left:0;
	
}
#footer a{
	color:#5c5c5c;
}
#infooter{
	width:1000px;
	margin:0 auto;
	
	height:45px;/*71*/
	font-size:13px;	
	padding-top:26px;
}

#sitemap {
	float:left;
	width:50%;
}

.footerRight{float:right; width:100px; margin-left:15px;}
.fb-like{
	float:right;
	margin-left:15px;
}

#socialIcons{
	float:right;
	width:30%;
	text-align:right;
}

#seoContentText{
	width:1000px;
	margin:0 auto;
}

/* facebook Ticker */
#footer #facebook .pluginSkinDark .pluginButton {
    background-color: #ECEEF5;
    border-color: #999999;
    color: #333333;
}
#footer #facebook .pluginCountButtonDark {
    background: none repeat scroll 0 0 #fff;
    border-color: #D7D7D7;
    color: #333333;
}

.clear{
	clear:both;
}