BODY {
	background-color : #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin : 25px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.title_black{
	font-weight : bold;
}

.title {
	font-weight : bold;
	color : #FFFFFF;
}

.title_padding {
	font-weight : bold;
	color : #FFFFFF;
	padding : 5px 0px 0px 5px;
}

.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
}

td.text_padding {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	padding : 5px 0px 0px 5px;
}

td.weiss{
	background-color : #FFFFFF;
	color : #000000;
}
td.grey {
	background-color : #848E7B;	
	color : #FFFFFF;
}

table.yellow {
	background-color : #FFFFCC;
}

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

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

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

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

/*Links in Text weiss*/

A.weiss:link {
		color : #FFFFFF;
		text-decoration : none;
}

A.weiss:visited {
	color: #FFFFFF;
	text-decoration :  none;
}

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

A.weiss:active {
	color: #690000;
	text-decoration : none;
}

/* Hauptmenue gelb */

A.menue:link {
	color : #000000;
	text-decoration : none;
	font-size : 12px;
}

A.menue:visited {
	color:#000000;
	text-decoration: none;
	font-size : 12px;
}

A.menue:hover {
	color : #990000;
		text-decoration : none;
		font-size : 12px;
}

A.menue:active {
	color:#000000;
	text-decoration : none;
	font-size : 12px;
}

/* menue halter */

.menuehalter {
	color:#990000;
	text-decoration : none;
	font-size : 12px;
}


/*Abstand in Tabellen */

td.pipe {
	padding: 0px 10px 0px 10px;
}

/*Inhalt Text unten graues Feld */

td.content {
	padding : 20px;
	background-color : #848E7B;	
	color : #FFFFFF;
}

/*weisser langer strich */

td.weisserstrich {
	background-color : B9BFB4;
}

h1 {
    font-weight: bold;
	font-size: 11px;
}

td.grauelinie {
	background-color : #A2A79E
}

/* Input Felder */

input {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: thin solid #000000;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px #000000 solid;
	overflow: auto;
	clip: rect( );
	position: static
}

.rand input {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	background-color : #F2F2F2;
}

.weinkaluebersicht {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-variant : small-caps;
	letter-spacing : 2px;
}

UL {
	list-style-image : url(images/korken.gif);
}

