#bodyarea {
overflow: auto;
padding: 0 5px;
}
.page {
width:1200px;
margin:0 auto;
}
.page1200 {
width:1200px;
margin:0 auto;
}
.page980 {
width:980px;
margin:0 auto;
}
.ssi_table tr td
{
	border-bottom: 1px solid #cccccc;
	padding: 2px 2px 2px 2px;
	margin: 2px;
	height: 30px;
	vertical-align: middle;
}
.windowbg
{
	background-image: none !important;
	background-color: #f1f1f1;
}
.ssi_table tr td img
{
	vertical-align: middle;
}
.vistamenu
{
	border-bottom: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
.startnews
{
	margin-right: 17px;
}
.entry-content
{
	margin-top: 10px;
	text-align: justify;
}
a.entry-title , a.entry-title :link, a.entry-title :visited
{
	text-decoration: none !important;
}
a.entry-title:hover
{
	text-decoration: underline;
}
h1 {font-size:11px;}
.center {
text-align:center;
}
.left a, .left a:link, .left a:hover, .left a:visited
{
	color: #D22200;
}
.left {
text-align:left;
}
.right {
margin-top: 10px;
text-align:right;
}
.nomargin {
margin:0;
}
.nopadding{
padding:0;
}
.nomarginpadding {
margin:0;
padding:0;
}
.leftf {
float:left;
}
.rightf {
float:right;
}
.clear {
clear:both;
}
.subborder {
border-bottom:1px solid #dcdcdc;
}
.comment {
padding:5px;
}
.hide{
display:none;
}
.hiddencontent
{
   color: black;
   background-color: #FFFFDF;
   border: 2px solid #321600;
   margin: 1px;
   padding: 1px;
   line-height: 1.4em;
}
.nav h2 {
display: inline; 
}
h2 .nav, h2 .nav:link, h2 .nav:visited {
font-size:18px}

/* Normal, standard links. */ 
a:link, a:visited
{
	color: #000;
	/* color:#333366; */
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
	color: #B50100;
}
fieldset.spoiler 
{
	border: 2px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader a
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.spoilerheader input 
{
	background-color: orange;
	color: #fff;
	font: 0.9em sans-serif;
}

div.spoilerbody 
{
	color: #0f0f0f;
	border: 2px dashed gray;
	padding: 0.5em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}
.header 
{
height:77px;
background-repeat:repeat-x;
text-align:center;
overflow:hidden;
border-bottom: 1px solid #CCCCCC;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #494949;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: 9pt;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #f1f1f1;
	width: 100%;
	margin:0px;
	padding: 0px 0 10px 0;
	}
#content
{
	/*background-color: White;*/
	width: 980px;
	margin:0;
	border:1px solid #CCCCCC;
	background-color:#FFF;
	}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, #footer a
{
	color: #000000;
	font-family: verdana, sans-serif;
	text-decoration: none;
}
input, button
{
	font-size: 90%;
	background-color: White;
	border: 1px solid Silver;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

#footerarea
{
	font-size: 9px;
	vertical-align: middle;
	width: 100%;
}

#footerarea a, #footerarea a:link, #footerarea a:visited
{
	color: Black;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 2px;
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	width: 100%;
	margin-right: 10px;
}

/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	padding: 5px;
	font-size: 95%;
	line-height: 1.4em;
	margin-left: 10px;
	/*border-bottom: 2px solid #C9D1DA;*/
	border-bottom: 2px solid #C0C8D0;
	margin-bottom: 5px;
}

/* A code block - maybe even PHP ;). */
.code
{
	font-family: "courier new", "times new roman", monospace;
	color: #000000;
	background-color: #F5F5F5;
	padding: 5px;
	font-size: 95%;
	line-height: 1.4em;
	margin-left: 10px;
	border-bottom: 3px solid #ECECEC;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
	width:600px;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
	padding: 5px;
	margin-left: 10px;
	color: #636263;
	font-weight: bold;
	background: #E8ECEF;
	border-top: 1px solid #C9D1DA;
	font-size: 90%;
	text-decoration: none;
}
 .codeheader
{
	padding: 5px;
	margin-left: 10px;
	color: #696969;
	font-weight: bold;
	background: #ECECEC;
	font-size: 90%;
	text-decoration: none;
	width:600px;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg2
{
	color: #000000;
	background-color: White;
}
.windowbg3
{
	color: #000000;
	background-color: #F2F2F2;
}
.windowbgfirst
{
	color: #000000;
	background-image: url(images/wbgfirstverlauf.png);
	/*background-color: #E2EDFE;*/
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .plista_widget_default_head
{
	color: black;
	font-style: normal;
	background-color: #E9F0F6;
	background-image: url(images/titlebg.jpg);
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-image: url(images/catbg.gif);
	background-color: #F5F5F5;
	color: White;
}
.catbg_l
{
	background-image: url(images/catbg_l.gif);
	width: 10px;
}
.catbg_r
{
	background-image: url(images/catbg_r.gif);
	width: 10px;
}
.catbg2 , tr.catbg2 td
{
	background-image: url(images/catbg2.gif);
	background-color: White;
	color: #ffffff;
}
.catbg, .catbg2, .catbg3
{
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: White;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: White;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #F5F5F5;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #F5F5F5;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	margin-top: 5px;
	font-size: 10px;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 12px;
}
.largetext
{
	font-size: 15px;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 98%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	max-height:100px;
	overflow: hidden;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}

.navtab_first
{
	background:0px 0px url(images/navblue_all.png) no-repeat;
	width: 5px;
}
.navtab_back, .navtab_back150
{
	color: white;
	text-align:center;
	text-decoration: none;
	font-size:  9px;
	font-family: tahoma, sans-serif;
	vertical-align: middle;
	height: 30px;
	background:0px -33px url(images/navblue_all.png) repeat-x;
	text-transform: uppercase;
}

.navtab_backred
{
	color: white;
	text-align:center;
	text-decoration: none;
	font-size:  9px;
	font-family: tahoma, sans-serif;
	vertical-align: middle;
	height: 30px;
	background:0px -33px url(images/navred_all.png) repeat-x;
	text-transform: uppercase;
}

.navtab_last
{
	background:0px -66px url(images/navblue_all.png) no-repeat;
	width: 5px;
	border-left:1px solid black;
}

.navtab_back a, .navtab_back a:link , .navtab_back a:visited, .navtab_back a:hover, .navtab_backred a, .navtab_backred a:link, .navtab_backred a:visited, .navtab_backred a:hover
{
color:#fff;
text-decoration:none;
border-left:1px solid black;
padding:10px 5px 10px 5px;
width:70px;
display:block;
}
.navtab_back150 a, .navtab_back150 a:link , .navtab_back150 a:visited, .navtab_back150 a:hover
{
color:#fff;
text-decoration:none;
border-left:1px solid black;
padding:10px 5px 10px 5px;
width:100px;
display:block;
}
.navtab_back a:hover, .navtab_back150 a:hover
{
	color:black;
	background:0px -99px url(images/navblue_all.png) repeat-x;
}
..navtab_backred a:hover
{
	color:black;
	background:0px -99px url(images/navred_all.png) repeat-x;
}
/* definitions for the mirror tab */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	background-position: left top;
	color: white;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 11px;
	vertical-align: bottom;
	padding: 9px 0px 9px 0px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background:0px 0px url(images/nav_all.gif) no-repeat;
	width: 5px;
	border-right:1px solid black;
}
.maintab_back
{
	background:0px -33px url(images/nav_all.gif) repeat-x;
}
.maintab_back_green
{
	background:0px -33px url(images/nav_all_green.gif) repeat-x;
	border-right:1px solid black;
	font-size:10px;
}
.maintab_back_green a:link, .maintab_back_green a:visited
{
	color:#FFF;
}
.maintab_last
{
	background:0px -66px url(images/nav_all.gif) no-repeat;
	width: 5px;
}
.maintab_active_first
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}
.maintab_active_back a
{
	background-color: #eeeeee;
}
.maintab_active_last
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
	border-right:1px solid black;
}

/* how links behave in mirror tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
	padding: 5px 5px;
	white-space: nowrap;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	padding: 5px 5px;
	color: #F5F5F5;
	text-decoration: none;
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
	
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background-image: url(images/nav_l.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.mirrortab_back
{
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-image: url(images/nav_r.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.mirrortab_active_first
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}
.mirrortab_active_back
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}

.mirrortab_back a.green:link, .mirrortab_back a.green:visited
{
	padding: 6px 2px 2px 2px;
	background:0px -33px url(images/nav_all_green.gif) repeat-x;
}
.maintab_back a.green:link, .maintab_back a.green:visited {
color:white;
padding:5px;
text-decoration:none;
white-space:nowrap;
background:0px -33px url(images/nav_all_green.gif) repeat-x;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	padding: 6px 0px 2px 0px;
	color: #F5F5F5;
	text-decoration: none;
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	
}

#infocenter
{
	background-image: url(images/nav.gif);
	color: #F5F5F5;
	font-weight: bold;
}

#profile {
	background-color: #FAFAFA;
	padding: 10px;
	border-bottom: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: black;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

a.googletag
	{
	color: #003399;
	}
	
a.googletagged
	{
	color: #336699;
	}
	
a.roarLink {color:gray}

.roarClose {
text-align:right;text-transform:uppercase;letter-spacing: 2px;
}

.roarImage {
float:left;margin:2px;
}

.roarWelcome {
line-height:30px;display:inline;font-size:14px;font-weight:bold;
}

/* Style for Sitemap */ 
.showSwitch { display: block; } 
.hideSwitch { display: none; } 

div.titlebg {
padding:5px;
margin-top: 10px;
}

h2 {
margin: 0;
padding: 0;
padding-bottom: 4px;
font-size:11px;
}
div.specialsIndexWrapper
{
	float:left;
	width:49%;
}
div.specialsPreviousLink
{
	float:left;
	width:49%;
}
div.specialsNextLink
{
	float:left;
	width:49%;
	text-align:right;
}
div.specialsPreviousLink a, div.specialsPreviousLink a:link, div.specialsPreviousLink a:active, div.specialsPreviousLink a:hover, div.specialsPreviousLink a:visited
{
	background-image:url('images/pfeil-links.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
	text-decoration:none;
}
div.specialsNextLink a, div.specialsNextLink a:link, div.specialsNextLink a:active, div.specialsNextLink a:hover, div.specialsNextLink a:visited
{
	background-image:url('images/pfeil-rechts.png');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 14px;
	text-decoration:none;
}
ul.specialsIndex
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.specialsIndex li
{
	font-size:10px;
	margin:0px;
	padding:2px;
}
ul.specialsIndex li a, ul.specialsIndex li a:active, ul.specialsIndex li a:visited
{
	color:#aa0000;
	text-decoration:none;
	font-size:10px;
}
 ul.specialsIndex li a:hover
 {
	color:#aa0000;
	text-decoration:underline;
	font-size:10px;
 }


h2 a:link, h2 a:visited {
color: #D22200;
font-size: 12px;
font-weight: bold;
}

.startposter {
font-size: 10px;
color: #8A8A8A;
}
.startborder  .startposter a:link, .startborder  .startposter a:visited {
color: #8A8A8A;
}

.normaltext {
line-height:1.8em;
font-size: 11px;
}

hr.default {
height: 2px;
}

.startborder a:link, .startborder a:visited {
color: #000;
}

.right_bar  .left {
line-height: 1.8em;
}

#upshrinkHeaderIC a:link, #upshrinkHeaderIC a:visited, .ssi_table a:link, .ssi_table a:visited {
text-decoration: none;
}

#upshrinkHeaderIC  .middletext {
line-height: 1.8em;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	min-width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	padding: 0 5px 0 5px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-right:	1px solid #CCCCCC;
	border-bottom:	1px solid #CCCCCC;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:link   { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		#FFF;
}
.sf-menu li li {
	background:		#FFF;
}
.sf-menu li li li {
	background:		#FFF;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(./images/arrows-000000.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(./images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

a.tab {
border: 1px solid #ccc;
display:block;
width:100px;
float:left;
padding:5px;
text-decoration:none;
text-align:center;
}
a.tab.active {
background-color: #CFDEFF;
}
.tabcontent {
clear:both;
}
.header_icon img {
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}
.header_icon:hover img {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.post a {
font-weight:bold;
}

.text_content {
line-height:16px;
margin-top: 5px;
margin-bottom: 15px;
}

/* wordpress menu */
#navigation {
	width: auto;
	height: 25px;
	margin: 0 auto;
	background: #00070f;
	}
#page-nav {
	float: left;
	width: 760px;
	margin: 0;
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#page-nav li {
float:left;
margin:0;
padding:6px 0;
}
#page-nav a {
	display: block;
	font: normal normal normal 12px/12px Verdana, Geneva, Tahoma, sans-serif;
	color: #eee;
	padding: 0 15px 0 15px;
	border-right: 1px solid #353535;
	text-decoration:none;
	font-weight:bold;
	}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 19px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #222;
	background: #111;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	}
