html{
	overflow-x:auto;
	}

body{
	font: 12px Tahoma;
	background: url(background.jpg) 50% 0 #151921 repeat-x;
	background-color: 124477;
	background-repeat: no-repeat;
	}
#body_main {
	position:absolute;
    left: 50%; 
    top: 150px;
    width: 850px;/*bubble größe(800)*/
    margin-left: -400px; /* half of the width */
	line-height: 120%;
	text-align: center;
	font-size: 11px;
	color:#d4d4d4; /*schrift*/
	}
img {
	border:0px;
}
div.bubble {
	position:relative;
    padding:7px 0px;
    /*background-color:#383838; /*background table*/
	background-image: url(ev_bg2.png);
    margin-bottom: 0px;
	text-align: left;
	border: 0px solid #565656;
}
div.bubble div.top {
	text-align: center;
	/*background-color: #565656; /*background NRE-Zeile*/
	background-image: url(border.jpg);
	padding:7px 15px;
    margin:-7px -0px 12px -0px;
	background-repeat:no-repeat;
	padding-bottom:15px;
}
div.bubble div.top h1{
	color: #999999;
}
i.tl, i.tr, i.bl, i.br {
	position:absolute;
    width:4px;
    height:4px;
    overflow:hidden;
    z-index:30;
}
table.lined {
	width: 770px;
	border-collapse: collapse;
	text-align: center;
	color:white;
	font: 12px Tahoma;
}

table.lined, table.lined td, table.lined td.head, table.lined td.hidden{
	border-bottom: 0px solid  #383838;
	border-top: 0px solid  #383838;
	padding: 5px;
}
table.lined, table.lined tr, table.lined tr.hidden{
	border-top: 0px solid rgba(56,56,56,0.4);
	border-bottom: 0px solid #383838;
	border-left: 0px solid  #383838;
	border-right: 0px solid  #383838;
}
table.lined tr th{
	background-color: transparent; /*über der tabelle(infofenster)*/
	font-weight: bold;
	font-size: 11px;
	/*color:#f6b620;*/
	color: white;
	padding: 5px;
}
table.lined td.hidden {
	background-color: transparent; /*unter test news*/
}
table.lined td{
	background-color: transparent; /*innerer table*/
}


#bubble_photo {
	position:relative;
}

div.bubble_photo {
	width: 160px;
	padding:7px 0px;
	background-image: url(screenbg.png);
    margin-bottom: 0px;
	text-align: left;
	border-bottom: 2px black;
	border-top: 2px black;
}



/*Lightgallery*/
#LG_container{
	border: 0px solid #aaa;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	z-index:999;
	opacity:1;
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
	font: normal 12px verdana, arial, sans-serif
}
.LG_loading{
	background:url(ico-loading.gif) no-repeat center
}
#LG_panel {
	padding: 10px;
}

.LG_prevLink,.LG_nextLink{
	width:20px;
	height:20px;
	cursor:pointer;
	position:absolute;
	top:24px;
	opacity:0;
	filter:alpha(opacity=0);
}
.LG_prevLink{
	left:0;
	background:url('prev.gif') no-repeat left 40px
}
.LG_nextLink{
	right:0;
	background:url('next.gif') no-repeat right 40px
}

.LG_imgIndex{
	float:left;
	margin-left:16px;
	color:#777;
	height:20px;
	line-height:20px;
}
.LG_titleBar{
	color:#555;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
}
#LG_overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100%;
	display:none;
	opacity:0;
	filter:Alpha(opacity=0);
}
#LG_pic{display:none;margin:0 auto}

.LG_zoomIn, .LG_zoomOut, .LG_zoomNormal, .LG_fitScreen, .LG_zoom_disabled{
	width:20px;
	height:20px;
	margin:1px;
	float:left;
	cursor:pointer;
	display:block;
	z-index:999;
}
.LG_zoom_disabled {
	display:none;
}
.LG_zoomIn{background:url(sprite.gif) no-repeat 0 0px}
.LG_zoomIn:hover{background:url(sprite.gif) no-repeat 0 -40px}

.LG_zoomNormal{background:url(sprite.gif) no-repeat 0 -80px}
.LG_zoomNormal:hover{background:url(sprite.gif) no-repeat 0 -120px}

.LG_zoomOut{background:url(sprite.gif) no-repeat 0 -160px}
.LG_zoomOut:hover{background:url(sprite.gif) no-repeat 0 -200px}

.LG_fitScreen{background:url(sprite.gif) no-repeat 0 -320px}

.LG_closeBtn{
	float:right;
	background:url(sprite.gif) no-repeat 0 -240px;
	width:22px;
	height:22px;
	cursor:pointer;
}
.LG_closeBtn:hover{
	background:url(sprite.gif) no-repeat 0 -280px;
}
/*-----------------Lightgallery Ende-------------------------*/