/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/************** header tag styles **************/

h1{
	font-size: 140%;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

h3{
	font-size: 100%;
	font-weight:100;
	margin: 0px;
	padding: 0px;
}

h4{
	font-size: 90%;
	font-weight:100;
	margin: 0px;
	padding: 0px;
}

h5{
	font-size: 80%;
	font-weight:100;
	margin: 0px;
	padding: 0px;
}

h6{
	font-size: 70%;
	font-weight:100;
	margin: 0px;
	padding: 0px;
}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0px;
	padding: 0px;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input {

font-weight: normal;
font-size: 9px;
background-color: #FFFFFF;
border-style: solid;
border-width: 1px;
border-color: 000000;
}

.button{
font-weight: normal;
font-size: 9px;
background-color: FFFFFF;
border-style: solid;
border-width: 1px;
border-color: #000000;
}

/**********************TEXT**********************/

.luftig_text{
	line-height: 25px;
	}

.toptext_black{
	font-size: 35px;
	letter-spacing: 1px;
	font-weight: 700;
	}

.toptext_green{
	font-size: 17px;
	letter-spacing: 1px;
	color: #009933;
	font-weight: 700;
	}
	
a		      	{ color: #000000; text-decoration: none; }
a:visited		{ color: #000000; text-decoration: none; }
a:active		{ color: #817F7F; }
a:hover			{ color: #817F7F; }

.dold
	{
	position:absolute;
	left:1px;
	top:50px;
	z-index:1000;
	border-width: 0px;
	}
.dold2
	{
	 position:absolute;
	left:1px;
	top:50px;
	z-index:-1;
	border-width: 0px;
	}
	
img.left
	{
	margin-top: 8px; 
	margin-right: 10px; 
	margin-bottom: 8px; 
	margin-left: 0px;
	float: left;
	}
	
img.right
	{
	margin-top: 8px; 
	margin-right: 0px; 
	margin-bottom: 8px; 
	margin-left: 10px;
	float: right;
	}
	
	#Messageid {
	background-color: #FFFFFF;
	height: auto;
	min-height: 100%;
	margin-top: auto; 
	margin-right: auto; 
	margin-bottom: auto; 
	margin-left: auto;
	clear:both;
	}
	
.Messageclass {
	padding: 0.2em;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	}
