/* allgemeine Styles */

body {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #000;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
}

img {
	border: 0;
}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
}
	
a {
	outline-style: none;
}
	
div {
	margin: 0;
	padding: 0;
}


/* Hauptinhalt */

div#intro {	/* beinhaltet das Hauptmenü */
	background: #ffffff url(../img/hmpat.gif) repeat-x;
	min-width: 950px;
	height: 465px;
	overflow: visible;
}
