body {
background-color: #22055F;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 0px;
}

.cb_width {
	width: 160px;

}


td,tr,p,div {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


.incontent{
text-align:left;
padding-bottom:8px;
}

div#contentblock table td.newsflash {
	padding:0px;
}



.smalltext{

}

.logo {
	height: 150px;
	background: url(images/header_short.jpg) no-repeat;

}

#logo_left {
	width: 520px; 
	height:240px; 
	background: #E0DCEA; 
	background-image:url(".THEME."images/Logo_Left.jpg); 
	background-repeat:no-repeat;  
	border-bottom: solid 7px #fff;

}
#logo_rechts {
	width:250px; 
	height:240px; 
	background: #E0DCEA; 
	background-image:url(".THEME."images/Logo_rechts.jpg);
	background-repeat:no-repeat; 
	border-bottom: solid 7px #fff;

}
/*
div#flash-movie { 
width: 520px; 
height: 240px; 
overflow: hidden; 
background-color: #FFFFFF; 
background-image: url(flash/pics/header.jpg); 
background-position: 0 0; 
background-repeat: no-repeat;
}
*/
.spacer{
	margin-top:10px;
		
}

.spacer2{
	margin-top:10px;
	padding: 4px;	
}
.content_box {
	padding: 4px;
	text-align: left;
	width: 474px;
	background: #fff;
}

.search_box {
	padding: 10px;
}



#Clock {
	float: right;
	width: 160px;
	text-align: right;
	padding: 3px 10px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #304651;
	white-space: nowrap;
	margin-right:4px;
}

#silver_menu {
	overflow: hidden;
	height: 26px;
	width: 400px;
	float: left;
	padding: 0px;
}

#silver_toolbar {
	width: 100%;
}

.silver_box {
	width: 100%;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-align: center;
	background: #182327 url(images/menu1_fade.jpg) repeat-x;
	padding: 0px 0px 0px 0px;
}

.middle_box {
	padding: 0px;
	border-right: solid 1px #cccccc;
	background: #ccc ;
	vertical-align: top;
	width: 155px;
}

.right_box {
	padding: 0px;
	width: 183px;
	border-left: solid 1px #cccccc;
	background: #ffffff ;
}

.searchblock {
	color: #3c02b6;
	text-align: center;
}

.top_right_box {
	border-left: solid 1px #cccccc;
	border-bottom: solid 0px #cccccc;
	background: #ffffff;
	padding: 0px;
}

.page_bg {
	background: #6e6e6e url(images/bg.jpg);
	padding: 20px 0px 20px 0px;
	margin: 0px;
	border: 0px;
}

.big_frame {
	width: 798px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}


/* required stuff */

#content-pane .tab-page {
	background: #000000;
}


.contentpaneopen {
	text-align: left;
	padding: 20px;
	color: #000;
}

.small {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}

.modifydate {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}

.createdate {
	line-height: 15px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
	display: block;
}

