/* GENERAL SECTION */
	body{
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:76%;
		color:gray;
	}
	
	.noprint{
		display:none;
	}
	
	.clear{
		clear:both;
	}
	
	a{
		text-decoration:none;
		color:#f66820;
	}
	
	a:hover{
		text-decoration:underline;
		color:#f66820;
	}
	
	div#container{
		margin-left:auto;
		margin-right:auto;
		width:535px;
		/*padding-left:10px;*/
		font-size:0.9em;
		color:black;
	}
	
	/* HEAD SECTION */
	div#header{
		width:535px;
		float:left;
	}
	
	#head-logo{
		width:225px;
		height:59px;
		background:transparent url(../images/template/toplogo_print.jpg) top left no-repeat;
		float:left;
		cursor:hand;
		margin-left:10px;
	}
	
	#head-orange-block{
		display:none;
		background-color:#f66820;
		height:59px;
		padding-right:10px;
		
	}
	
	#head-orange-block a{
		color:white;
		background:url(../images/template/bullet_white_small.gif) center left no-repeat;
		padding:0px 0 0 15px;
		margin:10px 0 0 10px;
		display:block;
		float:right;
	}
	
	#head-image{
		display:none;
		width:535px;	
		padding-left:235px;
		padding-top:163px;	
		background:transparent url(../images/template/topimage_2.jpg) top left no-repeat;
	}
	
	#head-image div{
		background-color:#f66820;
		height:140px;
		padding:10px;
	}
	
	div#service{
		display:none;
		width:205px;
		height:140px;
		padding:10px;
		margin-top:222px;
		background-color:#404042;
		float:left;
	}
	
	div#service h3{
		font-size:1.1em;
		padding:0;
		margin:0;
	}
	
	/* NAVIGATION SECTION */
	#main-nav{
		display:none;
		width:235px;
		float:left;
		/*background-color:#404042;*/
	}
	
	#main-nav a.act{
		background-image:url(../images/template/bullet_orange.gif);
		background-repeat:no-repeat;
	}
	
	#main-nav a{
		color:white;
		text-decoration:none;
		padding-left:22px;
		padding-top:2px;
		padding-bottom:2px;
		display:block;
		border-bottom:1px dotted transparent;
	}
	
	#main-nav a:hover{
		background-image:url(../images/template/bullet_orange.gif);
		background-repeat:no-repeat;
		border-bottom:1px dotted #f66820;
	}
	
	#main-nav a:active{
		background-image:url(../images/template/bullet_orange.gif);
		background-repeat:no-repeat;
		border-bottom:1px dotted #404042;
	}
	
	#main-nav ul{
		margin-top:57px;
		margin-left:0;
		font-size:1.2em;
		padding:0;
		width:90%;
		text-transform:uppercase;
		list-style:none;
	}
	
	#main-nav ul li{
		margin-top:10px;
		margin-bottom:10px;
	}
	
	#main-nav ul li.sub{
		font-size:0.8em;
		margin:0;
		color:#f66820;
	}
	
	#main-nav ul li.sub a{
		color:#f66820;
	}
	
	#main-nav ul li.sub a:hover{
		color:#f66820;
		background:none;
		color:white;
		border-bottom:1px dotted transparent;
	}
	
	/* MAIN SECTION */
	div#main{
		width:535px;
	}
	
	#main-content-area{
		width:515px;
		padding:10px;
		float:left;
		padding-top:20px;
		background-color:#fff;
	}
	
	#main-content-area .pageimg{
		margin-bottom:10px;
	}
	
	#main-content-area .main-content-elem{
		width:515px;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom: 1px dotted #f66820;
	}
	
	#main-content-area .main-content-elem a.content-link{
		display:none;
		width:0;
		margin-top:20px;
		padding:3px 0 5px 22px;
		background-image:url(../images/template/bullet_orange.gif);
		background-repeat:no-repeat;
	}
	
	#main-content-area .main-content-elem h1{
		font-size:1.2em;  
		text-transform:uppercase;
		margin-bottom:20px;
	}
	
	#main-content-area .main-content-elem h2{
		text-transform:uppercase;
		font-size:1em;
		font-weight:normal;
	}
	
	#main-content-area .main-content-elem img.content-image{
		margin:10px 0 5px 0;
		display:block;
		width:338px;
	}
	
	#main-content-area .main-content-elem span.image-legend{
		display:block;
		margin-bottom:10px;
		text-transform:uppercase;
		color:gray;
		width:338px;
		padding-bottom:10px;
	}
	
	#sidebar{
		float:right;
		width:167px;
		margin-left:10px;
	}
	
	#sidebar .main-content-sidebar{
		padding:0 0 10px 0;
		margin:0 0 20px 0;
		border-bottom: 1px dotted #f66820;
	}
	
	#sidebar .main-content-sidebar-last{
		padding:0 0 10px 0;
		margin:0;
		border-bottom: 1px dotted #f66820;
	}
	
	#sidebar .main-content-sidebar h4, #sidebar .main-content-sidebar-last h4{
		font-size:1em;
		font-weight:bold;
		padding:0 0 2px 0;
		margin:0;
		text-transform:uppercase;
	}
	
	#sidebar .main-content-sidebar a, #sidebar .main-content-sidebar-last a{
		background:url(../images/template/bullet_orange_small.gif) center left no-repeat;;
		display:block;
		padding-left:15px;
		margin-top:5px;
		display:none;
		width:0px;
		height:0px;
	}
	
	#sidebar .main-content-sidebar img, #sidebar .main-content-sidebar-last img{
		margin-bottom:5px;
		width:167px;
	}	
	
	/* BOTTOMBAR / IMPRESSUM */
	#bottombar{
		padding:0 0 30px 0;
	}
	
	#bottombar .bottombar-box{
		width:167px;
		margin:0 8px 0 0;
		float:left;
	}
	
	#bottombar .bottombar-box-last{
		width:167px;
		margin:0;
		float:right;
	}
	
	#bottombar .bottombar-box h4,#bottombar .bottombar-box-last h4{
		font-size:1em;
		font-weight:bold;
		padding:0 0 2px 0;
		margin:0;
		text-transform:uppercase;
	}
	
	#bottombar .bottombar-box a, #bottombar .bottombar-box-last a{
		display:block;
		margin-top:5px;
		display:none;
		width:0;
		height:0;
		padding:5px 0 5px 15px;
		background:url(../images/template/bullet_orange_small.gif) center left no-repeat;
	}
	
	#footer{
		display:none;
	}	