/**
* Dr Who Styling

Design Styling Begin **/
html{
	overflow-y: scroll;
	}
body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 85%;
    color: #232323;
}

#mainwrapper {
    margin: 0 auto;
    width: 995px;
	position:relative;
}

.wrapper { 
    width: 995px;
    min-height: 300px;
    background-image: url('/style/graphics/bg.png');
    background-repeat: repeat-x;
    background-color: #d4d9da;
    float: left;
}

.toplogo {
    background-image: url('/style/graphics/toplogo.png');
    width: 450px;
	position:absolute;
	z-index:10;
	right:40px;
    height: 109px;
	top:64px;
}


.content {
    background-image: url('/style/graphics/border_midt.png');
	background-repeat:repeat-y;
    width: 995px;
	margin-top:-120px;
    position: relative;
	float: left;

}

.footer a {
    float: right;
	font-size:76%;
	color: #bcbdc0;
}


/** Design Styling End **/

/** Styling general A Tags **/
a{ 
    color: #ffffff;
    text-decoration: none;
}


/** Styling CMS Pages **/
.content p { 
    font-size: 80%;
	margin-right:30px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color:#333;
	font-weight:lighter;
	letter-spacing:-1px;
	}
h2{
	font-family: Verdana, Geneva, sans-serif;
	color:#ff0000;
	font-size:16px;
	font-weight:lighter;
	line-height:16px;
	letter-spacing:-1px;
	}	

.content a {
    color: #343434;
}

.content-top {
    background-image: url('/style/graphics/border_top.png');
    height: 120px;
    width: 995px;
	z-index:1;
	top:12px;
	position: relative;
}

.content-bottom {
    background-image: url('/style/graphics/border_bottom.png');
    margin-left: 0px;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0px;
	z-index:0;
    left: 0px; 
    vertical-align: bottom;
}

img{ 
    border: 0px;
}
.footer {
	float:right;
}

#container {
	float:left;
	margin-right:15px;
    width:310px;
    height:180px;
    position:relative;
 }
.tekst{
 color:#FFFFFF; margin-left:135px; margin-top:132px; position:absolute; z-index:2;}
#main {
    position:absolute;
    width:310px;
    height:180px;
    z-index:0;
 }
#minor {
    position:absolute;
    width:310px;
    height:180px;
    z-index:1;
 }

/** Form fields
***********************************************************************************************/
			#reference { margin-bottom: 10px; }
			.clear { clear:both; }
			fieldset { border: none; width: 434px; }
			fieldset dl { padding: 10px 0; }
			fieldset dl dt .empty { display: block; width: 150px; }
			legend { color: #232323; font-size: 1.2em; margin: 10px 0 15px; }
				legend span { border-bottom: 2px solid #b5121b; display: block; width: 414px; }
			label { cursor: pointer; float: left; width: 100px; }
				label.short { padding-left: 5px; width: 50px; }
				label.med { width: 200px; }
				label.long { width: 380px; }
			input { }
				input.short { width: 30px; } 
				input.med { width: 80px; }
				input.semi { width: 175px; }
				input.button { margin: 10px 0 0 100px; width: auto; }
			textarea { clear: both; float: left; height: 100px; margin-bottom: 10px; width: 414px; }