/* CSS Document */

html {
height: 101%;
}

body
	{
	font-family:arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	height: 101%;
	background-color: #333;
	color:#FFF;
	}

	
/************************ SCHRIFT *********************/	

h1, h2, h3, p 
	{
	margin:0px;
	padding:0px;
	}
	
h1
	{
	color: #fafafa;
	font-size: 50px;
	font-weight: normal;
	}
h2
	{
	color: #fafafa;
	font-size: 26px;
	font-weight: normal;
	}
	
h3
	{
	color: #fafafa;
	font-size: 15px;
	font-weight: bold;
	line-height: 10px;
	}	
	
h4
	{
	color: #000;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	}
	
h5
	{
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
	}
	
h6
	{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	}
		
a:link {
	color: #CC1F2F;
	font-weight: bold;
    text-decoration: underline;
	}

a:visited {
	color: #CC1F2F;
	font-weight: bold;
    text-decoration: underline;
}

a:hover{
	color: #000;
	font-weight: bold;
    text-decoration: underline;
}

a:active {
	color: #000;
	font-weight: bold;
    text-decoration: underline;
}

form { background-color: #525b5c; border: 1px dotted #000;  }	
		
/************************ Ende SCHRIFT *********************/	

/************************ LAYOUT *********************/

.leistungen {
	color: #fafafa;
	font-size: 14px;	
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
}

.sysnet {
	color: #000;
	font-size: 11px;	
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.sysnetinfo {
	color: #000;
	font-size: 11px;	
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
}

.footer {
	color: #fafafa;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
 }
 
input.regular { background-color: #F8F8F8;  border: 1px solid #3a577b;  color: Black;}

input.must { background-color: #F0F0EB;  border: 1px solid #3a577b;  color: Black;   }

input.button { border: 0px }

textarea.must { background-color: #F0F0EB; border: 1px solid #3a577b;  color: Black;}