* { padding: 0px; margin: 0px; }

img, img a { border:none; }

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.80em;
	color: #000;
	background-color: #ffbf00;

}

#center
{
	width: 980px;
	margin: 0 auto;
}

#header
{
	width: 980px;
	float: left;
	border-top: 7px solid #ff5e17;
	border-bottom: 7px solid #ff5e17;
	background-color: #fff;
	
}

#headerfoto
{
	border-bottom: 7px solid #ff5e17;
	width: 980px;
	float: left;
	height: 250px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	position: relative;
}

#headerfoto img
{
	position: absolute;	
	left: 700px;
	top: -54px;
	behavior: url(/fileadmin/vslebring/iepngfix.htc);
}

#header h1
{
	display: block;
	width: 980px;
	height: 220px;
	font-size: 1px;
	color: #fff;
	background-image: url(images/logo_lebring.png);
	background-repeat: no-repeat;	
}

#you_are_here
{
	width: 970px; 
	float: left;
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	padding-left: 10px;
}

#you_are_here p
{
	padding-bottom: 0px;	
}

#you_are_here a
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}	


#maincontent
{
	width: 980px;
	float: left;
	background-color: #fff;
	padding-top: 10px;
	border-bottom: 1px dotted #ccc;
}

#left
{
	width: 200px;
	float: left;
}

#nav
{
	float: left;
	width: 190px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#nav li
{
	display: block;
	list-style-type: none;
}

#nav li a
{
	display: block;
	text-decoration: none;
	padding: 7px;
	padding-left: 15px;
	border-bottom: 1px solid #0e81f2;
	color: #000;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px center;	
}

#nav li.curr a
{
	background-color: #0e81f2;	
	color: #fff;
	font-weight: bold;
}

#nav li.curr li a
{
	border: none;	
	padding: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	background-color: #fff;
	color: #000;
	font-weight: normal;
	background-image: none;
}

#nav ul
{
	padding-bottom: 7px;	
}

#nav li.curr li.curr a
{
	font-weight: bold;	
}

#nav li a:hover
{
	background-color: #FFC;	
}

#nav li.curr li a:hover
{
	background-color: #FFC;
	color: #000;
	font-weight: normal;
	
}

 #nav li.curr li.curr a:hover
 {
	font-weight: bold; 
 }
#nav li.curr a:hover
{
	background-color: #0e81f2;	
	color: #fff;
	font-weight: bold;

}

#news 
{
	float: left; 
	width: 180px;
	padding: 10px;
}

#news h1.news_top
{
	font-size: 1.2em;	
	border-bottom: 1px solid #0e81f2;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#news a
{
	color: #000;	
}

#content ul
{
	padding-bottom: 10px;	
}

#news h1
{
	font-size: 1em;	
	padding-bottom: 0px;
	padding-top: 7px;
}

#news hr
{
	border: none; height: 10px;	
}

#news p
{
	padding-bottom: 0px;	
}

#content
{
	width: 740px;
	float: right;
	display: inline;
	padding: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#footer
{
	width: 940px;
	float: left;
	padding: 20px;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	background-color: #ff5e17;
}


#footer a
{
	text-decoration: none;
	color: #fff;
}

#footer p
{
	padding: 0px; margin: 0px;	
}


a { color: #0e81f2; text-decoration: underline; }

p { padding-bottom: 20px; }
hr { height: 20px; border: none; border-top: 1px solid #000; color: #fff;}

h1 { color: #000; font-size: 1.3em; padding-bottom: 12px; } 
h2 { color: #000; font-size: 1.1em; padding-bottom: 5px; }
h3 { color: #000; font-size: 1em; padding-bottom: 3px; }

.csc-mailform {
	width: 500px;
	border: 0px none;
	font-size: 11px;
}

#content li
{
	list-style-position: inside;	
}

#content li li
{
	padding-left: 20px;	
}

.csc-mailform-field {
	margin-bottom: 6px;
	line-height: 18px;
}


.csc-mailform-field label {
    float: left;
    width: 100px;
}

.csc-mailform-field input,
.csc-mailform-field textarea {
    width: 250px;
}

.csc-mailform-field input#mailformformtype_mail {
    margin-left: 100px;
    width: 60px;
}
