body {
	background:#CCCCCC url(images/bg.png) repeat-x;
	font-family:arial;
	line-height:12pt;
	font-size:9pt;
	color:#555555;
}

.maintable {
	
	
}

.body_tb {
	margin-top:-8px;
	*margin-top:-15px;
	
}

.tb_top {
	border:5px solid #FFF;
	background:url(images/header.png) no-repeat;
	height:150px;
	width:812px;
}

.header_img {
	position:relative;
	background:url(images/header.png) no-repeat;
	height:150px;
	width:802px;
	top:0px;
}

.mu_bg {
	background:#FFF url(images/mu_bg.png) repeat-x;
	height:10px;
}

.foot {
	color:#555555;
	background:url(images/footer.png) repeat-x;
	font-family:arial;
	font-size:7pt;
	height:80px;
	vertical-align:top;
	text-align:center;
	padding-top:6px;
	line-height:12px;
}

.content_td {
	background:#FFF;
	padding:10px;
}

.serach_input {
	font-size:8pt;
	color:#888888;
	font-family:arial;
	height:14px;
	border:1px solid #c8c8c8;
	margin-top:2px;
	margin-left:60px;
	padding-left:4px;
	padding-right:4px;
}

.nletter_input, select {
	font-size:8pt;
	color:#888888;
	font-family:arial;
	height:14px;
	border:1px solid #c8c8c8;
	padding-left:4px;
	padding-right:4px;
}

.nletter_button {
	font-size:8pt;
	color:#888888;
	font-family:arial;
	height:18px;
	border:1px solid #c8c8c8;
	padding-left:4px;
	padding-right:4px;
}

.left_td {
	border-right:1px solid #CCCCCC;
	background:rgb(220,220,220);
	padding:5px;
}

.center_td {
	padding:10px;
}

.right_td {
	border-left:1px solid #CCCCCC;
	background:rgb(220,220,220);
	padding:5px;
}

.box_head_small {
	background:url(images/box_head.png) no-repeat;
	color:#FFF;
	padding-left:14px;
}

.box_head_small_right {
	background:url(images/box_head_right.png) no-repeat;
	color:#FFF;
	background-position:right;
	padding-left:3px;
}

.sprache {
	position:relative;
	top:8px;
	right:0px;
	height:14px;
	width:50px;
	background:#FFF;
	padding:3px;
	text-align:center;
	-moz-opacity:0.65;
	opacity:0.65;
	filter:alpha(opacity=65);
}

.news_head {
	font-weight:bold;
	font-size:10pt;
	color:#669933;
	border-bottom:1px dotted #888888;
	border-top:1px dotted #888888;
}

.news_date {
	font-size:8pt;
	color:#888888;
}

a {
	text-decoration:none;
	color:#669933;
}

a:hover {
	color:red;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background: #CCCCCC url(images/loader.gif) no-repeat center center;
padding: 2px;
left: -1000px;
border: 1px solid #222222;
visibility: hidden;
color: white;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -70px; /*position where enlarged image should offset horizontally */

}

.img_border {
	border:1px solid #CCCCCC;
}

.media_style {
	color:#777777;
	font-family:Arial;
	font-size:25pt;
}

.media_style2 {
	color:#777777;
	font-family:Arial;
	font-size:11pt;
}