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

/*----------------------------------------------------
// ----> Basics
/----------------------------------------------------*/

* {margin:0;padding:0;}

body {	
	font:62.5% Arial, Helvetica, sans-serif;
	background:#fff url(../images/global/bg-body.gif) 0 0 repeat;}
	
/* Clearfix */

.clear:after {
	content:".";
	clear:both;
	visibility:hidden;
	height:0;
	display:block;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.invisible {display:none;}

/*----------------------------------------------------
// ----> Seite
/----------------------------------------------------*/

#seite {margin:0 auto;}

/*----------------------------------------------------
// ----> content-container
/----------------------------------------------------*/

#content-container {
	background:url(../images/global/bg-content-container.gif) 0 0 repeat-y;}
	
/*----------------------------------------------------
// ----> Content
/----------------------------------------------------*/

#content {width:550px; float:left; padding: 3em 0 1.5em 0;}

#content ul.level_1 {font-size:1.4em;}
#content ul.level_1 ul {font-size:1em;}

/*----------------------------------------------------
// ----> Unternehmensvideo
/----------------------------------------------------*/
#unternehmensvideo {
	margin: 0 0 1.5em 10px;}