/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-image: url(gfx/bg-page.png);
	background-repeat: repeat-x;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 988px;
	min-height: 600px;
	background-image: url(gfx/bg-content.png);
	background-repeat: repeat-y;
	padding-top: 156px;
	padding-bottom: 40px;
}
#kontakt {
	position: absolute;
	top: 90px;
	left: 64px;
	width: 100px;
	height: 20px;
}
#kontakt a { color: #333; text-decoration: underline; }
#kontakt a:link { color: #333; text-decoration: underline; }
#kontakt a:hover { color: #c00; text-decoration: underline; }
#kontakt a:focus { color: #c00; text-decoration: underline; }
#kontakt a:active { color: #c00; text-decoration: underline; }

#kontakt a.active { color: #c00; }

#logo {
	position: absolute;
	top: 15px;
	right: 54px;
	width: 265px;
	height: 125px;
}
#content {
	position: relative;
	margin-left: 276px;
	min-height: 550px;
	width: 658px;
}
#content a { text-decoration: none; color: #332b2a; }
#content a:hover { text-decoration: underline; }

#navigation {
	position: absolute;
	top: 156px;
	left: 54px;
	width: 212px;
	height: 434px;
	background-color: red;
}
#navigation img {
	
}

#footer {
	position: relative;
	margin: 0 auto; 
	width: 988px;
	height: 57px;
	background-image: url(gfx/bg-footer.png);
	background-repeat: no-repeat;
}

