

#container{
    background-image:url('/images/background.png');
	width:799px;
	height: 580px;
	text-align: left;
}
#content{
	padding-bottom: 5px;
	margin-bottom: 10px;
    width: 600px;
    margin-left: 200px;
}
#vertical_spacer{
    height: 100px;
}
#content h1{
    font-size: 22px;
    margin-bottom: 12px;
}
#content h2{
    font-size: 18px;
    margin-bottom: 12px;
    float: left;
}

div.line{
    width: 450px;
}

#content form{
    background: #EEEEEE;
    padding: 8px;
    width: 400px;
    margin: 8px;
    height: 112px;
}

#content form#password_aanvragen{
    height: 55px;
}
h3 {
	font-size: 2em;
	font-weight: 130%;
	padding: 0.5em;
}

html body {
	background-color: #003300;
	font-family: Arial;
	font-size: 12px;
}
#content table{
    margin-bottom: 6px;
}

.submit{
    color:black;
    background-color:#ddd;
    border: solid black 1px;
}

div#registreren_form form{
    height: 124px;
}

div#register_submit_spacer{
    margin-left: 128px;
}

fieldset{
    border: none;
}

#content tr{
    padding-bottom: 6px;
}
#content form{
    float: left;
}

#content form a{
    text-decoration: none;
    color: black;
}

h1, strong{
    color: #559955;
}

a {
    color: #003300;
    font-weight: bold;
}

#content form a:hover{
    text-decoration: underline;
}
#content form a:visited{
    color: black;
}
#content div label,#content tr th{
    width: 125px;
    float: left;
    text-align: left;

}
.error, .flash_error, .error_list{
    color: red;
    font-style: italic;
    font-size: 11px;
}

div.notice {
    color: green;
    font-style: italic;
    font-size: 11px; 
}
body ul.error_list{
    text-align: right;
    font-size: 11px;
}



#content label{
    vertical-align: center;
}
div.sf_admin_form_row, form tr{
    padding: 3px;
    height: 30px;
    
    font-weight: bold;
}
#content form a{
    /*text-align: center;*/
    padding: 5px;
    margin-top: 3px;
}
body form tr, body form th{
    vertical-align: center;
    
}
ul.sf_admin_actions{
    height: 25px;
}
ul.sf_admin_actions li{
    float: left;
    padding: 3px;
    height: 25px;
}
