body {
    background-color: #ddd; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}


#header h1 {
    margin: 0;
    padding: 0;
		background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
		text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}

#header ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#header ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
		background-image: url(http://www.totaltiorden.dk/i/layout/img/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}




#header ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
		
}
#header ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#content ul {
    list-style: none;
    padding: 0;
}

#content ul li {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 14px;
    margin-bottom: -1px;
    padding: 12px 10px;
    -webkit-border-radius: 8px;
}

ul.individual {
    border: 0;
    background: none;
    clear: both;
    overflow: hidden;
    
    padding: 0;
}

ul.individual .pre {
    color: rgb(183,190,205);
    background: white;
    margin: 0 0 0 10px;
    border: 1px solid rgb(180,180,180);
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    width: 35%;
    float: left;
    display: block;
    padding: 11px 10px 14px 10px;
    background-image: url(http://www.totaltiorden.dk/i/layout/img/chevron2.png);
    background-position: left center;
    background-repeat: no-repeat;
}

ul.individual .nxt {
     color: rgb(183,190,205);
    background: white;
    margin: 0 0 0 10px;
    border: 1px solid rgb(180,180,180);
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    width: 35%;
    float: right;
    display: block;
    padding: 11px 10px 14px 10px;
    margin: 0 10px 0 0;
    background-image: url(http://www.totaltiorden.dk/i/layout/img/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}



ul.individual li a:hover {
    color: #fff;
    background: #36c;
}

#content, #ad, #sidebar {
    padding: 10px;
}

#footer {
    margin: 20px 0 0 0;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    text-align: center;
     padding: 11px 10px 14px 10px;
}

#footer-a {
	float: left;
	width: 33%;
}

#footer-b { 
	float: left;
	width: 33%;
}

#side-c {
	float: right;
	width: 33%;
}

label {
	display:block;
	padding-bottom:5px;
	margin-top:20px;
}

#contactform {
	padding: 20px 10px 10px 10px;
	overflow:hidden;
}

#contactform li {
	list-style:none;
	padding-bottom:20px;
}

//Textfield style
#contactform li .fieldbox {
	background:transparent url(images/subfield.jpg) no-repeat top left;
	float:left;
	height:27px;
	padding-left:5px;
}

#contactform li .fieldbox input {
	background:transparent url(images/subfield.jpg) no-repeat top right;
	height:27px;
	padding-top:5px;
	width:400px;
}
//Change the width of the contact no. field
#contactform li .fieldbox #contact {
	width:200px;
}
//Textarea style
#contactform li .msgbox {
	background:transparent url(images/msgfield.jpg) no-repeat top left;
	float:left;
	height:110px;
	padding-left:5px;
}

#contactform li .msgbox textarea {
	background:transparent url(images/msgfield.jpg)  no-repeat top right ;
	height:110px;
	padding-top:5px;
	width:500px;
}
//Button Style
#sendbutton {
	background:#acb4cb; color:#fff;
	cursor:pointer;
	padding:5px 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}