.contentheading {
	background: url(images/title_background.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 24px;
	text-transform: uppercase;
	padding-right: 10px;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-align:left;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-size: 13px;
	font-weight: bold;
	color: #3c02b6;
	text-align:left;
	text-decoration: none;
}

a.contentpagetitle:hover {
	color: #666666;
}

table.moduletable {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
}

.linksmenu {
	vertical-align: middle;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 0px;
	text-transform: uppercase;
}


.menuheader2 {
	background: url(images/title_background.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 24px;
	text-transform: uppercase;
}
table.moduletable td {
	font-size: 11px;
	padding: 0px;
	font-weight: normal;
}

table.moduletable ul {
	color: #ff0000;
}

div#menublock table.moduletable td {
	padding: 0px;
}


/*#nav {
	background-color: #C6C3CD;
	width:100%;
	height:24px;
	margin:0 auto;
	float:left;
	}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	cursor: pointer;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-right: 1px;
}
#nav li:hover {
	
}
#nav li a:link {
	
	height:24px;
	line-height:25px;
	margin-left:11px;
	padding:0 11px 0 2px;
	color:#3c02b6;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	
}


#nav li a:visited {
	display:block;
	height:24px;
	line-height:25px;
	margin-left:11px;
	padding:0 11px 0 2px;
	color:#3c02b6;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#nav li:hover a {
	color:#fff;
	text-decoration:underline;
}
*/
/*Link Top Header
.nav_top {
	background: #777 url(images/linkgrau_top.png)right center repeat-y;
	width: auto;	
	height: 24px;
	font: 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;		
	color: #fff;	
	padding: 5px;
	margin: 5px;
}

.nav_top a:link {

	width: 200px;	
	height: 24px;
	font-weight: bold; 
	text-transform: uppercase;
	color:#84BFDF; /*alte #3c02b6 
	text-align: left;
	margin: 5px;
}


.nav_top a:hover {
	 	
	width: 200px;	
	height: 24px;	
	font-weight: bold; 
	text-transform: uppercase;
	color:#ccc; 
	text-align: left;
	margin: 5px;
}


Ende der Toplink*/


.navlink_2 {	
	background: #777 url(images/nav_bg.png) repeat-y;
	font: 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;	
	vertical-align: top;	
	padding: 10px;
	margin: 5px;
	border-bottom: solid 7px #fff;
	
}

.navlink_2 a:link {
	
	font-weight: bold;
	vertical-align: top;
	text-transform: uppercase;
	color:#3c02b6; 
	text-align: left;
}


.navlink_2 a:hover {
	
	vertical-align: top;
	font-weight: bold; 
	text-transform: uppercase;
	color:#DFEDF8; 
	text-align: left;

}

.linktext {
	padding-top: 4px;
	color: #fff;
}


a.link4:link {
	color: #fff; 
	text-decoration: none;
}

a.link4:hover {
	color: #fff;
	text-decoration: none;
}




.pollstableborder {
	border: 1px solid;
	padding: 1px;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #3c02b6;
	text-align: left;
}

#active_menu {
	color:#666666;
	font-weight: bold;
}

a.sublevel:hover {
	color: #666666;
	text-decoration: none;
}

a.mainmenu:link, a.mainmenu:visited {
	color: #666666; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
}

a.mainmenu:hover {
	color: #D6DF8C;
	text-decoration: none;
}



a:link, a:visited {
	color: #3c02b6; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #9AB6C2;	text-decoration: none;
	font-weight: bold;
}

a.category:link, a.category:visited {
	color: #3c02b6;
	text-decoration: none;
	font-weight: bold;
}

a.category:hover {
	color: #9AB6C2;
	text-decoration: none;
	font-weight: bold;
}

a.pagenav, a.pagenav:visited {
	font-weight: bold;
	color: #3c02b6;
	text-decoration: none;
}

a.pagenav:hover {
	color: #9AB6C2;
	text-decoration: none;
}

.frontpageheader {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

.newsfeedheading {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align:left;
}

.newsfeeddate {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.fase4rdf a:link {
	color: #745632;
	text-decoration: none;
	font-weight: bold;
}

.fase4rdf a:hover {
	color: #cc9900;
}

.componentheading {

	background: url(images/title_background.png) no-repeat;
	vertical-align: top;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 24px;
	text-transform: uppercase;
}

.sectiontableheader {
	background : #293C43;
	color : #666666;
	font-weight : bold;
	padding: 3px;
}

.sectiontableentry1 {
	background-color : #0D1315;
	padding: 2px;
}

.sectiontableentry2 {
	background-color : #151E22;
	padding: 2px;
}



div#right_box .sectiontableentry1 {
	background-color : #182327;
	padding: 0px;
}

div#right_box .sectiontableentry2 {
	background-color : #293C43;
	padding: 0px;
}









.button {
	font-weight: bold;
	border:solid 1px #cccccc;
	background-color: #3c02b6;
	color: #fff;
	text-align: middle;
	font-size: 9px;
	margin-top: 5px;
}


.bbcode {
	border:0px outset #000000;
	margin-top: 1px;
}


