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

body {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	background: #fff;
	line-height:21px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#0FD06B;}
a:active { text-decoration: none; color:#0FD06B;}
a:visited { text-decoration: none; color:#0FD06B;}
a:hover { text-decoration: none; color: #FF3399;}

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 40px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul{
	/*list-style: none;*/
	list-style-type:disc;
	margin: 0 0 20px 0;
}
#menu li{
	list-style:disc;
}

/*#menu ul li.section-title { }*/

#content {
    height: 100%;
    margin: 40px 0 0 270px;
    top: 0;
	width:540px;
}

.citat{
	font-family:Times new roman, serif;
	font-size:54px;
	font-weight:bold;
	line-height:49px;
	letter-spacing: -2px;
}
.container {
    padding: 5px 5px 25px 5px;
}

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


p {
    margin: 0 0 9px 0;
}

    .cssform p {
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 50px; /*width of left column containing the label elements*/
	color: #000;
}
label {
	float: left;
	margin-left: -50px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	color: #000;
	padding-right: 5px;
	text-align: right;
}
.orderFormShorter {
	width: 195px;
        
.knapp {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:20px;
	color:#333;
	font-size:11px;
	font-weight:bold;
	border-color:#999;
	border-right:2px solid gray;
	border-bottom:2px solid gray;
}
.cssform input { /*width of text boxes. IE6 does not understand this attribute*/
	color: #000;

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

#img-container	{ margin: 0; padding: 0px; }
#img-container p	{ width: 250px; margin: 0; padding: 0 0 12px 0; font-family:verdana; font-size:14px; color:#666;}

#once { clear: left; }
