/**********************************************************
*														  *
*							Base 						  *
*														  *
***********************************************************/

body, html {
	width: 100%;
	height: 100%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url(/img/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;	
}

* {
	outline: none;	
}

.clear {
	clear:both;	
}

h1, h2 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;	
}

a {
	color: #1d94ac;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table th, table td {
	vertical-align: top;
}

.text-content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 10px;
}

/**********************************************************
*														  *
*							Layout 						  *
*														  *
***********************************************************/

#wrapper {
	width: 900px;	
	margin: 0 auto;	
	position: relative;
	min-height: 100%;
}

#content {
	padding-top: 10px;
	width: 900px;
	background-color: #000000;
}

#content .text-content {
	padding: 20px;
	color: #efefef;
}

#forside #content {

}

#slideshow {
	height: 418px;
	overflow: hidden;
	padding-top: 50px;
	width: 900px;
	margin-bottom: 10px;
}

#slider {
	width: 9999px;
	height: 418px;
	position: relative;
	left: 0px;
}

#slideshow-menu li {
	position: absolute;
}

#slideshow-menu li.first {
	left: -10px;
}
#slideshow-menu li.second {
	left: 200px;
}
#slideshow-menu li.third {
	left: 410px;
}
#slideshow-menu li.fourth {
	left: 620px;
}


#slider img {
	float: left;
}

#tips-en-venn tr {
	height: 25px;
}

#tips-en-venn th {
	padding-right: 10px;
}

#tips-en-venn input[type=text] {
	width: 166px;
	padding: 2px;
}


/**********************************************************
*														  *
*							Header 						  *
*														  *
***********************************************************/

#header {
	height: 140px;
}

#forside #header {
	position: absolute;
	top: 0px;
}


#logo {
	position: absolute;
}

#social {
	color: #ffffff;
	position: absolute;
	left:  640px;
	top:   20px;
	width: 243px;
}

#social .mail {
	padding-left: 10px;
}

#social a {
	color: #fff;
}

/**********************************************************
*														  *
*						  Slideshow						  *
*														  *
***********************************************************/

#slideshow-menu {
	position: absolute;
	top: 405px;
	left: 10px;
}

#slideshow-menu li {
	padding-right: 1px;
	height: 67px;
	width: 230px;
	overflow: hidden;
	cursor: pointer;
}

#slideshow-menu li span {
	position: relative;
	top: 0px;
}

#slideshow-menu li.active span, #slideshow-menu li:hover span {
	top: -70px;
}

/**********************************************************
*														  *
*							Menu						  *
*														  *
***********************************************************/


#top-menu-large {
	
}

.top-menu li {
	padding-right: 15px;
}
.top-menu li.last {
	padding-right: 0px;
}

#top-menu-small li {
	padding-right: 8px;
}
#top-menu-small li.last {
	padding-right: 0px;
}

.top-menu li img {
	position: relative;
}

#top-menu-small {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 526px;
}

#menu-wrapper {
	background-image: url(/img/menu-gradient.png);
	height: 35px;
	width: 860px;
	padding: 0px 20px;
	margin-top:5px;
	position: relative;
	left: -1px;
}

#menu {
	color: #000000;
	font-weight: 14px;
	line-height: 40px;
	float: right;
	position: relative;
	top: -2px;
}

#menu a {
	color: #000;
}

#menu li {
	padding-left: 25px;
}

ul.flat, ul.flat li {	
	list-style-type: none;
}

ul.flat li {
	float: left;
}

/**********************************************************
*														  *
*							Footer 						  *
*														  *
***********************************************************/
#footer {
	padding-left: 30px;
	height: 55px;
	margin-top: 10px;
}

#footer .logo {
	float: left;	
}

#footer .copyright { 
	float: left;
	width: 590px;
	position: relative;
	top: 10px;
	padding-left: 25px;
	color: #FFFFFF;	
}

