@import "tt_news.css";
* {
	margin:0;
	padding:0;
	border:none;
}

html, body {
	height:100%;
}

html {
 overflow-y: scroll !important;
}

body {
	font-family:verdana, tahoma;
	color:#DBDBCE;
	font-size:82%;
	background: url("/fileadmin/byensweb/img/layout/bg.jpg") #181818 repeat-x;
}
#dropin {
background: #000000;
border:1px solid #111111;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
width: 600px;
height: auto;
padding: 30px 30px 30px 30px;
filter: alpha(opacity=85);
opacity: .85;
left:51%;
top:100px;
margin-left:-300px;
}

#dropin p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

#dropin a{
	text-decoration:none;
	color:yellow;
}

.spacer_20{
	height:20px;
	clear:both;
}
#wrapper{
	height:100%;
	width:100%;
	margin:0px;
	text-align:center;
}

#foot{
	font-size:0.8em;
	text-align:left;
	color:#ED4078;
}
#foot a{
	color:#ED4078;
}

/* ----- Container tabel ------ */
#td_foot{
	margin:0px;
	padding:0px;
	width:100%;
	/* any IE */
	height:5%;
	min-height:33px;
	background: url("/fileadmin/byensweb/img/layout/footer.jpg") #181818 repeat-x;
	text-align:left;
	padding-left:20px;
	padding-bottom:5px;
}

#td_cont{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	/* any IE */
	height:95%;
}

#tb_container{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	height:100%;
	width:100%;
}
/* ----- Layout tabel ------ */
#design_tb{
	width:950px;
	height:100%;
	margin:auto;
	padding:0px;
	border-collapse:collapse;
	border:none;
	text-align:left;
}
#design_01{
	width:222px;
	height:106px;
	padding:0px;
	background: url("/fileadmin/byensweb/img/layout/design_01.jpg") no-repeat;
}
#design_02{
	width:692px;
	height:44px;
	padding:0px;
	background: url("/fileadmin/byensweb/img/layout/design_02.jpg") no-repeat;
}
#design_03{
	width:36px;
	height:106px;
	padding:0px;
	background: url("/fileadmin/byensweb/img/layout/design_03.jpg") no-repeat;
}
#design_04{
	width:692px;
	height:62px;
	padding:0px;
	background: url("/fileadmin/byensweb/img/layout/design_04.jpg") no-repeat;
	text-align:center;
}
#design_05{
	width:47px;
	height:165px;
	padding:0px;
	background: url("/fileadmin/byensweb/img/layout/design_05.jpg") no-repeat;
}
#design_06{
	width:175px;
	padding:0px;
	background: url("/fileadmin/byensweb/img/layout/design_06.jpg") repeat-y;
}
#design_07{
	width:692px;
	padding:0px;
	background: url("/fileadmin/byensweb/img/layout/design_07.jpg") repeat-y;
}
#design_08{
	width:36px;
	padding:0px;
	background: url("/fileadmin/byensweb/img/layout/design_08.jpg") repeat-y;
}
#design_09{
	width:47px;
	padding:0px;
	background: url("/fileadmin/byensweb/img/layout/design_09.jpg") repeat-y;
}

#menu{
	padding:10px;
}

#content{
	text-align:left;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}
/* ----- Hor menu ------ */
#menu{
	padding:10px;
	margin-top:60px;
}
#hormenu{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 150px;
}

#hormenu li{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
}

/* ----- Vert menu ------ */
#menuen{
	margin-top:7px;
}
#navlist li{
	display: inline;
	list-style-type: none;
}
#navlist img{
	vertical-align:middle;
}
/* ----- BREADCRUMB ------ */
#breadcrumb{
	color: #7F7F7F;
	text-align:left;
	font-size:0.7em;
	margin:0px;
	margin-left:10px;
	margin-bottom:10px;
}

#breadcrumb ul{
	color: #7F7F7F;	
	margin: 0px;
	padding: 0px;
}

#breadcrumb li{
	color: #7F7F7F;	
	display: inline;
	margin: 0px;
	padding: 0px;
}

.breadlink{
	color:#7F7F7F;
	text-decoration:none;
}

.bread_no a{
	color:#7F7F7F;
	text-decoration:none;
}

.bread_act a{
	color:#7F7F7F;
	text-decoration:none;
}

.bread_cur a{
	color:#7F7F7F;
	text-decoration:none;
	font-style:italic;
}
