body {
	background-color		: black;
	font-family				: verdana;
	font-size				: 10pt;
	color					: #CC6F6F;
	text-align				: center;
}

/* ----------------------------------------------------------- */
p {
}

div{
	font-size				: 10pt;
}

hr {
	color					: #CC6F6F;
	background-color		: #CC6F6F;
	width					: 900px;
	height					: 1px
}

h1 {
	font-size				: 14pt;
	font-variant			: small-caps;
	
}

/* general purpose ------------------------------------------- */
.right {
	text-align				: right;
}

.center {
	text-align				: center;
}

.justify {
	text-align				: justify;
}

.left {
	text-align				: left;
}

.smallcaps {
	font-variant			: small-caps;
	color					: white;
}

/* a --------------------------------------------------------- */
a {
	color					: #CC6F6F;
	text-decoration			: none;
	font-size				: 10pt;
	font-weight				: bold;
	color					: white;
	vertical-align			: bottom;
	font-variant			: small-caps;
}

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

a.btn {
/*	width					: 152px;
	height					: 31px;*/
	font-size				: 24px;
	background-color		: white;
	text-decoration			: none;
	margin					: 0px;
	padding					: 0px;
	border					: 0px solid #CC6F6F;
}

a.btn:hover {
	background-color		: #CC6F6F;
}

/* table --------------------------------------------------------- */
table {
	width					: 100%;
}

caption {
	font-weight				: bold;
	color					: white;
	font-variant			: small-caps;
	font-size				: 12pt;
}

th {
	font-size				: 10pt;
	font-weight				: normal;
	font-variant			: small-caps;
	color					: white;
}

td {
	vertical-align			: top;
	font-size				: 10pt;
	margin					: 0px;
	padding					: 0px;
}

/* img ----------------------------------------------------------- */
img {
	border					: 0px solid #CC6F6F;
	margin					: 0px;
	padding					: 0px;
	vertical-align				: bottom;
}

/* form ---------------------------------------------------------- */
input {
	width					: 90%;
	background-color		: black;
	color					: #CC6F6F;
	font-family				: verdana;
	font-size				: 10pt;
	border					: 1px solid #CC6F6F;
}

textarea {
	width					: 90%;
	background-color		: black;
	color					: #CC6F6F;
	font-family				: verdana;
	font-size				: 10pt;
	border					: 1px solid #CC6F6F;
}

button.speichern {
	background-image		: url('btn/speichern.gif');
	background-color		: white;
	border					: none;
	width					: 132px;
	height					: 31px;
}