/* Layout -------------------------------- */
#top
	{
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 105px;
	}

#wrap
	{
	z-index: 5;
	width: 995px;
	background-color: #fff;
	margin: 0 auto 5px auto;
	background-image: url(/pic/bg_header.jpg);
	background-repeat: repeat-x; 
	
	/* Schlag-Schatten */	
    -webkit-box-shadow: 1px 5px 10px #999;
    -moz-box-shadow: 1px 5px 10px #999;
    box-shadow: 1px 5px 10px #999;		
	}	

#header
	{
	width: 995px;
	height: 370px;
	margin-top: 10px;
	}

#logo
	{
	width: 227px;
	height: 105px;
	float: right;
	padding-left: 20px;
	}	
	
#subtitel
	{
	width: 480px;
	height: 200px;
	float: left;
	padding-left: 20px;
	}

#service
	{
	font-size: 10px;
	width: 995px;
	height: 20px;
	float: left;
	padding-left: 20px;
	}	

#adresse
	{
	width: 200px;
	height: 255px;
	text-align: left;
	padding: 20px;
	}	

#navi
	{
	width: 975px;
	height: 30px;
	background-image:url(../pic/bg_navi.png);
	border-top: 1px solid #ddd;
	padding-left: 20px;
	padding-top: 13px;	
	margin-top: 20px;
	
	/* Schlag-Schatten */	
    -webkit-box-shadow: 1px 3px 8px #bbb;
    -moz-box-shadow: 1px 3px 8px #bbb;
    box-shadow: 1px 3px 8px #bbb;	

	}	


#links_content
	{ 
	margin-top: 15px;
	}
	
#links
	{ 
	float: left; 
	width: 220px; 
	}

#subnavi
	{
	width: 200px;
	padding-left: 20px;
	padding-top: 5px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background-color: #e0e5e0;
	background-image: url(/pic/bg_subnavi.png);
	margin-top: 20px;
	}
	
#theme1
	{
	width: 210px;
	height: 145px;
	background-image: url(../pic/bg_webdesign.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 130px;
	float: left;
	}	
	
#theme2
	{
	width: 210px;
	height: 145px;
	background-image: url(../pic/bg_smartapp.jpg);
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 130px;
	float: left;
	}
	
#theme3
	{
	width: 210px;
	height: 145px;
	background-image: url(../pic/bg_qmanager.jpg);
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 130px;
	float: left;
	}
	
#theme4
	{
	width: 210px;
	height: 145px;
	background-image: url(../pic/bg_socialnetwork.jpg);
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 130px;
	float: left;
	}
	
#content 
	{
	float: left;
	width: 710px; /* Gesamt 760px */
	padding-left: 30px; 
	min-height: 470px;
	height: auto !important;
	height: 470px;
	margin-top: 20px;
	}

#footer
	{
	width: 975px;
	height: 27px;
	/* background-image: url(../pic/bg_footer.gif); */
	
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 8px;
	}
	
#footer_left
	{
	float: left;
	width: 300px;
	height: 27px;
	font-size: 11px;
	color: #ccc;
	}

#sitemap
	{ 
	/* background-image: url(../pic/bg_footer.gif); */
	padding-left: 20px;
	padding-bottom: 15px;
	color: #ccc;
	background-color: #444;
	}
#wrap_footer
	{ 
	background-image: url(../pic/bg_footer.gif);
	background-color: #444;
	}
	
#footer_right
	{
	float: right;
	text-align: right;
	width: 500px;
	height: 27px;
	padding-right: 8px;
	}
