/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
<!-- Changing the attributes for each section in the menu -->
body#section_id_1 { background-color: #AAA; }
body#section_id_2 { background-color: #CCC; }
body#section_id_3 { background-color: #CCC; }

a:link { text-decoration: underline; color: #000; }
a:active { text-decoration: none;  color: #000;}
a:visited { text-decoration: underline; color: #000; }
a:hover { 
	text-decoration:none;
	color: #FC0;
}

a img { border: none; }


#column-wrapper {
	text-align: left;

	padding: 0px;
	border:0;
	width: 900px;
	background-color: #fff;
}

#column1 {
	float:left;
	padding: 0px;
	margin: 0px auto;
	width: 325px;
	background-color: #fff;
}
#column2 {
	float: left;
	margin: 0px auto;
	width: 300px;
	background-color: #fff;
}
#column3 {
	float:left;
	margin: 0px auto;
	width: 230px;
	background-color: #fff;
}

#logo {
    width: auto;
    top: 21px;
	overflow: hidden;
	left: 21px;
   	position: absolute;
    height: 24px;
	background-color: #fff;
}
#produkt_text {
    width: auto;
    top: 700px;
	overflow: hidden;
	left: 221px;
   	position: absolute;
    height: 24px;
	background-color: #fff;
}
#menu {
    width: 194px;
    overflow: hidden;
	top: 78px; 
	left: 20px;
    position: absolute;
    height: 100%;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}


#menu ul {
	list-style: none;
	margin: 0px 0px 15px 0px;
	font-weight:bold;
}

#menu ul li.section-title {
	font-weight: bold;
	text-transform:uppercase;
}
#menu ul li.section-title:hover {
	text-decoration: none;
	color: #FC0;
}

#menu li a:hover {
	text-decoration:none;
	color: #FC0;
}
#menu li a {
	text-decoration:none;
	color: #000;
	font-weight:normal;
}

#content {
    height: 100%;
	overflow: inherit;
	width: 650px;
    margin: 78px 0 0 221px;
    top: 0px;
	background-color: #fff;
	position: absolute;
}

.container {
    /*padding: 5px 5px 25px 5px;*/
    padding: 0px 0px 0px 0px;	
}

#content p { 
	width: 400px; 
	margin-bottom: 9px; 
}

p {
    margin: 0px 0px 9px 0px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ margin: 0; padding: 0 0 12px 0; }

/* #img-container p	{ width: 700px; margin: 0; padding: 0 0 12px 0; }
*/

#once { clear: left; }