#page-nav li li a {
	padding: 7px 7px;
	border: none;
	}
#page-nav li.page-item-2 {
background-color:#0F2C4A;
}
/**
* Search form (in navigation)
************************************************/
#navigation .search {
	float: right;
	width: 200px;
	height: 25px;
	}
#navigation input {
	float: right;
	width: 170px;
	height: 15px;
	margin: 4px 0 0 0;
	padding: 1px 8px 1px 22px;
	font: normal normal normal 11px/15px Verdana, Geneva, Tahoma, sans-serif;
	color: #aaa;
	background: #001328 url(http://www.go-windows.de/wp-content/themes/hybrid-news/images/search-icon.png) no-repeat 5px 0;
	border: 1px solid #011e3f;
	}
#navigation .search-submit, #navigation .button {
	display: none;
	}
/* plista */
.plista_widget_minimal  #plista_widget_list_standard {
font-size:100%;
}
.plista_widget_minimal a.plista_item h3
{
	font-size:14px;
	background-color: #f1f1f1;
}
.plista_widget_minimal a.plista_item {
border-bottom:2px dashed #C9D1DA
}
.plista_widget_default_head {
padding:10px;
font-weight:bold;
font-size:14px;
}

input.subject {
font-size:14px;
font-weight:bold;
}

textarea.editor {
font-size:13px;
font-weight:normal;
}
ul.list_boards  {
	margin:5px 0;
}

.list_boards  li, .list_boards ul{
	display:inline; margin-right:5px;
}

@media print {

	#headerarea, #navigation, #before_content, #after_footer, #after_footer_second, #related_topics_bottom, #related_topics_top, .signature
	{
		display: none;
	}

	.tborder
	{
		border: none;
	}
}

