html, body {
	margin: 0;
	padding: 0;
		
}

body {
	background: #EEE url(../images/bg.png);
	background-repeat:repeat-y-x;
} 
	
body, td, input, textarea {
	color: #111;
	font-family: Times, serif;
	font-size: 13px;
}

a {
	color: #888;
	text-decoration: underline;
}
a:hover {
	color: #333;
}
a img {
	border: none;
}
p  {
	margin: 0 0 12px 0;
}
h1 {
	font-size: 13px;
	font-family: 'Trebuchet MS';
	color: #2C3835;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 12px;
	color: #2C3835;
	margin: 0 0 5px 0;
}
ul {
	margin-left: 15px;
	padding-left: 0;
}
.small {
	font-size: 10px;
}

#document {
	width: 600px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	
}
#skovogstubbs_se {
	display: none;
	visibility: hidden;
}
/******* TOP *****/
#top {
	background: transparent url(../images/top_bg.gif) left top no-repeat;
	padding: 0 22px;
	height: 61px;
}
#logo {
	margin-top: 18px;
	width: 200px;
	float: left;
}
#tlf {
	margin-top: 29px;
	width: 200px;
	color: #666;
	font-weight: bold;
	text-align: right;
	float: right;
}
#top {
	overflow:hidden;
}	
#img {
	background-color: #FFF;
	height: 112px;
}#slider {
	position:relative;
	height: 100px;
	width: 600px;
	overflow: hidden;}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#menu {
	background-color: #ffffff;
	text-align: center;
	height: 21px;
}
/********* MAIN ********/
#main {
	background-color: #FFF;
	padding: 40px 135px 28px 145px;
}
#main19 {
	background-color: #FFF;
	padding: 40px 100px 28px 100px;
}
/******** FORMS ********/
input.contact {	width: 155px;
}
textarea.contact {
	width: 194px;
	height: 110px;
}
/******* BOTTOM ******/
#bottom {
	font-size: 11px;
	background: transparent url(../images/bottom_bg.gif) left top no-repeat;
	height: 40px;
}
#address {
	padding-top: 5px;
	color: #888;
	text-align: center;
}
.reset {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin: 0 0 -1px 0;
}

/******* Typekit ******/

.tk-tangerine-1 {
	font-size: 40px !important;
}
