/* layout stylesheet for v-factor.nu // by jacco@bubblefish.nl */


/* colors used in stylesheet */
/* black			-	black */	
/* white			-	white */

/* green			-	#679A13 */
/* orange			-	#FF7502 */
/*
#artist a img {
	border: 5px solid #DFD88D;
}

#artist  a:hover img {
	border: 5px solid #86B119;
}*/
/* -- NORMALIZE -- */
/* normalize margin & padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}


/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	  font-size: 100%;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{
	font-style: normal;
	font-weight: normal;
}

/* remove list-style from lists */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Arial;
	font-size: 12px;
	
}

/* remove border from img and fieldset */
img, fieldset {
	border: 0;
}

/* left align text in caption and th */
caption, th {
	  text-align: left;
}


/* HTML & BODY */
html {
	height: 100%;
	background: url(../img/bg.jpg) center center;
}

body {
	height: 100%;
	min-width: 916px;
	text-align: left;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}



/* TABLE WRAPPER */
table#wrapper {
	width: 916px;
	height: 100%;
	border: 0px solid none;
}
	
	table#wrapper td {
		font-family: Arial;
		font-size: 13px;
	}



/* DIV WEBSITE */
div#website {
	width: 916px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background: url(../img/bg_repeat.jpg) repeat-y top left;
}


/* DIV NAVIGATION */
div#nav {
	background: url(../img/navi_bg2.jpg) no-repeat left bottom;
	padding-top: 21px;
	padding-left: 283px;
}

	div#nav li {
		display: inline;
		float: left;
	}


/* DIV BRANDING */
div#branding {
	height: 277px;
}


/* DIV CONTENT */
div#content {
	float: left;
	width: 916px;
	padding:  0;
	background: url(../img/bg_main.jpg) no-repeat right bottom;
}

	/* DIV CONTENT_MAIN */
	div#content_main {
		float: right;
		width: 600px;
		padding: 0 0 60px 0;
	}

		div#content_main table#form {
			margin-left: 30px;
		}

		div#content_main table#form td {
			padding: 4px;
			font-family: Arial;
			font-size: 13px;
		}

		div#content_main table#form td#left {
			width: 140px;
			margin-right: 10px;
		}

	
	/* DIV CONTENT_SUB */
	div#content_sub
	{
		float: left;
		width: 260;
		margin: 0 0 8px 28px; 
	}

	div#content_sub li
	{
		margin-bottom: 4px; 
	}


/* DIV SITE_INFO */
div#site_info {
	height: 34px;
	clear: both;
	padding: 0 230px 0 0;
	color: #FFFFFF;
	background: url(../img/bg_bottom.jpg) no-repeat left top;
	line-height: 27px;
	text-align: right;
	font-size: 11px;
}

	div#site_info a {
		color: #FFFFFF;
	}


/* TABLE#FORM */
table#form {
	width: 550px;
}

table#form td {
	vertical-align: top;
}


/* TABLE#CALENDER */
table#calender {
	margin-left: 30px;
	margin-bottom: 17px;
}

table#calender td {
	vertical-align: top;
	padding-bottom: 2px;
}


/* TABLE#INFO */
table#info {
	margin-left: 30px;
	margin-bottom: 17px;
}

table#info td {
	vertical-align: top;
	padding-bottom: 2px;
}


/* IMG */
img.transparent {
	behavior:	url(css/pngbehavior.htc);
}

img.clear {
	clear: right;
}

img.left {
	float: left;
	padding-right: 10px;
}

img.right {
	float: right;
	padding-left: 10px;
}



/* LINKS */
a {
	color: #FF7502;
	text-decoration: none;
}

a:hover {
	color: #FF7502;
	text-decoration: underline;
	cursor:hand;
	cursor:pointer;
}

a:active {
	color: #679A13;
}


/* TEXT */
h1 {
	/*height: 26px;*/
	color:#679a13;
	font-size: 26px;
	margin: 24px 50px 2px 0;
}


h2 {
	height: 18px;
	font-size: 18px;
	margin: 0 50px 2px 15px;
}

p {
	font-family: Arial;
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 16px;
	text-align:left;
}

input, textarea {
	font-family: Arial;
	font-size: 13px;
}

div#content_main p {
	margin: 0 50px 0 30px;
}

span.small {
	font-size: 11px;
}
.tekst {
	font-family: Arial;
	font-size: 13px;
	line-height: 17px;

}
#form1 {
	border:#999900 1px solid;
	width:520px;
	margin-left: 30px;
	padding: 10px;
}
.paddingLeft {
	margin: 0 50px 15px 30px;
	border-bottom: 1px #CCCCCC solid;

}
.paddingLeft td{
	vertical-align:top;
	padding-bottom: 5px;

}
div.bar {
	float:left;
	background-image:url(../img/bar_2.gif);
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
	color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
}
