/* Config:
 * => Header-Bild-Farben:
 *	-> Das Braun-Rot:	#a17373
 *	-> Das Blau vom Text:	#6263a3
 *	-> Hintergrund (hblau):	#d0d5ff
 */

body{
	color			: #000000;
	font-family		: verdana,arial,tahoma,helvertica;
	text-align		: left;
	font-size		: 11pt;
	text-decoration		: none;
	background-color	: #ffffff;
}

img {
	border			: 0;
}

a:link{
	color			: #6a6a6a;
	text-decoration		: none;
}
a:visited{
	color			: #6a6a6a;
	text-decoration		: none;
}
a:hover{
	color			: #000000;
	text-decoration		: none;
}
a:active{
	color			: #000000;
	text-decoration		: none;
}

/* weisser link */
a:link.Hauptkategorie{
	color			: #ffffff;
	font-family		: verdana,arial,tahoma,helvertica;
}
a:visited.Hauptkategorie{
	color			: #ffffff;
	font-family		: verdana,arial,tahoma,helvertica;
}
a:active.Hauptkategorie{
	color			: #ffffff;
	font-family		: verdana,arial,tahoma,helvertica;
}
a:hover.Hauptkategorie{
	color			: #ffffff;
	font-family		: verdana,arial,tahoma,helvertica;
}


ul.circle{
	list-style-type		: circle;
}

p {
	/*text-indent		: 11pt;*/
	text-align		: justify;
	vertical-align		: top;
}

div.fehlermeldung {
	background-color	: #ff0000;
	color			: #ffffff;
	font-size		: 13pt;
}

div.adminmenu {
	background-color	: #ffffdd;
	color			: #a17373;
	border			: 1px solid #b0b0b0; /*5e5aff;*/
}

div.menuhdr {
	color			: #525252;
	font-size		: 14pt;
	/*text-decoration		: underline;*/
	padding-bottom		: 5px;
}

table {
	background-color	: #ffffff; /*#f0f2ff;*/
}

/*div {
	border-style		: solid;
	border-width		: 1px;
	border-color		: #505050;
	background-color	: #f0f0f0;
}*/

td.welcomeTD{
	color			: #505050;
}

td.hdr{
	background-color	: #ffffff;
	color			: #0f0f0f;
	font-weight		: bold;
	text-align		: right;
	padding			: 0px;
}

td.sub{
	font-style		: normal;
	font-weight		: normal;
	text-align		: justify;
	color			: #000000;
	vertical-align		: top;
	font-size		: 11pt;
}

td.menuleft{
	background-color	: #ffffff;
	font-size		: 10pt;
	color			: #a17373;
	font-style		: normal;
	font-weight		: normal;
	text-align		: left;
	vertical-align		: top;
	/*border-right		: medium solid #d0d5ff;*/
}
td.menuright{
	background-color	: #ffffff;
	color			: #a17373;
	font-style		: normal;
	font-weight		: normal;
	text-align		: left;
	vertical-align		: top;
	/*border-left		: medium solid #d0d5ff;*/
}

td.menu_anbieten{
	background-color	: #f9d3d0; /*#b8bfff;*/ /*#dddffd;*/ /*#dfdfdf;*/ /*#d7dcff;*/
	font-style		: normal;
	font-weight		: normal;
	text-align		: left;
	vertical-align		: top;
}

td.ueberschr {
	font-size		: 14pt;
	background-color	: #ffffc5;

	font-style		: normal;
	font-weight		: normal;
	text-align		: right;
	vertical-align		: top;
}

td.kateg {
	font-size		: 14pt;
	background-color	: #ffffc5;

	font-style		: normal;
	font-weight		: normal;
	text-align		: center;
	vertical-align		: top;
}

td.sub_middle{
	font-style		: normal;
	font-weight		: normal;
	text-align		: center;
	vertical-align		: top;
}

td.sub_left{
	font-style		: normal;
	font-weight		: normal;
	text-align		: left;
	vertical-align		: top;
}

td.sub_right{
	font-style		: normal;
	font-weight		: normal;
	text-align		: right;
	vertical-align		: top;
}

input, select {
	border			: 1px solid #707070; /*5e5aff;*/
	background-color        : #fffffd;
        color                   : #000000; /*#777777;*/
/*        border                  : solid 0px #c4c4c4;*/
	font-family		: verdana,arial,tahoma,helvertica;
	font-size		: 11pt;
}

textarea {
	border			: 1px solid #707070;
        background-color        : #ffffff;
        color                   : #777777;
	font-size		: 11pt;
}


