/* CSS Document */
* {margin: 0px;
	margin: 0px;}
	
body {
	background-image: url(fw_bilder/patina.jpg);
	background-color: #CCCCCC;
	text-align: center;

}

#container {
	/*
	background-image: 
	background-repeat: no-repeat;
	background-position: left top;
	*/
	height: 470px;
	width: 730px;
	text-align: left;
	margin: 65px auto 0px auto;
	background-image: url(fw_bilder/oesterreich_hg2.jpg);
	background-repeat: no-repeat;
	
}

	
	
#header {
	height: 37px;
	width: 730px;
}


#navigation { 
	height: 20px;
	width: 730px;
}


td.navi {
	text-align: center;
}

td.navi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

td.navi a:hover {
	color:#CC0000

}

#inhalt { 
	height: 345px;
	width: 730px;
}


#inhalt h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	line-height: 17px;
}

	
#inhalt p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 15px;
}

#footer {
	width: 730px;
	height: 37px;
	text-align: left;
	}
	
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color:#666666;
	height: 60px;
	padding-left: 27px;
	padding-top: 20px;
}
	
	
	

