/* Format body im Hauptfenster */

.body
{
	background-color:#EEEEEE;
	font-family: Arial, sans-serif;
}

/* Tabellen des Layout */
.maintable
{
	background-color:#EEEEEE;
}

.texttable
{
   border-width: 1px;
   border-style: solid;
   border-color: #CCCCCC;
   background-color:#FAFAFA;
}

.menutable
{
    text-decoration: none;
	background-color:#FFFFFF;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
}

.menupic
{
    text-decoration: none;
	background-color:#FFFFFF;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
}

.titletable
{
	background-color:#6699FF;
}

.dekotable
{
	background-color:#6699FF;
}


/* Format body in Formularen */
.form
{
   font-family: Arial;
   font-size: 10pt;
   font-weight: normal;
   font-color: #FFFFFF;
   border-width: 1px;
   border-style: solid;
   border-color: #02AEB9;
   padding : 10px;
   background-color:#EEEEEE;
}

input,textarea{
	background-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	border-color: #02AEB9;
	padding: 1px;
}

select{
	background-color: #EEEEEE;
	border-width: 0px;
	border-style: none;
	border-color: #02AEB9;
	padding: 0px;
}

checkbox{
	background-color: #EEEEEE;
	border-width: 0px;
	border-style: none;
	border-color: #02AEB9;
	padding: 0px;
}

fieldset,label{
   font-family: Arial;
   font-size: 10pt;
   font-weight: normal;
   color: #000000;
   border-width: 0px;
}

.thumbnail 
{
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
}

/*Buttons*/
.btn{
	background-color : #C0C0C0;
	width : 100px;
}

.images
{
   text-decoration: none;
   background-color:#CDCDCD;
   border-color: #CDCDCD;
   border : 1px solid;
}

/* link Hauptmenü */
a:link
{
	text-decoration: none;
	color: #02AEB9;
	font-family: Arial;
	font-weight: normal;
}
a:visited
{
	text-decoration: none;
	color: #02AEB9;
	font-family: Arial;
} 
a:active 
{
	text-decoration: none;
	color: #02AEB9;
	font-family: Arial;
}
a:hover 
{
    text-decoration:none;
	color: #EE3FD3;
	font-family: Arial;
	font-weight: normal;
}
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: 11pt;
	font-weight: bold;
}

.type2 {
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}

.type3 {
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

.copyright {
	color: #000000;
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
}

.dekoline {
	background-color: #000000;
}

.titleline {
	font-size:14pt;
	letter-spacing:0.1mm;
	word-spacing:0.6mm;
	color: #02AEB9;
	font-family:Arial;
	font-weight: bold;
}

.titlepic {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	height: 5;
	width: 5;
}

.titlespace {
	border-width: 0px;
	height: 10;
	width: 35;
}

.maintext {
	font-size:9pt;
	font-family:Arial;
	color: #000000;
	font-weight: normal;
}

.errortext {
	font-size:9pt;
	font-family:Arial;
	color: #FF0000;
	font-weight: normal;
}

.impresstext {
	font-size:7pt;
	font-family:Arial;
	color: #999999;
	font-weight: normal;
}
