@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/bg.php);
	background-attachment: fixed;
	margin-top: 10px;
}

#container {
	width: 960px;
	margin: 0px auto;
}

#head {
	vertical-align: bottom;
}

#logo {
	width: 200px;
	float: left;
}

#head_menu {
	text-align: right;
	font-weight: bold;
	padding-top: 20px;
}

#menu1 {
	height: 30px;
	background-image: url(bg_menu1.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#menu2 {
	height: 21px;
	background-image: url(bg_menu2.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	clear: both;
}

#left {
	float: left;
	width: 623px;
}

#right {
	padding: 10px;
	background-image: url(bg_right.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
	width: 317px;
	height: 535px;
}

#content_top {
	height: 410px;
	background-color: #333333;
	overflow: hidden;
}

#content_bottom {
	height: 145px;
	background-image: url(bg_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#youtube {
	height: 238px;
	padding-bottom: 10px;
	overflow: hidden;
	display: block;
}

#listnews {
	height: 287px;
	width: 317px;
	overflow: hidden;
	display: block;
	background-color: #FFFFFF;
	color: #000000;
}

#listnews_nav {
	height: 21px;
	background-image: url(bg_menu2.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	clear: both;
	text-align: center;
	display: block;
}

#list {
	clear: both;
	height: 266px;
	width: 317px;
	overflow: auto;
	display: block;
}

#news {
	clear: both;
	height: 266px;
	width: 317px;
	overflow: auto;
	display: none;
}

#searchtab{
	clear: both;
	height: 266px;
	width: 317px;
	overflow: auto;
	display: block;
}

#footer {
	clear: both;
	height: 40px;
	padding-top: 10px;
}

#footer_links {
	margin: 0px 20px 0px 693px;
}

/*----------navigation----------*/

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {color: #000000; display:block; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border-bottom:1px solid #aaa; border-top:none; /*width:148px;*/ width: 100%; padding:0px 5px;}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {padding:5px 7px 7px; font-weight:bold; /*width:190px*/}
ul.menu .sub {background:#d1d1d1}
ul.menu .topline {border-top:1px solid #aaa}

#menu1 li.first, li.first_cur {
	/*padding: 6px 40px 0px 40px;*/
	/*width: 150px;*/	
	font-weight: bold;
	color: #FFFFFF;
	list-style:none;
}

#menu1 li.first a {
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 7px 10px 0px 10px;
	height: 20px;
}

#menu1 li.first_cur a {
	color: #222222;
	display: block;
	float: left;
	padding: 7px 10px 0px 10px;
	height: 20px;
}

#menu1 li.first a:hover {
	color: #5258fc;
}

#menu2 ul{
	display: inline;
}

#menu2 li{
	list-style: none;
	display: inline;
}

#menu2 li a {
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 3px 20px 0px 20px;
	height: 12px;
	text-decoration: none;
	font-weight: normal;
}

#menu2 li.cur a {
	color: #222222;
	display: block;
	float: left;
	padding: 3px 20px 0px 20px;
	height: 12px;
	text-decoration: none;
	font-weight: normal;
}

#menu2 li a:hover {
	color: #5258fc;
}

#menu1 li.sub , li.sub_cur{
	font-weight: normal;
	list-style:none;
}

#menu1 li.sub a {
	color: #000000;
	padding: 2px 0px;
	width: 100%;
	height: auto;
}

#menu1 li.sub_cur a {
	color: #222222;
	padding: 2px 0px;
	width: 100%;
	height: auto;
}

#head li a{
	text-decoration: none;
	color: #000000;
	padding: 0px 5px 0px 5px;
}

#head li a:hover{
	color: #5258fc;
}

#head ul{
	display: inline;
}

#head li{
	list-style: none;
	display: inline;
}

#head li.cur a{
	text-decoration: none;
	color: #5258fc;
	padding: 0px 5px 0px 5px;
}



#head a.language {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

#head a.language:hover {
	color: #5258fc;
}


/*----------social bookmarks----------*/
#footer * {
	border: none;
}

#links_facebook, #links_myspace, #links_youtube {
	display: none;
	position: absolute;
	padding: 0px 0px;
	width: 60px;
	text-align: center;
	color: #000000;
}

div.social_img_container {
	display: inline;
	position: relative;
	padding-bottom: 10px;
	color: #000000;
}

#links_facebook a, #links_myspace a, #links_youtube a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#links_facebook a:hover, #links_myspace a:hover, #links_youtube a:hover{
	color: #000000;
}


/*----------shortcuts----------*/

#content_bottom .csc-textpic-clear {
	clear: none;
}

#content_bottom .csc-textpic-imagewrap {
	padding-left: 9px;
	padding-top: 10px;
}

/*----------content top----------*/
#content_top .csc-linkToTop {
	display: none;
}

h1 {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	margin: 15px 0px 5px 0px;
}

/*----------content bottom----------*/
#content_bottom table.contenttable {
	width: 460px !important;
}


/*----------right----------*/

div.tx-youtubeapi-list {
	clear: both;
	display: block;
}

div.tx-youtubeapi-list h3{
	font-size: 12px;
}


div.tx-youtubeapi-list img{
	margin: 5px 5px 10px 0px;
}

div.tx-youtubeapi-list div.container{
	padding: 5px;
	display: block;
	clear: both
}

div.tx-youtubeapi-list ul li{
	list-style: none;
}

#listnews_nav a {
	display: block;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px 0px 0px;
	height: 20px;
	text-decoration: none;

	width: 153px;
}

#listnews_nav a:hover {
	color: #222222;
}



/*----------news----------*/

div.news-latest-container {
	color: #000000;
	display: block;
	clear: both;
	margin: 5px;
	font-size: 12px;
}

div.news-latest-container h3{
	font-size: 12px;
}

div.news-latest-container h3 span{
	font-weight: normal;
}

div.news-latest-container a {
	color: #000000;
	text-decoration: none;
}

div.news-latest-container a:hover {
	color: #222222;
}

div.news-latest-item {
	clear: both;
}

#news img {
	padding: 5px 5px 5px 0px;
}

div.news-list-item img {
	float: left;
	padding: 5px 5px 5px 0px;
}

div.news-single-img {
	float: left;
	padding: 5px 5px 5px 0px;
}

div.news-single-backlink {
	clear: both;
}

div.news-single-additional-info {
	padding-top: 10px;
}

#content_top div.news-list-morelink {
	clear: both;
}

/*----------form----------*/
label {
	width: 150px;
	display: block;
	float: left;
}

input, textarea, select {
	width: 440px;
	display: block;
	border: 1px solid #222222;
}

div.csc-mailform-field {
	margin: 5px 0px;
}

input.csc-mailform-submit {
	margin-left: 150px;
	display: block;
	width: 443px;
}