/** 
 * Stylesheet-Datei v1.3
 * Copyright (c) 2002 Flix-Web (www.flix-web.de)
 */
 
/* @import url(...); */

BODY {
	margin : 0;
	background: #e5e5e5 url('http://www.ziska.tv/_images/bg_news.jpg'); /* repeat scroll top left; <background-color> || <background-image> || <background-repeat> || <background-attachment> || <background-position> */
	scrollbar-3d-light-color : #000000;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #5f9ea0;
	scrollbar-dark-shadow-color : #000000;
	scrollbar-face-color : #5f9ea0;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color : #5f9ea0;
}

P, DIV, SPAN, LI, TD, INPUT, SELECT {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

EM, PRE, CODE {
	font-family: courier, fixed;
}

SELECT, INPUT {
	vertical-align : middle;
}

HR {
	color : #0000ff;
	width : 100%;
	height : 1px;
	text-align : center;
	border : none;
}

A:link {
	color : #ffa500;
	text-decoration : none;
}

A:visited {
	color : #ffa500;
	text-decoration : none;
}

A:hover {
	color : #d2691e;
	text-decoration : none;
}

A:active {
	color : #d2691e;
	text-decoration : none;
}

.right {
	text-align : right;
}

.center {
	text-align : center;
}

.left {
	text-align : left;
}

.justify {
	text-align : justify;
}

.underlined {
	text-decoration : underline;
}

.italic {
	font-style : italic;
}

.bold {
	font-weight : bold;
}

DIV.titel {
	color : #ffffff;
	font-size : 30px;
	font-weight : bold;
	text-align : left;	
}

DIV.foot {
	font-size : 10px;
	color : #ffffff;
}

TABLE.news {
	border : #000000 1px solid;
}

TR.autor {
	font-size : 1px;
	background : #5f9ea0;
}

.autor {
	font-size : 10px;
	color : #ffffff;
	text-align : right;
}

TR.beitrag {
	background : #ffffff;
}

DIV.beitrag {
	margin : 5px;
	text-align : justify;
}

DIV.beitrag {
	font-size : 12px;
	color : #00008b;
	text-align : justify;
}

TR.betreff {
	background : #ffffff;
	font-weight : bold;
}

DIV.betreff {
	margin : 5px 5px 0px 5px;
	font-size : 12px;
	color : #00008b;
}

INPUT.ntextfield {
	border : #4169e1 1px hidden;
	background : #ffffff;
	text-align : right;
}

INPUT.button {
	border : #4169e1 2px hidden;
	background : #b0c4de;
}

DIV.top_right {
	/* oben rechts unten links */
	float: right;
	margin : 0px 0px 10px 10px;
}

DIV.top_left {
	float: left;
	margin : 0px 10px 10px 0px;
}

DIV.bottom {
	margin : 10px;
	text-align : center;
}

