/* css from http://www.agentur2728.de */

/* global css styles */
body{
	margin:0;
	background-color:#fffcc8;
	background-image:url(../img/bg.jpg);
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
h3, h4, h5, h6 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
hr {
	/*height: 0px;
	border: 1px solid #FF6600;*/
}

a:link{color: #FF3300; text-decoration:none;}
a:visited{color: #FF3300; text-decoration:none;}
a:hover{color: #FF3300; text-decoration:none;}
a:active{color: #FF3300; text-decoration:none;}

/* table */
.tblMain{
	margin-top:25px;
	border:#FF6600 1px solid;
	background-color:#fffcc8;
}

/* text styles */
.txthead {
	font-size: 18px;
	font-weight: bold;
}
.txtsub {
	font-size: 15px;
	font-weight: bold;
}
.txtbold {
	font-weight: bold;
}
.txtmini {
	font-size: 11px;
	font-style: normal;
}
.txtminibold {
	font-size: 12px;
	font-weight:bold;
}
/* border, button. graphics */
.border {
	border-width: 1px;
	border-style: solid;
	border-color: #FF6600;
}
.button {
	border-width: 1px;
	border-style: solid;
	border-color: #FF6600;
	color: #FF6600;
	background-color: #fffcc8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.grafik {
	padding-right: 25px;
	padding-bottom: 15px;
}
.grafik_border {
	margin-right: 25px;
	margin-bottom: 15px;
	border:#FF6600 1px solid;
}