/*****General tags*****/
body{
	background: url(/static/images/gras.jpg);
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 12pt;
}
a, a:visited{
	color: #666;
}
a:hover{
	color: #999
}
img {
	border: none;
}
hr{
	clear: both;
	border: none;
	border-top: dashed 1px #CCC;
}
h1{	font-size: 22pt; }
h2{	font-size: 17pt; }
h1,h2,h3{
	font-weight: normal;
}

/******Custom tags*****/
.error{
	color: red;
}
.floater{
	padding: 4px 14px 0 0;
}

/*****Page layout*****/
#banner{
	display: block; 
	margin: 20px auto 0; 
	width: 879px; 
	height: 129px; 
	background: black; 
	position: relative
}
#banner img{
	position: absolute;
}
#textwrapper{
	display: block; 
	margin: 20px auto; 
	width: 719px; 
	padding: 40px 80px 60px; 
	background: black; 
	position: relative; 
	color: white
}

#ledenBar a{
	text-decoration: none;
}
#ledenNavBar{
	width: 100%;
	padding-bottom: 1px;
	border-bottom: solid 1px #CCC;
	text-align: center;
}
#ledenNavBar a{
	padding: 0 10px 1px;
}
#ledenNavBar a#current{
	border: solid 1px #CCC;
	border-bottom: solid 1px black;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*****Forms*****/
form div.formId{
	clear: both;
}

form div.formId div{
	float: left;
	margin: 5px 0;
}

form div.elName{
	min-width: 150px;
	font-weight: bold;
	padding-right: 10px;
}
form div.elInput{
	width: 270px;
	padding-right: 10px;
}
form div.info{
	display: table-cell;
    vertical-align: middle;
}
form div.info div{
	padding-left: 18px;
	font-size: 10pt;
	height: 10pt;
	background: transparent url('/static/buttons/warning.png') left center no-repeat;
}
form input[type=text], form input[type=password]{
	width: 98%;
}
form input[type=checkbox]{
	margin: 8px 6px 8px 0;
}
form input[type=submit]{
	margin-top: 8px;
}
form input:focus, form textarea:focus, select:focus{
	outline: yellow dotted 1px;
}

