/* Format body im Hauptfenster */
/*	background-image:url(../images/bg.jpg);*/
/*	background-repeat:repeat; */

.body
{
	background-color:#FDE2C4;
	font-family: Arial, Helvetica, sans-serif;
}

/* Tabellen des Layout */
.frametable
{
	border-width: 1px;
	border-style: solid;
	border-color:#000000;
	background-color:#FFFFFF;
}

.maintable
{
	background-color:#FAD1A6;
}

.titletable
{
	background-image:url(../images/pan.jpg);
	border-width: 0px;
	border-style: solid;
	border-color:#000000;
}

.dekotable
{
	background-color:#A36E36;
}

.bottommenu
{
	background-color:#A36E36;
}


/* Format body in Formularen */
.form
{
   background-color:#333333;
   font-family: Arial;
   font-size: 10pt;
   font-weight: normal;
   color: #d3d3d3;
   border : 1px solid Black;
   padding : 10px;
}

input,textarea{
	background-color: #d3d3d3;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	padding: 1px;
}

select{
	background-color: #d3d3d3;
	border-width: 0px;
	border-style: none;
	border-color: #333333;
	padding: 0px;
}

checkbox{
	background-color: #333333;
	border-width: 0px;
	border-style: none;
	border-color: #333333;
	padding: 0px;
}

fieldset,label{
   font-family: Arial;
   font-size: 10pt;
   font-weight: normal;
   color: #d3d3d3;
   border-width: 0px;
}

.thumbnail 
{
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

/*Buttons*/
.btn{
	background-color : #C0C0C0;
	width : 100px;
}

.images
{
   text-decoration: none;
   border-color: #000000;
   border : 1px solid;
}

/* link Hauptmenü */
a:link
{
	text-decoration: none;
	color: #872F1E;
	font-family: Arial;
}
a:visited
{
	text-decoration: none;
	color: #872F1E;
	font-family: Arial;
} 
a:active 
{
	text-decoration: none;
	color: #c0c0c0;
	font-family: Arial;
}
a:hover 
{
    text-decoration:none;
	color: #134454;
	font-family: Arial;
}
a:anker 
{
    text-decoration:none;
	font-family: Arial;
}
a.extlink             
{ 
	display:inline-block; 
	background-image:url(../images/external.gif); 
	padding-left:15px; 
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px; 
}

a.mp3link             
{ 
	display:inline-block; 
	background-image:url(../images/sound.gif); 
	padding-left:17px; 
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px; 
}

a.pdflink             
{ 
	display:inline-block; 
	background-image:url(../images/pdf.gif); 
	padding-left:17px; 
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px; 
}

a.maillink             
{ 
	display:inline-block; 
	background-image:url(../images/kontakt.gif); 
	padding-left:20px; 
	background-repeat:no-repeat; 
	background-position:top left; 
	border:0px; 
}

.bodyimage{
	border-color: #000000; 
	border: 3px; 
}

/* Format Schrift in links */

.type1 {
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}

.type2 {
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

.titleline {
	font-size:12pt;
	color: #000000;
	font-family:Arial;
	font-weight: bold;
}

.maintext {
	font-size:9pt;
	font-family:Arial;
	color: #000000;
	font-weight: normal;
}

.maintexttable1 {
	font-size:9pt;
	font-family:Arial;
	color: #000000;
	font-weight: normal;
	background-color:#CCCC99;
}

.maintexttable2 {
	font-size:9pt;
	font-family:Arial;
	color: #000000;
	font-weight: normal;
	background-color:#CCCC66;
}

.errortext {
	font-size:9pt;
	line-height:11pt;
	font-family:Arial;
	letter-spacing:0.1mm;
	word-spacing:0.6mm;
	color: #FF0000;
	font-weight: normal;
}

.impresstext {
	font-size:7pt;
	line-height:11pt;
	font-family:Arial;
	letter-spacing:0.1mm;
	word-spacing:0.6mm;
	color: #A79C82;
	font-weight: normal;
}

