@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #00000;
	background-color: #fff;
	background: url(../img/BG.png)
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

p, h1, h2, h3, h4, h5, h6, li, td, th, div, forms, input, select, textarea, fieldset {  /* NULLSTILLER */
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #666;
	
}

img { border: 0 none; } 

a { 
	outline: none;
	color: #999900;
	text-decoration: none;
}

a:hover { 
	color: #b7d132;
}

#logo {
	width: 165px;
	height: 135px;
	margin: 0 auto;
	position: relative;
	margin-left: 50px;
	margin-top: 10px;
}



#container, #main, #box, #box1 {
	margin: 0 auto;

}


#container {
	margin-top: 10px;
	width: 1039px;
	height: 620px;

	position: relative;
	overflow: hidden;
	margin-top: -50px;
	margin-bottom: -50px;
}

#box, #box1 {
	width: 414px;
	height: 490px;
	position:relative;
	margin-top: -2px;
	float: left;
	
}

#kontakt {
	height: 30px;
	width: 550px;
	font-size: 10px;
	color: #666;
	margin-left: 315px;
	position: relative;
	margin-top: 50px;
}