/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for pillerseetal 

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}

div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;			
}

p {
	line-height:14px;
	margin:0 0 8px;
}

h1 {
	color: #d70000;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;	
}

h2 {
	color: #333;
	font-weight: bold;	
	font-size:15px;
	line-height:17px;
}


h3 {
	color: #333;
	font-weight: bold;	
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #7f9ca4;
	text-decoration: underline;
}

a:visited {
	color: #7f9ca4;
	text-decoration: underline;
}

a:hover {
	color: #73787d;
	text-decoration: underline;
}

a:active {
	color: #73787d;
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}


/* GENERAL SITE CONTAINERS
--------------------------------------------------------------------- */

body {
	background:#f0f2f4 url(../img/bodybg.jpg) repeat-x center top;
}

#site {
	width:980px;
	margin:0 auto;
	position:relative;
	border-left:1px solid #e6e8e9;
	border-right:1px solid #e6e8e9;
	background:#fff;
}

#metaheader {
	width:940px;
	overflow:hidden;
	margin:0 0 0 20px;
	
	height:90px;
	/*background:#C90;*/
}

#metanav_spacer {
	width:940px;
	height:25px;
	overflow:hidden;
	margin:0 0 0 20px;
}

.link {
	padding:0 0 0 15px;
	background:url(../img/link_arrow_red.gif) 0 3px no-repeat;
}


/* META NAVIGATION
--------------------------------------------------------------- */

#metanav {
	width:920px;
	height:25px;
	position:absolute;
	top:90px;
	left:20px;
	padding:0 20px 0 0;
	background:#d70000;
	z-index:100;
}

#metanav ul {
	list-style:none;
	overflow:visible;
}

#metanav ul li {
	display:block;
	float:left;
	position:relative;
}

#metanav ul li em {
	display:block;
	color:#fff;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	line-height:9px;
	text-align:center;
	padding:8px 20px;
}

#metanav ul li.sfhover a {
	background:#f0f2f4;
}

#metanav ul li.sfhover em {
	color:#d70000;
}

#metanav ul li a {
	cursor:pointer;
	display:block;
	overflow:hidden;
	text-decoration:none;
}

#metanav ul li ul {
	overflow:hidden;
	position:absolute;
	top:25px;
	left:-999em;
	width:172px;	
}

#metanav ul li.sfhover ul {
	left:0;
}

#metanav ul li ul li {
	height:auto;
	width:140px;
	overflow:hidden;
	background:#f0f2f4;
	padding:0 16px;
}

#metanav ul li ul li a {
	padding:7px 0 7px 10px;
	border-top:1px solid #e5e5e5;
	background:url(../img/metanav_arrow.gif) left top no-repeat !important;
	color:#333;
}

#metanav ul li ul li a:hover {
	color:#d70000;
}
	
#metanav .bottomline {
	width:140px;
	height:2px;
	background:url(../img/metanav_hover_bottomline.gif) no-repeat;
}


/* TEASER
--------------------------------------------------------------------- */

.n_body {
	width:220px;
	overflow:hidden;
}

.n_body .n_item {
	padding:0 0 18px 0;
}

.n_body .n_item .n_date {
	color:#73787d;
}

.n_body .n_item p {
	width:200px;
	height:42px;
	overflow:hidden;
	margin:0;
}

.n_body .n_item p a {
	color:#d70000;
	text-decoration:none;
}

.n_body .n_item p a:hover {
	color:#000;
}


/* FOOTER
--------------------------------------------------------------------- */

#footer {
	width:980px;
	height:35px;
	overflow:hidden;
	border-top:1px solid #e6e8e9;
	margin:20px 0 0 0;
	color:#73787d;
}

#footer a {
	text-decoration:none;
}

#footer .copyright {
	width:240px;
	float:left;
	padding:10px 0 0 20px;
}

#footer .links {
	width:480px;
	float:left;
	padding:10px 0 0 0;
}

#footer .links a {
	padding:0 15px 0 0;
}

#footer .author {
	float:right;
	padding:10px 20px 0 0;
}

#footer a {
	color:#73787d;
}

#footer a:hover {
	color:#d70000;
}


/* PAGINATION 
--------------------------------------------------------------------- */

.paging {
	margin: 10px;
	float:left;
}

.legend {
	float: left;
	padding: 3px 20px 2px 0;
}

.pages {
	float: right;
	clear: right;
	padding: 3px 0 10px 0;
}

/*
.pages .prev {
	padding: 2px 10px 2px 20px;
	background: url(../pix/marketdata/pages_prev.gif) left no-repeat;
	margin: 0 5px 0 0;
}

.pages .next {
	padding: 2px 20px 2px 10px;
	background: url(../pix/marketdata/pages_next.gif) right no-repeat;
	margin: 0 0 0 5px;
}
*/

.pages a {
	border: solid 1px #CAD2DA;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

.pages a:hover {
	border: solid 1px #E10000;
}

.pages a.active {
	background: #CAD2DA;
	color: #000000;
}








