/** 
 * Stylesheet-Datei v1.3
 * Copyright (c) 2002 Flix-Web (www.flix-web.de)
 */
 
/* @import url(...); */

BODY {
	margin : 0;
	background: #000000; /*#e5e5e5 url('http://www.ziska.tv/_images/bg_gaestebuch.jpg');  repeat scroll top left; <background-color> || <background-image> || <background-repeat> || <background-attachment> || <background-position> */
	scrollbar-3d-light-color : #ffebcd;
	scrollbar-arrow-color : #ffebcd;
	scrollbar-base-color : #800000;
	scrollbar-dark-shadow-color : #000000;
	scrollbar-face-color : #800000;
	scrollbar-highlight-color : #ffebcd;
	scrollbar-shadow-color : #ffebcd;
	scrollbar-track-color : #800000;
}

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 : #800000;
	width : 100%;
	height : 2px;
	text-align : center;
	border : none;
}

A:link {
	color : #800000;
	text-decoration : none;
}

A:visited {
	color : #800000;
	text-decoration : none;
}

A:hover {
	color : #a52a2a;
	text-decoration : none;
}

A:active {
	color : #a52a2a;
	text-decoration : none;
}


DIV.paging {
	color : #800000;
	font-weight : bold;
	font-size : 14px;
	background : #deb887;
	padding : 5px;
	border : 2px solid #800000;
}

A.tupelcontrol:link {
	color : #c60000;
	text-decoration : none;
}

A.tupelcontrol:visited {
	color : #c60000;
	text-decoration : none;
}

A.tupelcontrol:hover {
	color : #ff0000;
	text-decoration : underline;
}

A.tupelcontrol:active {
	color : #ff0000;
	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 : #400000;
	font-size : 30px;
	font-weight : bold;
	text-align : left;	
}

DIV.foot {
	font-size : 10px;
	color : #400000;
}

TR.autor {
	font-size : 1px;
	background : #deb887;
}

DIV.movietitle {
	font-size : 14px;
	font-weight : bold;
	color : #800000;
}

TABLE.eintrag {
	border : 2px solid #800000;
}

TR.eintrag {
	font-size : 1px;
	background : #ffebcd;
}

DIV.eintrag {
	font-size : 12px;
	color : #000000;
}

DIV.hinweis {
	font-size : 10px;
	text-align : center;
}

DIV.subtitel {
	font-size : 16px;
	font-weight : bold;
}

INPUT.button {
	border : #800000 2px hidden;
	color : #ffebcd;
	background : #800000;
}

INPUT.textfield {
	border : #4169e1 1px hidden;
	background : #ffebcd;
	text-align : left;
}

INPUT.ntextfield {
	border : #4169e1 1px hidden;
	background : #ffebcd;
	text-align : right;
}

TEXTAREA.textarea {
	border : #4169e1 1px hidden;
	background : #ffebcd;
	text-align : left;
}

.error {
	font-weight : bold;
	color : #ff4500;
}

DIV.entry_background {
	background : #deb887;
	padding : 5px;
	border : 2px solid #800000;
}

