/*  
Theme Name: Dutch
Theme URI: 
Description: A theme generated by ThemesPress.com
Author: ThemesPress
Author URI: http://themespress.com/
*/
/*  
Theme Name: Dutch
Theme URI: 
Description: A theme generated by ThemesPress.com
Author: ThemesPress
Author URI: http://themespress.com/
*/

/* reset appearance of all elements */
* {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-size: 100%;
	background: transparent;
}

/* firefox cosmetics */
html { overflow: auto; } /* always show vertical scrollbar */
/*html { overflow-x: auto; } /* avoid hiding horizontal scrollbar */



/* default font */
body {
	font: 12px/18px Verdana, Arial, Helvetica, Sans-serif;
	color: #276AB7;
}

/* default links */
a {
	text-decoration: none;
	color: #F76117;	
}


/* alignment */
.left			{ float: left; display: inline; }
.right			{ float: right; display: inline; }
.imgLeft	        { float: left; display: inline; margin: 0.3em 1.5em 1em 0; }
.imgRight		{ float: right; display: inline; margin: 0.3em 0 1em 1.5em; }
.txtLeft		        { text-align: left; }
.txtRight		{ text-align: right; }
.center			{ text-align: center; }
.valignTop		{ vertical-align: top; }
.valignMiddle	        { vertical-align: middle; }
.valignBottom	        { vertical-align: bottom; }

/* float clearing */
.clear,
.clearBoth,
.clearLeft,
.clearRight {
	clear: both;
	margin: 0; padding: 0;
	height: 0; line-height: 0%; font-size: 0;
	overflow: hidden; visibility: hidden;
}
.clearLeft	{ clear: left; }
.clearRight	{ clear: right; }

