body {
	margin: 0;
	padding: 0;
	background: url(../img/bodyBG.jpg) no-repeat #ececec;
}
#header {
	width: 676px;
	height: 312px;
	background: no-repeat url(../img/headerBG.jpg);
	margin-left: 184px;

}
#moviebox_container {
	width: 380px;
	height: 184px;
}
#moviebox {
	width: 380px;
	height: 128px;
}
#content {

}

#content #left {
	width: 177px;
	float: left;
	padding: 0;
	background: no-repeat url(../img/leftBG.jpg);
}
#content #center {
	width: 690px;
	float: left;
	background: repeat-y url(../img/centerBG_repeat.jpg);
}
#content #right {
	width: 201px;
	float: left;
}

#content #left ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content #left li{
	margin: 0 0 7px 0;
	padding: 0;
}
#content #left img {
	border: 0 none;
}
#content #left a {
	display: block;
	height: 24px;
}
.footer {
	width: 100%;
	font-size: 10px;
	padding: 0 8px;
	text-align: right;
	margin: 30px 0 0 0;
	border-top: 1px dotted #FFF;
	text-decoration: none;
}
.footer a{
	text-decoration: none;
	color: #FFF;
}
.footer a:hover{
	text-decoration: underline;
}
.footer img{
	position: relative;
	top: 3px;
	border: none 0;
}
/* Haupt-Text (.main) */

#maintext {
	font-family: "Verdana", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding: 30px 45px 10px 45px;
	background: no-repeat url(../img/centerBG.jpg);
}
#maintext h1 {
	font-size: 15px;
	margin: 0 0 10px 0;
}
#maintext h2 {
	font-size: 13px;
	margin: 0 0 10px 0;
}
#maintext p {
	margin: 0 0 15px 0;
}
#maintext a {
	text-decoration: underline;
	color: #FFF;
}
#maintext a:hover {
	text-decoration: none;
	color: #4d125c;
}
#maintext ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	list-style-type: square;
}
#maintext li {
	padding: 2px;
}
#maintext td {
	padding: 0 0 0 5px;
}
#maintext td li{
	padding: 0 0 5px 0;
}
#maintext td ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	list-style-type: square;	
}

/*news link*/

#newsbttn {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 110px;
	height: 270px;
	background: no-repeat url(../img/newsbttn.jpg);
}
#newsbttn a{
	display: block;
	text-indent: -1000em;
	width: 110px;
	height: 270px;
}

.newsitem {
	margin-bottom: 30px;
}
.newsitem .head{
	font-weight: bold;
	font-size: 13px;
}
.newsitem .head .date{ font-size: 10px;}
.newsitem .text{
	margin: 5px 10px 0px 0px;
	padding: 5px 25px 5px 10px;
	border-top: 1px solid #ccd142;
}
.newsitem .att{
	margin: 0px;
}
/*admin area add*/

.admintable tr { background: transparent;}
.admintable tr:hover{background: #E1E4BF;}
