@charset "UTF-8";

@media all {

 /**
  * @section clearing methods
  * @see     http://yaml.de/en/documentation/basics/general.html
  */

  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  .clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
  }

  /* (en) essential for Safari browser !! */
  /* (de) Diese Angabe benötigt der Safari-Browser zwingend !! */
  .clearfix { display:block; }


  /**
  * @section subtemplates
  * @see     http://www.yaml.de/en/documentation/practice/subtemplates.html
  */
  .subcolumns { width:100%; overflow:hidden; }

  /* (en) alternative class for optional support of old Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width:100%; float:left; }

  .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l {float:left; }
  .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r {float:right; margin-left:-5px; }

  .c20l, .c20r { width:20%; }
  .c40l, .c40r { width:40%; }
  .c60l, .c60r { width:60%; }
  .c80l, .c80r { width:80%; }
  .c25l, .c25r { width:25%; }
  .c33l, .c33r { width:33.333%; }
  .c50l, .c50r { width:50%; }
  .c66l, .c66r { width:66.666%; }
  .c75l, .c75r { width:75%; }
  .c38l, .c38r { width:38.2%; }
  .c62l, .c62r { width:61.8%; }

  .subc  { padding:0 0.5em; }
  .subcl { padding:0 1em 0 0; }
  .subcr { padding:0 0 0 1em; }

  .equalize, .equalize .subcolumns { overflow:visible; display:table; table-layout:fixed; }

  .equalize > div {
    display:table-cell;
    float:none; 
    margin:0; 
    overflow:hidden;
    vertical-align:top;
  }
}

body {
	background: url(backgrounds/body.png) repeat left top;
	/* force vertical scrollbars */
	overflow-y:scroll;
}

#headwrap {
	width: 100%;
	height: 80px;
	background: url(backgrounds/header.png) repeat-x left top;
}
#headwrap .header {
	height: 80px;
	vertical-align: top;
}
#headwrap .header-logo {
	float: left;
}
#headwrap .langmenu {
	float: right;
	width: 100px;
	padding-top: 35px;
}
#headwrap .login {
	float: right;
	padding-top: 15px;
	padding-left: 20px;
}

#menuwrap {
	width: 100%;
	height: 35px;
	background: url(backgrounds/menu.png) repeat-x left top;
}

#submenuwrap {
	width: 100%;
	height: 45px;
	background: url(backgrounds/submenu.jpg) repeat-x left top;
}

#teaserwrap  {
	width: 100%;
	background: url(backgrounds/teaser_bg.png) repeat-x left top;
}
#teaserwrap .grid_16 {
	background: url(backgrounds/teaser_base.png) no-repeat center top;
	height: 245px;
}
#teaserwrap .overlay-text {
	padding-top: 45px;
	font-weight: bold;
}
#teaserwrap .overlay-img {
	width: 420px;
	float: right;
}
#teaserwrap .overlay-img  .csc-textpic-image {
	margin: 0;
}

#contentwrap {
	width: 100%;
	background-color: #fff;
}
#contentwrap div.partnercontent {
	border: 3px solid #EFEFEF;
}
#contentwrap div.content2 {
	float:right;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 224px;
	border: 3px solid #EFEFEF;
}
#contentwrap .grid_8,#contentwrap .grid_4,#contentwrap .grid_12 {
	padding-top: 10px;
}

#shortlinkwrap {
	width: 100%;
	background: #efefef url(backgrounds/shortlinks.png) repeat-x left top;
}
#shortlinkwrap div.csc-textpic-clear {
	clear: none;
}

#footwrap {
	width: 100%;
	color: #616161;
}
#footwrap .footer {
	text-align: right;
}
#footwrap .footer .left {
	text-align: left;
	float: left;
	width: 20%;
}
#footwrap .footer .right {
	float: right;
	width: 80%;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */

.menucontainer {
	width: 100%;
	display:block;
	margin: 0 auto;
	padding: 0px;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	voice-family: "\"}\"";
	voice-family: inherit;
}


#menu {
	float: left;
	width: 950px;
}
#menu ul {
	list-style-type:none;
}
#menu ul li {
	display: inline;
	float:left;
	margin:0 1px 0 0;
	height: 35px;
}
#menu ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	background: transparent url(backgrounds/menu_no.png) no-repeat left top;
	padding: 10px 18px 0 18px;
	text-transform: uppercase;
	height: 25px;
}
#menu ul li a.current {
	color:#000;
	background:#fff url(backgrounds/menu_act.png) repeat-x left bottom;
}

#menu ul li a:hover {
	color:#fff;
	background:transparent url(backgrounds/menu_over.png) no-repeat right bottom;
}
#menu ul li a.current:hover {
	color:#F00;
	background:#fff url(backgrounds/menu_act.png) repeat-x left bottom;
}


#submenu {
	float:left;
	width: 900px;
	padding-left: 30px;
}
#submenu ul {
	list-style-type: none;
}
#submenu ul li {
	display: inline;
	float:left;
	margin:0 0px 0 0;
	border-left: 1px solid #efefef;
}
#submenu ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding: 10px 18px 10px 18px;
	text-transform: uppercase;
}
#submenu ul li a:hover {
	color:#666;
}
#submenu ul li a.current {
	color:#F00;
}

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

