/** 
 * Stylesheet-Datei v1.3
 * Copyright (c) 2002 Flix-Web (www.flix-web.de)
 */
 
/* @import url(...); */

BODY {
	margin : 0;
	background: #867f6d; /* url(...) repeat scroll top left; <background-color> || <background-image> || <background-repeat> || <background-attachment> || <background-position> */
	scrollbar-3d-light-color : #867f6d;
	scrollbar-arrow-color : #867f6d;
	scrollbar-base-color : #867f6d;
	scrollbar-dark-shadow-color : #867f6d;
	scrollbar-face-color : #867f6d;
	scrollbar-highlight-color : #867f6d;
	scrollbar-shadow-color : #867f6d;
	scrollbar-track-color : #867f6d;
}

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 : #00008b;
	text-decoration : none;
}

A:visited {
	color : #00008b;
	text-decoration : none;
}

A:hover {
	color : #0000ff;
	text-decoration : underline;
}

A:active {
	color : #0000ff;
	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 {
	font-variant : small-caps;
	letter-spacing : 5px; 
	font-size : 60px;
	color : #ffffff;
	text-align : center;
}

INPUT.powerbutton {
	border : #006400 6px hidden;
	background : #228b22;
	color : #f0f8ff;
	width : 200px;
	height : 100px;
	font-size : 36px;
	font-weight : bold;
}

.foot {
	font-size : 10px;
	color : #778899;
}