@import url("clear.css");

html,
body {
	width:100%;
	height:100%;
}

body {
	font:normal 10px/145% Arial, Tahoma, Verdana;
	background:black;
}

#wrap {
	width:1000px;
	height:auto!important;
	min-height:100%;
	height:100%;
	background:white;
	color:black;
}

h1 {
	display:block;
	width:100%;
}

h1 a {
	display:block;
	width:153px;
	height:36px;
	overflow:hidden;
	text-indent:-1000px;
	background:url("../images/stadskracht_logo.jpg") left top no-repeat;
	margin-left:23px;
}

.nav {
	width:100%;
	height:272px;
	background:#ff0000;
	border-bottom:solid 20px black;
}

p {
	margin:0 0 15px 0;
}

.medium-text { font-size:14px; }
.big-text { font-size:16px; }
.red { color:#ff0000; }

h2 {
	margin:0 0 15px;
	font-size:14px;
}


#sideImg {
	display:block;
	float:left;
	border:none;
	margin:0 0 0 23px;
}

#content {
	margin-left:470px;
	width:400px;
	padding:25px 0;
}

form  {
	padding-top:15px;
}

form input.txt {
	border:solid 1px #000;
	background:white;
	width:338px;
	margin-bottom:10px;
}

label.error {
	display: block;
	margin-top: -7px;
	margin-bottom: 7px;
	color: red;
	font-weight: bold;
}