/* various */
img.border	{ border: 1px solid #015bb4; }
address		{ font-style: normal; }
.noWrap		{ white-space: nowrap; }
.bold		{ font-weight: bold; }
.normal		{ font-weight: normal; }
.caps		{ text-transform: uppercase; }
em, i		{ font-style: italic; }
strong, b	{ font-weight: bold; }
.medium 	{ font-size: 0.9em; line-height: 130%; }
.small, small	{ font-size: 0.8em; line-height: 120%; }


/* headers */
h1, h2, h3, h4, h5, h6, h7, h8 {
	font-weight: bold; line-height: 130%;
}
h1 { font-size: 16px; text-transform: uppercase; margin: 0 0 10px 0; }
h2 { font-size: 16px; color: #F76117; text-transform: uppercase;}
h3 { font-size: 15px; color: #276AB7; text-transform: uppercase;font-weight:lighter;}
h4 { font-size: 13px; color: #276AB7; font-weight: bold; text-transform: uppercase; padding-left: 5px; padding-top: 5px;  }
h5 { font-size: 13px; color: #276ab7; font-weight: bold; text-transform: uppercase; text-decoration: underline;}



h2 a, h3 a, h4 a, h5 a, h6 a h7 a, h8 a { text-decoration: none; }

/* common margins '&' paddings */
.pa5	{ padding: 5px; }
.pt5	{ padding-top: 5px; }
.pr5	{ padding-right: 5px; }
.pb5	{ padding-bottom: 5px; }
.pl5	{ padding-left: 5px; }

.pa10	{ padding: 10px; }
.pt10	{ padding-top: 10px; }
.pr10	{ padding-right: 10px; }
.pb10	{ padding-bottom: 10px; }
.pl10	{ padding-left: 10px; }

.ma5	{ margin: 5px; }
.mt5	{ margin-top: 5px; }
.mr5	{ margin-right: 5px; }
.mb5	{ margin-bottom: 5px; }
.ml5	{ margin-left: 5px; }

.ma10	{ margin: 10px; }
.mt10	{ margin-top: 10px; }
.mr10	{ margin-right: 10px; }
.mb10	{ margin-bottom: 10px; }
.ml10	{ margin-left: 10px; }

/* default bottom-margin for content elements */
p, table, dl, ol, ul {
	margin-bottom: 1em;
}

/* default list positioning  */
ol, ul { margin-left: 30px; }

/* default table styling */
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	padding: 5px 10px 5px 0px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

/* forms */

/* layout */
ul.formfields {
	margin: 0; padding: 0;
	list-style: none;
} 
ul.formfields li {
	clear: left;
}
ul.formfields div.label {
	float: left; display: inline;
	width: 145px;
	margin: 0 0 5px 0;
}
ul.formfields div.input {
	float: left; display: inline;
	width: 207px;
	margin: 0 0 5px 0;
}
ul.formfields div.error {
	float: left; display: inline;
	width: 185px;
	margin: 2px 5px 5px 5px;
}
ul.formfields label {
	padding: 2px 5px 0 0;
	cursor: pointer;
}
/* checkbox / radiobutton */
ul.formfields li.check div.input {
	width: 22px;
}
ul.formfields li.check div.label {
	width: 330px;
}
ul.formfields li.check div.error {
	width: 185px;
}

/* below (label and input below eachother) */
ul.formfields li.below div.input {
	float: none; display: block;
	width: 357px;
}
ul.formfields li.below div.label {
	width: 357px;
}
ul.formfields li.below div.error {
	width: 185px;
}


/* fields */
input.textfield, textarea.textarea, select.select {
	font: 11px/15px Verdana, Arial, Helvetica, Sans-serif;
	background: white;
	border: 1px solid #c8c8c8;
	color: #727272;
	margin: 0 0 0 0;
	padding: 0px;
}
input.textfield, 
textarea.textarea {
	padding: 3px 0 3px 8px;
}
select.select {
	height: 22px;
}
input:focus,
select:focus,
textarea:focus,
input.focus,
select.focus,
textarea.focus {
	background: #eef6ff;
	border-color: #c8c8c8;
}
input.disabled,
select.disabled,
textarea.disabled  {
	background: #ccc;
	border-color: #555;
}
input.error,
select.error,
textarea.error {
	background: #f9e9e9;
	border-color: #ff0000;
}
.button {
	cursor: pointer;
}

.required {
	font-weight: bold;
	color: #276ab7;
}
.error {
	color: #ff0000;
}
.error ul {
	margin-left: 10px;
}
.error li {
	list-style: inside square;
}
/* widths */
.defaultWidth {
	width: 200px;
}
select.defaultWidth {
	width: 205px;
}
.width1	{ width: 10px; }
.width2 { width: 20px; }
.width3 { width: 28px; }
.width4 { width: 35px; }

.noScreen {
	display: none;
}



html, body {
	margin:0 auto;
	padding:0;
	width: 100%;
}
* html,
* html body {
	
}

html {	
    background: #002f67 url(images/html_bg.png) repeat-x left top;
}
* html {
	background: #002f67 url(images/html_bg.gif) repeat-x left top;   
}

body {
	background: url(images/body_bg.jpg) no-repeat center 35px;
	height: 612px
}


#wrapper {
	position: relative;
	margin:0 auto;
	height: 574px;	width: 1015px;
	padding-top: 38px;
}
/* logo */
#logo {
        display: block;
        height: 125px;  width: 125px;
	position: absolute;
	top: 0px;  left: -130px;
        padding-left: 20px;
        padding-top: 10px;
}

#logo a {
	display: block;
	height: 125px;  width: 125px;
        background: url(images/derkzen_logo.png) no-repeat left top;
	text-decoration: none;
	text-indent: -999em;
}

#sidebar {
	position: absolute;
	top: 72px;  right: 366px;
	width: 168px;	
	border-bottom: 4px solid #3664c9; 
	overflow: hidden;
}
#sidebar .title{
	background: url(images/sidebarTitle_bg.gif) no-repeat left top;	
	height: 33px;
}
#sidebar .content{	
	background: white;
}
#sidebar .content ul,
#sidebar .content li{
	list-style: none;
	margin: 0; padding: 0;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}


#wrapper #mainContent {		
	height: 574px;
}

#wrapper #mainContent .cowTop {
	background: url(images/cow_top.png) no-repeat left top;
	width: 1015px; height: 34px;
        z-index: -10;	
}
   
#wrapper #mainContent .cowLeft {
	background: url(images/cow_left.png) no-repeat left top;
	width: 82px; height: 311px;
}

#wrapper #mainContent .content {
	background: white;
	width: 677px; height: 311px;
	overflow: hidden;
}	
#wrapper #mainContent .cowRight {
	background: url(images/cow_right.png) no-repeat left top;
	width: 256px; height: 311px;
        z-index: -10;
}
	
#wrapper #mainContent .cowBottom {
	background: url(images/cow_bottom.png) no-repeat left top;
	width: 1015px; height: 229px;	
}	
        

#footer {	
	background: #f76117 repeat-x left top;
	height: 35px;	width: 100%;	
}
#validator {	
        margin-right: 3px;
        float: right;
}

#footer #mainMenu{	
       	margin:0 auto;
	height: 35px;	width: 1015px;		
}
* html #footer #mainMenu{
	background: url(images/menuMenu_bg.gif) repeat-x left top;   	
}
#footer #mainMenu ul,
#footer #mainMenu li{
	list-style: none;
	margin: 0; padding: 0;
}
#footer #mainMenu ul{
	padding-top: 9px;	
}
#footer #mainMenu ul li{
	float: left; display: inline;
	margin-right: 20px;
}
#footer #mainMenu ul li a{
	color: white;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer #mainMenu ul li a:active{
	color: #000000;
	text-decoration: underline;
}

