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

body{ 
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:140%;
	color:#3c3c3c;
	background:#000;
}

a, a:hover, a:visited{ color:#29ABE2; text-decoration:none;}
a img{ border:0px;}

.clear{ clear:both; height:0px; width:0px;}

h1{ color:#3c3c3c; font-size:30px; font-family:Arial, sans-serif; font-weight:normal; padding:0; margin:0;line-height:normal;}
h2{ color:#3c3c3c; font-size:18px; font-family:Arial, sans-serif; font-weight:normal; padding:10px 0 0 0; margin:0 0 5px 0; line-height:normal;}
h3{ color:#3c3c3c; font-size:16px; font-family:Arial, sans-serif; font-weight:normal;  line-height:normal;}

p{ padding: 0 0 10px 0; margin:0;}
#seite{ width:980px; float:none; margin: 0 auto; background:#fff; }
/* HEADER */
#header {
	width:980px;
	margin: 0;
	height:220px;
	background: #000 url(../bg_header.jpg) no-repeat;
	z-index:1;
}
#header_home {
	width:980px;
	margin: 0;
	height:560px;
	background: #000;
	z-index:1;
}


/* Inhalt */
#content {
	float:none;
	width:950px;
	margin: 0 0 20px 0;
	z-index:1;
	padding:0 15px 10px 15px;
	background:#fff;
}
.topthemenseite_links{ 
	z-index:1;
	clear:left;
	float:left;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	width:730px;
	border-right:1px solid #000;
}
.topthemenseite_rechts{ 
	clear:right;
	float:right;
	padding:0;
	width:200px; 
	margin:0;
}

.home_referenzen{ position:absolute; top:45px; width:400px; height:100px;  margin-left:320px; color:#fff;}
.home_referenzen h1{ color:#29ABE2; font-size:18px;}
.home_referenzen h2{ color:#fff;}
.home_topthemen{ position:absolute; top:350px; width:400px; height:120px; margin-left:510px; color:#fff;}
.home_topthemen h1{ color:#AEC90B;}
.home_topthemen h2{ color:#fff;}


#logo {
	float:left;
	left:30px;
	padding:0 0 0 15px;
	height:110px;
	width:130px;
}
/* FOOTER */
#footerspace{ padding:0; margin:0; height:65px;}
#footer {
	/*position:fixed;
	bottom:0px;*/
	width:100%;
	height:80px;
	z-index:1;
	background:url(../bg_navi.jpg) repeat-x;
	margin:0;
	padding:0;
	color:#fff;
}
#footercontent{ 
	width:965px;
	margin:0 auto;
}

#footercontent .adresse{ width:130px; font-size:11px; float:left; padding:4px 0 0 0; line-height:normal; letter-spacing:normal;} 
 
#suchenbox{
	float:right;
	width:190px;
	height:20px;
	padding:32px 0 0 0;
}
#suchenbox .search{
	width:160px; border:1px solid #fff; height:16px; float:left; font-size:12px;
}
#suchenbox .button{
	background:url(../button_suche.jpg) no-repeat; padding:0; width:23px; height:20px;
	border:none; float:right;
}

