body {
	background: #ffcc66;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvettica, sans-serif;
	font-size: 11px;
	line-height:18px;
}




#main {
	background: #ffffff;
	color: #000000;
	width: 750px;
	margin: 0px auto 0px auto;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}


#header
{
	background: #000000 url(./img/nfc_header.jpg);
	width: 750px;
	height: 220px;
}


#menu
{
	padding: 0px 15px 0px 75px;
	margin: 0px 0px 0px 0px;
	background: #000000  url(./img/nfc_logo.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 660px;
	height: 25px;
	line-height:25px;
}


#content
{
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	color: #000000;
	
}



h1
{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	
}

h2
{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.unterhead
{
	font-size: 11px;
	text-align: center;
	
}


a:hover, .active
{
    text-decoration:underline;
}

a
{
	color: #ffcc66;
	text-decoration: none;
}
