/** 
 * Stylesheet-Datei v1.3
 * Copyright (c) 2002 Flix-Web (www.flix-web.de)
 */
 
/* @import url(...); */

BODY {
	margin : 0;
	background: #faf0e6; /* url(...) repeat scroll top left; <background-color> || <background-image> || <background-repeat> || <background-attachment> || <background-position> */
	scrollbar-3d-light-color : #a9a9a9;
	scrollbar-arrow-color : #dcdcdc;
	scrollbar-base-color : #2f4f4f;
	scrollbar-dark-shadow-color : #000000;
	scrollbar-face-color : #2f4f4f;
	scrollbar-highlight-color : #dcdcdc;
	scrollbar-shadow-color : #f0f8ff;
	scrollbar-track-color : #faf0e6;
}

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 : none;
}

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 {
	color : #2f4f4f;
	font-size : 30px;
	font-weight : bold;
	text-align : left;	
}

DIV.foot {
	font-size : 10px;
	color : #2f4f4f;
}

DIV.beschreibung {
	font-size : 12px;
	color : #000000;
	text-align : justify;
}

DIV.list {
	
}

IMG.thumbnail {
	color : #000000;
}
