/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Main Style */
	
	body{
		font-family: "Myriad Pro", Arial, sans serif;
		font-size: 14px;
		line-height: 1.4em;
	}
	h2{
		border-bottom: 5px solid #c8d215;
		font-size: 16px;
		margin-bottom: 10px;
	}
	a{
		color: #c8d215;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
	}
	a:active{
		margin-top: 1px;
	}
	form, input, textarea, label{
		font-family: "Myriad pro", Arial, sans serif;
		font-size: 14px;
		line-height: 1.4em;		
	}
	#pagemargin{
		margin: 0 auto;
		width: 900px;
		overflow: visible;
	}
	#header{
		margin: 0 auto;
		height: 200px;
		width: 900px;	
	}
	#header ul{
		list-style: none;
	}
	#header ul li{
		display: inline;
	}
	#mainbox{
		background: url(mainbox.png) no-repeat;
		background-position: -10px -10px;
		margin: 0 auto;
		height: 324px;
		overflow: visible;
		width: 920px;
	}
	#footer{
		height: 250px;
		margin-bottom: 20px;
	}
	.content33{
		display: inline;
		float: left;
		height: 250px;
		width: 280px;
		padding: 5px;
	}
	.content33head{
		display: inline;
		height: 180px;
		float: left;
		width: 300px;
	}	
	.content66{
		display: inline;
		float: left;
		height: 250px;
		width: 570px;
		padding: 5px;	
	}
	#mainmenu{
		float: right;
		margin-top: 150px;
		
		text-align: right;
	}
	#mainbox .content33{
		margin: 35px auto;
		text-align: center;
		margin-left: 8px;
	}
	#logo{
		margin-left: -47px;
		margin-bottom: 30px;
	}
	.center{
		margin:0 10px;
	}
	.head{
		color: #fff;
		font-size:32px;
		font-weight: bold;
		line-height: 40px;
	}
	.clear{
		clear: both;
		display: none;
		width: 1px;
		height: 1px;
	}
	.kontaktframe{
		width: 570px;
		overflow: auto;
	}