@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;
}