body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#191919; /* schwarz 90% */
	letter-spacing:0.1em;
}

.meta {
	font-size:0px;
	color:#d6d6d6;
}

/* Link-Klassen */

.menu {
	font-size:10px;
	color:#808080;
	letter-spacing:0.1em;
}
.menu_a {
	font-size:10px;
	color:#191919;
	letter-spacing:0.1em;
}

a.menu:link, a.menu:visited {
	color:#808080;
	text-decoration:none;
}
a.menu:hover, a.menu:focus {
	color:#191919;
	text-decoration:none;
}

a.menu_a:link, a.menu_a:visited, a.menu_a:hover, a.menu_a:focus {
	color:#191919;
	text-decoration:none;
}

.imglb {
	font-size:10px;
	color:#191919;
}
a.imglb:link, a.imglb:visited {
	color:#191919;
	text-decoration:none;

}
a.imglb:hover, a.imglb:focus {
	color:#eeeeee;
	text-decoration:none;

}

#contentlink {
	font-size:10px;
	color:#191919;
}
a.contentlink:link, a.contentlink:visited {
	color:#191919;
	text-decoration:none;
}
a.contentlink:hover, a.contentlink:focus {
	color:#eeeeee;
	text-decoration:none;
}


/* TEXT - Klassen */

.prevbu1 {
	font-size:10px;
	color:#191919;
}

.prevbu2 {
	font-size:10px;
	color:#808080;
}
.content {
	font-size:10px;
	color:#4b4b4b;
}
.boxlabel {
	font-size:9px;
	color:#191919;
	letter-spacing:0.1em;
}
.status1 {
	letter-spacing:0.1em;
 	color:#006600;
	font-size:15px;
	font-weight:bold;
}
.status0 {
	letter-spacing:0.1em;
 	color:#cc0000;
	font-size:15px;
	font-weight:bold;
}


/************* Form elements *******************************************************/
/***********************************************************************************/
input,textarea, select {
	color: #191919;
	font: normal 11px Arial, Helvetica, sans-serif;
}

input.post, textarea, input.post_c {
	border: solid 1px #191919;
	background-color: #bbb;
	color: #191919;
}
textarea { 
background: #bbb  center center no-repeat; }
* html input.post, * html input.post_c, * html textarea { border-color: #191919; }
input.post:hover, input.post_c:hover, textarea:hover { border-color: #960000; }
input.post:focus, input.post_c:focus,textarea:focus { border-color: #eee; color: #191919; }

input.post { text-indent:2px; }
input.post_c { text-align:center; }

select {
	background-color: #bbb;
	color: #191919;
}

input { text-indent : 0px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #4b4b4b;
	color: #eee;
	font-size: 11px; font-family:Arial, Helvetica, sans-serif;
	border: solid 1px #808080;
}
input.button:hover { 
	background-color: #666; 
	color: #000;
}
* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
	background-color: #4b4b4b;
	color: #eee;
	font-weight : 200;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	/*border: solid 1px #CA3401;*/
}

/* None-bold submit button */
input.liteoption {
	background-color: #222;
	color: #D0D0D0;
	border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { 
	background-color: #4b4b4b;
	color: #eee;
	font-weight : 200;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
input.mainoption:focus, input.liteoption:focus { 
	background-color: #4b4b4b;
	color: #eee;
	font-weight : 200;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
.listbox {
	font-family: Arial, Helvetica, sans-serif;
	border-style: dotted;
	border-width: 1px;
	border-color:#191919;
	background-color:#d6d6d6;
}
-->
