
/* CSS Document */
/* Vello AS */

body, html {
	padding: 0;
	margin: 0;
	background:url(../images/bg.jpg) top center repeat-y #fff;
}

body, html, td, p {
	font: normal 12px/1.5em Tahoma, Verdana;
	color: #000;
}

div#page {
	width: 942px;
	margin: 0 auto;
	height:auto;
}

div#header {
	width: 942px;
	background: url(../images/header.jpg) top center no-repeat;
	padding-top: 190px;
	height: 30px;
}

div#language {
	text-align: center;
	font-size: 12px;
}

div#language a {
	text-decoration:none;
}

div#submenu {
	width: 177px;
	padding:20px;
	float:left;
	margin:0 0 100px;
}

/*Internet Craploader fix */
* html div#submenu {
	margin-left: 2px;
}

div#content {
	width: 468px;
	padding: 20px;
	float: left;
}

div#profilearea {
	padding: 20px;
	width: 177px;
	float:right;
}

div#tagmark {
	padding-top: 100px;
	text-align:center;
}

div#tagmark a {
	font-size: 10px;
	color: #006a53;
	text-decoration:none;
	font-weight: normal;
}

/* KONTAKTFELT */
input.contact, textarea.contact {
	font: normal 11px Verdana, Arial, sans-serif;
	color: #000;
	border: 1px solid #000;
	background-color:#fff;
}

/* KONTAKTFELT - END */

td {
	vertical-align: top;
}

img {
	border: none;
}

a {
	/*color: #006a53;*/
	color:#000;
	font-weight: bold;
}

a:hover, a:active {
	color: #CF1043;
}

h1, h2, h3, h4, h5, h6 {
	font: bold 14px Verdana, Arial;
	/*color: #ce1142;*/
	color:#000;
	margin: 3px 0 3px 5px;
	padding: 5px 0 5px 0px;
	/*width:97%;*/
}

h2 {
	/*color: #006a53;*/
}

h3, h4, h5, h6 {
	font-size: 13px;
	color: #006a53;
}

