@import url();

/*--1.0---Layout---*/
/*--1.1---Navigation---*/
/*--2.0---Backgrounds---*/
/*--3.0---Typographie---*/
/*--3.1---Navigation---*/



/*---Layout---*/
body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height:15px;
	text-align: left;
	background:#fff url(images/bg.png) repeat-x;
	color:#6b6e6a;
	margin:0;
}

img {
	border: 0;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

h1{
	font-size:14px;
	color:#013988;
	font-weight:normal;
}

h2{
	font-size:12px;
	color:#013988;
	font-weight:normal;
	margin-top:20px;
	margin-left: 0px;
}

p{
	color:#6b6e6a;
}

a{
	text-decoration: none;
	color:#013988;
}

a:hover{
	color:#6b6e6a;
	text-decoration: none;
}

div#main{
	width:750px;
	margin: 0 auto;
}

div#header{
	width:750px;
	height:120px;
	background: url(images/header.png) no-repeat;
	margin-bottom:17px;
}

div#navigation ul{
	float:right;
	list-style-type: none;
	margin:0px;
	margin-right: 40px;
	margin-top: 90px;
}

div#navigation ul li{
	margin:0px;
	padding: 0px;
	float:right;
	width:75px;
}

div#navigation ul li a{
	width:75px;
	margin-right:1px;
	display: block;
	color: #6b6e6a;
	text-align: center;
}

div#navigation ul li a:hover{
	color:#013988;
}

div#banner{
	width:750px;
	height:173px;
	margin-bottom:13px;
}

div#content{
	width:750px;
	background:#fff url(images/content_bg.png) no-repeat;
}

div#content_main{
	width:470px;
	float:left;
	padding:15px;
}

div#content_sidebar{
	width:220px;
	float:left;
	padding:15px;
}

div#footer{
	width:730px;
	float:left;
	border:1px #e5e5e5 solid;
	padding:5px 10px;
	margin-bottom:20px;
}

div#footer p{
	float:left;
	margin:0px;
}
div#footer a{
	float:right;
	color:#6b6e6a;
}

div#footer a:hover{
	color:#013988;
}

.logo{
	display: block;
	width:250px;
	height:120px;
	margin-left:20px;
	float:left;
}

.arrow_box{
	line-height:25px;
	padding-left:8px;
	width:22px;
	height:30px;
	background:#eee;
	font-size:25px;
	color:#105074;
	margin-right:3px;
	float:left;
	margin-top:10px;
}

.kompetenz{
	display:block;
	width:410px;
	height:30px;
	background:#eee;
	line-height:30px;
	padding-left:20px;
	color:#105074;
	float:left;
	margin-top:10px;
	font-size:14px;
}

.kompetenz:hover{
	color:#105074;
	background:#ddd;
}

.kompetenz_box{
	width:460px;
	padding:10px;
	background:#eee;
	border:1px #bbb solid;
	margin-bottom:10px;
}

.kompetenz_box h2 {
padding:0;margin:0;font-size:14px;
}

.kompetenz_box ul{
	list-style: none;
	margin:0;
	padding: 0;
}
