﻿body
{
    font-family:Verdana;
    font-size:8pt;
    font-style:normal;
    font-weight:normal;
    color:#808080;
    text-align:left;
    }

/* Style für Button im Head-Bereich: Home, Kontakt,...*/
.HeadButton
{
    cursor:pointer;    
    }

.LogoTitle
{
	font-family: Verdana;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	background-color:transparent;
	text-align:left;
}
    
.LogoSubTitle
{
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    color: #990000;
    background-color:transparent;
    text-align:left;
    }
   
.LogoDomain
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	color: #dcdcdc;
	background-color: transparent;
	text-align: left;
}   

    
/* Styles für Contact Control*/
.ContactDiv
{
    width: 500px;
    height: 400px;
    border: solid 1px #808080;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    background-color: whitesmoke;
}

.ContactTitlePanel
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    position: absolute;
    z-index: 103;
    top: 0px;
    left: 0px;
    background-color:darkgray;
}    

.ContactTitleLabel
{
    z-index:100; 
    position:absolute;
    left:5px;  
    top:0px;
    width:460px;
    height:18px;
    }
    
.ContactDataSheet
{
    z-index: 100; 
    position: absolute;
    left: 0px;  
    top: 20px;
    width:500px;
    height:380px;
    }
    
.ContactSuccessSheet
{
    z-index:100;
    position:absolute;
    left:0px;
    top:20px;
    width:500px;
    height:200px;    
}
/* End Styles für Contact Control*/

a.Hyperlink:link	{font-family:'verdana'; font-size:8pt; color:#333333; text-decoration:none; font-weight:normal; cursor:pointer;}
a.Hyperlink:visited {font-family:'verdana'; font-size:8pt; color:#333333; text-decoration:none; font-weight:normal; cursor:pointer;}
a.Hyperlink:hover	{font-family:'verdana'; font-size:8pt; color:#777777; text-decoration:none;  font-weight:normal; cursor:pointer;}
a.Hyperlink:active	{font-family:'verdana'; font-size:8pt; color:#333333; font-weight:normal; cursor:pointer;}


a.MasterHead:link
{
	font-family: Verdana;
	font-size: 7pt;
	color: #b6b6b6;
	text-decoration: none;
	cursor: pointer;
}
	
a.MasterHead:visited
{
	font-family: Verdana;
	font-size: 7pt;
	color: #b6b6b6;
	text-decoration: none;
	cursor: pointer;
}
a.MasterHead:hover
{
	font-family: Verdana;
	font-size: 7pt;
	color: #7e7e7e;
	text-decoration: none;
	cursor: pointer;
}
a.MasterHead:active
{
	font-family: Verdana;
	font-size: 7pt;
	color: #b6b6b6;
	text-decoration: none;
	cursor: pointer;
}