/**********REDEFINES*********/
h1 {
	font-size: 15px;
	margin-bottom : 4px;
	color: #987000;

}
h2 {
	/* test em */
	font-size: 12px;
	font-weight: bold;
	margin-bottom : 4px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002A6B;
	background-repeat: no-repeat; 
	background-attachment: fixed;
}
p,td {
	font-size: 12px;
}
a {
	color: #002A6B;
	text-decoration: underline;
	font-size: 12px;
}
a:link {
	color: #002A6B;
}
a:hover {
	color: #FF0000;
}
/**********TABLES*********/
td.angebot {
	background-color: none;
}
td.angebot:hover {
	background-color: #F1DFB3;
}
.tablegelbd {
	font-size: 13px;
	font-weight: bold;
	background-color: #F9C000;
	text-align: center;
	padding: 3px;
}
.tablegelbdrand {
	border-top: 1px solid #F9C000;
	border-right: 1px solid #F9C000;
	border-bottom: 1px solid #F9C000;
	border-left: 1px solid #F9C000;
}
.tabledocbox {
	background-color: #FFF3D4;
	border-top: 0px solid #F9C000;
	border-right: 1px solid #F9C000;
	border-bottom: 1px solid #F9C000;
	border-left: 1px solid #F9C000;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tabledetailbox {
	background-color: #FFF3D4;
	border: 1px solid #F9C000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tablegelbh {
	background-color: #F8DD85;
	padding: 3px;
}
.tablegelbhvery {
	background-color: #FDF9EE;
	padding: 3px;
}

.tablepadding {
	padding: 3px;
}
a.tablegelbdlink {
	text-decoration: none;
}
/**********TEXT*********/
.texttarif {
	font-size: 11px;
}
/**********FORMULARE*********/
.ButtonGelb
{
	border : 1pt outset #F9C000;
	COLOR: #000000;
	background-color: #FFF3D4;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;	
}
.SelectGelb
{
	background-color: #FFF3D4;
	font-size: 10px;
}
.TextFieldGelb
{
	border : 1pt groove #F9C000;
	COLOR: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height : 18px;
	padding-left : 3px;
}