.bbcode:hover {
	border:1px inset #000000;
	background-color: #516B79;
margin-top: 1px;	
}

.bbcode:active {
background-color:white;
}


.tbox, .helpbox {
	font-weight: normal;
	color: #304651;
	background: #dddddd;
	border: 1px solid #999;
    font-size: 11px;
}

/* ---------------- unedited below here ----------------------*/

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #121A1D;
	border-left: outset 1px #cccccc;
	border-right: outset 1px #cccccc;
	border-top: outset 1px #cccccc;
	border-bottom: solid 0px #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #3c02b6;
}
.offtab {
	background-color: #25343B;
	border-left: outset 1px #cccccc;
	border-right: outset 1px #cccccc;
	border-top: outset 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cccccc;
}


.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h4 {
	color: #cccccc;
	font-size: 16px; font-weight: bold;
}

h5 {
	color: #cccccc;
	font-size: 14px; font-weight: bold;
}

h6 {
	color: #dddddd;
	font-size: 12px; font-weight: bold;
}

/* Horizontal Line */
hr {
	background: #999999; height:1px; border: 1px solid;
}

hr.separator {
	background: #495C5F;
	height: 1px;
	width: 75px;
	border: 0px;
}


/* Content - Sections & Categories */


table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
}

table.contenttoc td {
	font-size: 8pt;
	font-weight: normal;
	text-align:left;
}

.contentdescription {
	color: #cccccc;
	text-align: left;
}

/** category text format and links **/
.category {
	color: #ff0000;
	font-size: 11px; font-weight: bold; text-decoration: none;
}



.poll {
	font-size: 10px;
	line-height: 14px
}

table.pollstableborder {
	border: 0px;
}

.contentpane {
	background: #121A1D;
}

.smalldark {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}


table.contact {
	background-color: #0D1315;
}

table.contact td.icons {
	background-color: #000000;
	font-weight: bold;
}

table.contact td.details {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}

.pagenav {
	font-weight: normal;
}

.pagenavbar {

}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
}

.readon {
	margin-bottom: 10px;

}

strong {
	color: #000000;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}











#articol {
	padding: 20px;
}
h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
	color: #333;
}

