@import "style_basic.css";
@import "style_links.css";

body { 	
	margin:0 0 40px 0;
	background:url(/images/bkg.jpg) repeat-y;
}

/* Main frame */
div.main_frame {
	width:1024px;
	margin-left:auto;
	margin-right:auto;

	padding-top:40px;
	position:relative;
}

.header {
	width:1024px;
	height:94px;
	background:url(../images/header.png) no-repeat;
	margin-bottom:20px;
}

.content_frame {
	margin-left:13px;
	margin-right:27px;
}

.news_box {
	float:right;
	background-color:#58585A;
	color:#FFFFFF;
	width:153px;
	min-height:360px;
	padding:20px 15px 20px 20px;
	font-size:8.5pt;
}

.news_headline {
	background-repeat:no-repeat;
	width:140px;
	height:45px;
}

.news_box a, .news_box a:link, .news_box a:hover, .news_box a:active, .news_box a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.news_img {
	float:left;
	margin-right:10px;
}

.news_sep {
	height:50px;

}


.menu {
	width:200px;
	float:left;
	font-size:8.5pt;
}

.menu .menu_item {
	margin-bottom:20px;
}

.menu .menu_item a {
	font-weight:bold;
	text-decoration:none;
}


.menu2 {
	margin-bottom:20px;
	margin-top:-15px;
}

.menu .menu2_item {
	margin-left:10px;	
}

.menu .menu2_item a {
	font-weight:normal;
	text-decoration:none;
}


.content {
	/* margin-left:239px; */
	margin-left:200px; 
	width:460px;
	font-size:9pt;
	color:#666666; 
	line-height:1.5;
}

.product_reference {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
	font-size:8.5pt;

}

.product_reference .product_img {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	background-color:#EDEDED;

}


/* Photogallery */
.tblGallery {
	width:100%;
	margin-left:auto;
	margin-right:auto;	
}

.tblGallery td {
	padding:5px;
	text-align:center;
}

.tblGallery td img {
	/* border:1px solid #000000; */
}

#dynpage_testseite {
	border: 1px solid red;
	padding: 10px;
	display: inline-block;
	width: 90%;
	margin-bottom:15px;
}




/* Input stuff */

.input_form {
	margin-bottom:15px;
	font-size:9pt;
}


.input_row {
	min-height:19px;
	padding-top:3px;
	padding-bottom:3px;
	clear:both;

}

.input_col1_thin {
	float:left;
	width:155px;	

}

.input_col2_thin {
	
}


.input_row2 {
	height:25px;

}

.input_col2_thin {

}

input.textfield, textarea, select {
	font-family:Verdana, Arial, sans-serif;
	font-size:9pt;
	border:1px solid #999999;
	margin:0px;
}

input.checkbox {
	margin:0px;
}

input.textfield, textarea {
	padding:2px;
}

select {
	padding:1px;
}

.input_row_checkbox_left {
	margin-bottom:15px;
}

.input_row_checkbox_left span {
	margin-left:10px;

}

.checkbox_float {
	width:130px;

	display:inline-block;
}

*+html .checkbox_float {
	display:inline;
}

* html .checkbox_float {
	display:inline;
}

.checkbox_float2 {
	width:200px;

	display:inline-block;
}

*+html .checkbox_float2 {
	display:inline;
}

* html .checkbox_float2 {
	display:inline;
}


.form_button {

	font-family:Arial, sans-serif;
	font-size:10pt;
	height:25px;
	line-height:25px;
	font-weight:bold; 
	border:none;

	color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;

	cursor:pointer;

	outline-style:none;
	outline-width:0;
	vertical-align:middle;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;
	background:url(../images/bt.png) repeat-x;
	margin-bottom:0px;
}

* html .form_button {
	padding:0px;
	height:24px;
}


*+html .form_button {
	padding:0px;
	height:24px;

}

.form_button:hover {
	background:url(../images/bt_m.png) repeat-x;
}

.form_button:active {
	background:url(../images/bt_p.png) repeat-x;
}



/* Contact popup */
.contact_popup {
	width:585px;
	height:700px;
	background-color:white;
	position:absolute;
	z-index:10100;
	-box-shadow:2px 2px 11px #666;	
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	filter:progid:DXImageTransform.Microsoft.shadow(direction = 135, Color='gray', strength=5);
	overflow:auto;
}

#contact_popup_content {
	position:absolute;
	left:30px;
	top:40px;
	padding-right:30px;
	padding-bottom:30px;

}


.filter {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity:0.6;
	filter: alpha(opacity=40);
	z-index:10001;
}
