
/* general style */

* {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 11px;
}

img {
	border: 0;
}

/* draggable styles */

body {
	overflow-x: hidden;
}
table.drag, table.dragborder {
	position: absolute;
}

table.drag {
	border: 1px solid white;
}

table.drag td {
	padding: 1px;
	padding-right: 2px;
}

table.dragborder, table.dragborder td {
	border: 1px dotted #C0C0C0;
}


div#content_test {
  text-align: left;
  
   margin: 48px auto 0;
   width: 798px;
   height: 600px;
   overflow:hidden;
   /* border: 1px #FF0000 solid; */

}
table#under_navi {
	width:156px;;
	position:relative;
	left:0px;
	background-color:#F0F0F0;
	border:1px #D6D6D6 solid;
	height:102%;

}
table#navi {
	width:156px;;
	position:relative;
	left:0px;
	margin-bottom:2px;
	background-color:#F0F0F0;
	border:1px #D6D6D6 solid;
}
.level1_item {
	color:#818181;
	padding-left:4px;
	font-size:10px;
}
.level1_item a {
	color:#818181;
	padding-left:5px;
	font-size:10px;
	text-decoration:none;
}

.level1_item_selected {
	color:#818181;
	padding-left:4px;
	font-size:10px;
}
.level1_item_selected a {
	color:#818181;
	padding-left:5px;
	font-size:10px;
	text-decoration:none;
}

.level0_item {
	color:#767676;
	border-right:1px #FFFFFF solid; 
	text-align:center;
}
.level0_item a {
	color:#767676;
	text-align:center;
	text-decoration:none;
}
.level0_item_selected {
	color:#000000;
	border-right:1px #FFFFFF solid; 
	text-align:center;
}
.level0_item_selected a {
	color:#000000;
	text-align:center;
	text-decoration:none;
}

.level2_item {
	 background-color:#F8F8F8;
	 color:#9F9F9F;
	/* padding-left:15px;
	 padding-top:5px;
	 padding-bottom:5px; */
}
.level2_item a {
	 color:#9F9F9F;
	 text-decoration:none;
}
div#navi_container {
	position:relative;
	overflow:hidden;
	height:450px;
	width:156px;
}
div#unternehmen {
	position:relative;
	bottom:240px;
	left:-30px;
	width:150px;
	z-index:40;
	/* border: 1px #FF0000 solid; */
}
div#ContentContainer {
	position:relative;
	width:630px;
	height:425px;;
	left:10px;
	top:20px;
	/* border: 1px #FF0000 solid; */
}
div#content {
	position:relative;
	width:630px;
	height:425px;
	overflow:auto;
	/*border: 1px #000000 solid;
	
	scrollbar-base-color: #ffffff;
    scrollbar-face-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #666666;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-highlight-color: #CCCCCC;
    scrollbar-shadow-color: #CCCCCC;

	/* border: 1px #FF0000 solid; */
}

div#content_width_news {
	position:relative;
	width:380px;
	height:425px;
	overflow:auto;
	
	scrollbar-base-color: #ffffff;
    scrollbar-face-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #666666;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-highlight-color: #CCCCCC;
    scrollbar-shadow-color: #CCCCCC;
	/*border: 1px #000000 solid;
	 border: 1px #FF0000 solid; */
}

.newstext {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.newstext a {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	
}
.adress_left {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.headline {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5D9BB2;
	border-bottom: 1px #B3B3B3 solid;
	padding-bottom: 3px;
}

td {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	
}

a {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:none;
	
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: white;
	border: 1px solid #999999; 
}

*+html #news_table {
	margin-right: 20px;
} 