h3 {
	font-size: 1.3em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
.smalltext {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#newsimg {
      float:left;
      margin:5px 10px 0 0;
}

#other {
      float:left;
      margin-top:10px;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.newscaption {
	font-weight: bold;
	font-size: 12pt;
	color: #3c02b6;
	text-align: left;
}

.bottomlinkrow {height: 30px; background: transparent; color:#fff; text-align: center;}
.bottomlinkrow a:link {font-weight: bold; text-transform: uppercase; color:#fff; text-align: center;}
.bottomlinkrow a:visited {font-weight: bold; text-transform: uppercase; color:#fff; text-align: center;}
.bottomlinkrow a:hover {font-weight: bold; text-transform: uppercase; color:#000; text-align: center;}
.bottomlinkrow a:active {font-weight: bold; text-transform: uppercase; color:#000; text-align: center;}

.fcaption {
	border: #ededed 1px solid;
	padding: 5px;
	background: #182327 url(images/cap_bg.jpg) repeat-x;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#3c02b6;
	text-align: left;
}

.menuheader {
	background: #182327 url(images/cap_bg.jpg) repeat-x;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #3c02b6;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
	border-left: solid 2px #fff;
	border-right: solid 2px #CCC;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #CCC;
}

.menu2header {
	background: transparent;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
	border-bottom: solid 2px #EEE;

}

.menu2{
	background: transparent;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #222;
	text-align: left;
	width: 100%;
	padding: 10px;
}

.forumheader2{
	background-color: #fff;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 3px;
	border: #ededed 1px solid;
	text-align: left;
}


.fborder {
	border: #ededed 1px solid;
	background-color: #fff;
	
}
.forumheader{
	background-color: #EBEFF2;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	padding: 4px;
	border: 1px solid #ededed;
	text-align: left;
}


.forumheader3{
	background-color: #fff;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;
	text-align: left;
}

.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}
/* all list items */
#nav, 
#nav ul { 
	padding: 0;	
	margin: 0;
	list-style: none;
	line-height: 24px; 
	cursor: pointer;
	background-color: #C6C3CD;
}

#nav li { 
	float: left;
	margin: 0px 0px 0px 0px;
}

/* top level */
#nav li { 
	/*background-image: url(images/0308_links-L.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
}
#nav li a {
	/*background-image: url(images/0308_links-R.gif);*/
	/*background-position: 100% 0px;
	background-repeat: no-repeat;*/
	
}

#nav li a {
	margin-left: 6px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3C02B6;
}

#nav li a:hover,
#nav li:hover a,
#nav li.sfhover a,
#nav li#active a
{
	/*background-image: url(images/0308_links-R.gif);
	background-position: 100% -35px;
	background-repeat: no-repeat;*/
}

#nav li.sub a:hover,
#nav li.sub:hover a,
#nav li.sub-sfhover a,
#nav li.sub-sfhover a:hover
{
	/*background-image: url(images/0308_links_sub-R.gif);
	background-position: 100% -35px;
	background-repeat: no-repeat;*/
}


#nav li:hover,
#nav li.sfhover,
#nav li#active
{
	/*background-image: url(images/0308_links-L.gif);
	background-position: 0px -35px;
	background-repeat: no-repeat;*/
	cursor: pointer;
}

#nav li.sub:hover,
#nav li.sub-sfhover
{
	/*background-image: url(images/0308_links_sub-L.gif);
	background-position: 0px -35px;
	background-repeat: no-repeat;*/
	cursor: pointer;
}

#nav li#active a,
#nav li a:hover, 
#nav li.sfhover a, 
#nav li:hover a {
	display: block;
	text-decoration: none;
}
	
/* LEVEL 2 */
#nav li li a {
	margin-left: 0px;
	display: block;
	padding: 0;
	float: none;
	padding-left: 15px;
	width: 180px;
	width/* */:/**/163px;	
	width: /**/163px;
	border-bottom: 1px solid #C6C3CD;
	border-right: 1px solid #C6C3CD;
	border-left: 1px solid #C6C3CD;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
}

#nav li li a:hover {
	background-color: #E8E8E8;
	color: #3C02B6;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 1000;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #FFFFE6;
	line-height: 28px;
}

#nav li:hover ul,
#nav li.sfhover ul,
#nav li.sub-sfhover ul { 
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

#nav li.sub-sfhover ul.sub,
#nav li.sub:hover ul.sub {
	margin-left: 0px;
	padding-bottom: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 180px;
}

#nav ul.sub li,
#nav ul.sub li a,
#nav ul.sub li a:hover,
#nav ul.sub li:hover,
#nav ul.sub li:hover a,
#nav ul.sub li.sfhover a,
#nav ul.sub li:hover a:hover,
#nav ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }

#nav li#active ul.sub li,
#nav li#active ul.sub li a,
#nav li#active ul.sub li a:hover,
#nav li#active ul.sub li:hover,
#nav li#active ul.sub li:hover a,
#nav li#active ul.sub li.sfhover a,
#nav li#active ul.sub li:hover a:hover,
#nav li#active ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul,
#nav li.sub-sfhover ul ul, 
#nav li.sub-sfhover ul ul ul, 
#nav li.sub-sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul, 
#nav li li li li.sfhover ul,
#nav li.sub-sfhover ul, 
#nav li.sub-sfhover li.sfhover ul, 
#nav li.sub-sfhover li li.sfhover ul, 
#nav li.sub-sfhover li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.sub {
	/*background-image: url(images/0208_links_sub.gif) !important;
	background-position: 96% 50% !important;
	background-repeat: no-repeat !important;*/
}
#nav a.sub:hover {
	/*background-image: url(images/0208_links_sub.gif) !important;
	background-position: 96% 50% !important;
	background-repeat: no-repeat !important;*/
}
