@charset "utf-8";
/* CSS Document */

/* BASIC */
body{
	text-align: center;
	}
#container{
	height: 658px;
	width: 1005px;
	text-align: left;
	}
#top{
	height: 123px;
	width: 1005px;
	}
#top_logo{
	height: 123px;
	width: 190px;
	margin-left: 7px;
	}
#top_hmenu{
	height: 123px;
	}

#left{
	height: 449px;
	width: 200px;
	}
#submenu{ 
	height: 300px; 
	margin-top: 15px;
	}

#service{}

#right{	
	height: 449px;
	width: 745px;
	}
#main{
	height: 449px;
	width: 447px;
	}
#main_content_button{
	height: 73px;
	width: 447px;
	}
#main_mask { 
	width: 447px;
	margin-left: 299px;
	z-index: 10; 
	}
#main_mask,
#main_gallery{	height: 449px; position: absolute;}
#main_gallery{ z-index: 8; }

#b_showContent,
#b_hideContent{ height: 73px; }

#main_content{ height: 374px; }
#main_content_inner{ width: 400px; }

#footer{ height: 20px; }
#footer_inner{}

/* FORMAT */
body, table, h3, h2, h1, form, input, textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	}

body, table, td, h3, h2, h1, div, span, p{
	margin: 0px;
	padding: 0px;
	line-height: 135%;
	}
p, div.csc-textpic-imagewrap { 
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 135%;
	}
div.div.csc-textpic-imagewrap{ margin-left: 0px; }
table, label, input, textarea { color: #656565; }
table td { padding: 2px; }
table p { padding: 0px; margin: 0px; }

#container{
	margin-left: auto;
	margin-right: auto;
	}
#top{ }
#top_logo{ 
	text-align:center; 
	float: left; 
	}


#top_hmenu{ 
	float: right;
	padding-right: 60px;
	}
.hmenu_item0 a,
.hmenu_item1 a,
.hmenu_item2 a,
.hmenu_item0_active a,
.hmenu_item1_active a,
.hmenu_item2_active a{
	width: 149px;
	height: 123px; 
	display:block;
	}
.hmenu_item0,
.hmenu_item1,
.hmenu_item2,
.hmenu_item0_active,
.hmenu_item1_active,
.hmenu_item2_active{
	width: 149px;
	float: left;
	}

#left{ 
	clear: both;
	float: left;
	}

#left ul, #left li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#submenu,
#service{ padding-left: 40px; }	

/* Submenu */
.submenu_ul{
	list-style: none;
	}
li.submenu_li a,
li.submenu_li_active a{
	display: block;
	width: 150px;
	height: 20px;
	}
li.submenu_li{
	width: 150px;
	height: 20px;
}
/* Servicemenu */
ul.service_ul{
	list-style: none; 
	}
li.service_li, li.service_li_active {
	height: 20px;
	}
li.service_li a, li.service_li_active a{
	padding: 3px 0px 1px 15px;
	}


#right{ 
	float: right; 
	margin-right: 60px;
	color: #656565;
	}

#main_mask{ 

	overflow: auto;
	overflow: hidden;

	}
#main{  }

#main_content_button{ 
	margin-bottom: 1px;
	cursor: hand;
	cursor: pointer;
	}

#b_showContent{ display: none; }
#b_hideContent{}
#main_content{
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	}
#main_content_inner{ 
	padding: 20px 0px 10px 20px;
	}
div.content_block{ margin-bottom: 20px; }

.content_block .bodytext {
	margin-top: 15px;
}

#main_content embed {
	margin: 0;
	padding: 0;
	margin-left: -20px;
	}

#footer{ 
	margin-top: 500px; 
	margin-left: -160px;
	}
#footer_inner{ 
	color: #858380; 
	}
#footer_inner #name{
	margin-right: 20px;
	}

/* BACKGROUNDS */
body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #E6DED1;
	}
.hmenu_item0 a,
.hmenu_item0_active a{
	background-image: url(../images/hmenu_hg0.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
.hmenu_item1 a,
.hmenu_item1_active a{
	background-image: url(../images/hmenu_hg1.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
.hmenu_item2 a,
.hmenu_item2_active a{
	background-image: url(../images/hmenu_hg2.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

.hmenu_item0 a:hover,
.hmenu_item1 a:hover,
.hmenu_item2 a:hover,
.hmenu_item0_active a,
.hmenu_item1_active a,
.hmenu_item2_active a{ background-position: 0px -123px; }

h3.service_h3{ margin-bottom: 5px; }

li.service_li a{
	background-image: url(../images/block_orange.gif);
	background-repeat:no-repeat; 
	background-position: left center;
	}
li.service_li_active a {
	background-image: url(../images/block_grey.gif);
	background-repeat:no-repeat; 
	background-position: left center;
	}
li.service_li a:hover{ 
	background-image: url(../images/block_grey.gif);  
	}

#b_showContent{ background-image: url(../images/show_content.gif); }
#b_hideContent{ background-image: url(../images/hide_content.gif); }

#b_showContent, #b_hideContent{ background-repeat: no-repeat; }

#main_content{	background-image: url(../images/content_hg.png); background-repeat: repeat-y; }

li.submenu_li a, li.submenu_li_active a{
	background-image: url(../images/submenu_hg.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	}
	
li.submenu_li a:hover, li.submenu_li_active a { background-position: -150px 0px; }

li.subsubmenu_li, li.subsubmenu_li_active {
	list-style: none;
	}

#main_content h3 {
	color: #656565;
	margin-top: 15px;
	margin-bottom: 5px;
	}

fieldset {
	border: 0;
	}
	
legend, .tx-sremailsubscribe-pi1-notice , dl{
	color: #656565;
	}
	
.kontakt {
	margin-top: -15px;
	}

#swf129 {
	display: block;
	width: 430px;
	height: 150px;
	}
	