/**
* Dr Who Styling

Design Styling Begin **/
html{
	overflow-y: scroll;
	}
body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 85%;
    color: #232323;
    background-color: #382e22;
}

#mainwrapper {
    margin: 0 auto;
    width: 1000px;
	position:relative;
}

#wrapper { 
    width: 1000px;
    min-height: 300px;
    background-image: url('/style/graphics/background_gradient.png');
    background-repeat: repeat-x;
    background-color: #909091;
    position: relative;
    float: left;
}

.toplogo {
    background-image: url('/style/graphics/toplogo.png');
    width: 591px;
	float:left;
    height: 105px;
}

.menubar {
    background-image: url('/style/graphics/menubackground.png');
    width: 1006px;
	float:left;
    height: 57px;
    color: #fff;
}

.content {
    background-color: #fff;
    width: 976px;
    min-height: 490px;
    position: relative;
	float: left;
    margin-top: 10px;
    padding-left: 30px;
	padding-bottom:20px;
    padding-top: 10px;
}

.footer a {
    float: right;
	font-size:76%;
	color: #8D7334;
}

#header {
    width: 999px;
    height: 111px;
    padding-left: 40px;
    background-image: url('/style/graphics/header.png');
    background-repeat: no-repeat;
    float: left;
}
/** Design Styling End **/


/** Menu Styling Start **/
.menubar_left {
    background-image: url('/style/graphics/menubar_left.png');
    width: 7px;
    height: 57px;
    float: left;
}
.menubar_right {
    background-image: url('/style/graphics/menubar_right.png');
    width: 7px;
    height: 57px;
    float: right;
}

.menubar ul {
    float: left;
    width: 986px;
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

.menubar a { 
    display: block;
    text-decoration: none;
    font-size: 107%;
}

.menubar ul li a#current {
    color: #ffffff;
}

.menubar ul li {
    float: left;
    margin-top: 20px;
    padding: 0 30px;
    border-left: 1px solid #ffffff;
}

.menubar ul li:first-child {
    border: none;
}
/** Menu 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:#cae333;
	font-weight:lighter;
	letter-spacing:-1px;
	}	

.content a {
    color: #343434;
}

.content-top {
    background-image: url('/style/graphics/border_top.png');
    margin-left: -30px;
    margin-top: -11px;
    height: 7px;
    width: 1006px;
}

.content-bottom {
    background-image: url('/style/graphics/border_bottom.png');
    margin-left: 0px;
    height: 7px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    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;
 }
