
@font-face {
	font-family: "Rotis SemiSans W01";
	src:
		url("../font/735460/a5a17ae1-96f3-4c04-a14a-1fc6970ca604.eot?#iefix");
	src:
		url("../font/735460/a5a17ae1-96f3-4c04-a14a-1fc6970ca604.eot?#iefix")
		format("eot"),
		url("../font/735460/0bfc673c-2906-4ddd-bfee-c34fe599d5f1.woff")
		format("woff"),
		url("../font/735460/844a0f8e-0d48-4f07-b2f2-2212a435720d.ttf")
		format("truetype"),
		url("../font/735460/2443883a-f1ad-4674-8c09-72449de88874.svg#2443883a-f1ad-4674-8c09-72449de88874")
		format("svg");
}

@font-face {
	font-family: "Rotis SemiSans W01 Bold";
	src:
		url("../font/735445/2b2f277a-8b88-4f8c-a799-a1e72b121870.eot?#iefix");
	src:
		url("../font/735445/2b2f277a-8b88-4f8c-a799-a1e72b121870.eot?#iefix")
		format("eot"),
		url("../font/735445/9e00d983-c284-4b3c-85ac-b9ce24a76878.woff")
		format("woff"),
		url("../font/735445/37c52baa-e5bf-428e-9d9c-7c8019cf81bc.ttf")
		format("truetype"),
		url("../font/735445/08f1a594-8dbd-4a8b-b573-daff29c0820d.svg#08f1a594-8dbd-4a8b-b573-daff29c0820d")
		format("svg");
}

body {
	margin: 0px;
	padding: 0;
	color: #404040;
	font-family: Rotis SemiSans W01, sans-serif !important;
	font-size: 14px;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 1020px;
	margin: 10px auto;
	padding: 0;
	background-color: #ffffff;
	border-radius: 14px;
}

/* ----------header-------------- */
/* Header */
#header {
	padding: 5px;
	height: 140px;
	position: relative;
}

#logo {
	text-align: left;
}

/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	padding: 20px;
	margin: 0 200px 0 200px;
	min-height: 550px;
}

/* --------------left navigation------------- */
.left_before {
	margin-top: 0px !important;
}

#left {
	float: left;
	width: 200px;
	margin-top: 40px;
	padding: 20px 0 0;
}

#left a {
	color: #ccc;
}

/* --------------right navigation------------- */
.right_before {
	margin-top: 0px !important;
}

#right {
	float: right;
	width: 190px;
 	margin-top: 40px;
	padding: 20px 0 0;
}

#right a {
	color: #ccc;
}

/* -----------footer--------------------------- */
#footer {
	clear: left;
	margin: 0; 
	padding: 5px;
	text-align: right;
}