
*	{
  	 margin: 0px;
 	 padding: 0px;
	}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, form, fieldset, label, select, input, textarea, address, blockquote, nobr
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

html{
	height: 100%;
	}
body{ 
	background: #fff;
	font-size: 100.01%;
	height: 100%;
	}
#standard #wrapper{
	background: #fff;
	text-align: left;
    margin: 0px;
	width:100%;
	}

#header{
	background: #fff;
	margin:0px;
	padding:0px;
	
	}
.headerHeight{
	height: 67px;	
	}
div[class = "headerHeight"]{
	height: auto;
	min-height: 67px;
	}
	
/*hauptbereich*/
#main  { background-color: #fff; width: 100% }

#content       { background-color: #fff; padding: 20px; text-align:center; }
.hoehe { height: 550px; }
div[class = "hoehe"] { height: auto; min-height: 550px }


#content table { margin-top:80px; color: #979797; }
#content table td{ color: #979797; }
#content table p.tv{ color: #333; font-weight:bold; font-size:0.9em;}

#content table p.link{ color: #014F54; font-size:0.75em;}

	
/* ::::::::::::::: footer ::::::::::::::: */

#footer{	
	background: #fff;
	clear: both; 
    padding-top: 2px;
	}
.footerHeight{
	height:144px;
	}
div[class = "footerHeight"]{
	height: auto;
	min-height: 144px;
	}
#footernavi{
	background: #fff; 
	}
.footernaviHeight{
	height: 144px;
	}
div[class = "footernaviHeight"]{
	height: auto;
	min-height: 144px;
	}
#footernavi #footerleft{
	font-size: 0.7em;
	list-style-type: none;
	margin-left: 10px;
	text-align: left;
	float: left;
	}
#footernavi ul li{
    display: inline;
	line-height: 1.5em;
	margin-left: 5px;
	color: #F6F7FB;
	}
#footernavi a{
	color: #F6F7FB;
	text-decoration: none;
	}
a:link, a:visited {
	font-weight:normal; 
	text-decoration:underline;
	color:#014F54;
	}

a:hover {
	font-weight:normal; 
	text-decoration:none;
	color:#014F54;
	text-decoration:underline;
	}

a:active {
	font-weight:normal; 
	text-decoration:none;
	color:#014F54;
	text-decoration:underline;
	}

 