*	{ margin: 0; padding: 0;}
html	{ min-height: 101%;}

body {
	color: Black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a	{ color: #003366;}
a:hover { color: #0099cc;}

#container {
	background-image: url(dieperfektewelle.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left:50%;
	margin-left: -450px;
	width:900px;
	padding-bottom:3em;
}

#logo {
	background-image: url(slf-logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 40px;
	left: 400px;
	width: 283px;
	height: 37px;
}

#topmenu { margin:0 10px 2em;}

#topmenu ul,
#leftmenu ul {
	list-style-type:none;
}

#leftmenu ul.primaryLeft {
	margin-bottom: 2em;
}
	
#topmenu li {
	float:left;
	padding:100px 10px 30px;
	margin:0 0 20px;
}

#topmenu li.ACT {
	background: White;
	border-right:5px solid #fff;
}

#topmenu li.ACT a {
	color: #0099cc;
}

#leftmenu {
	clear: both;
	float: left;
}

#leftmenu ul {
	width:	145px;
	margin-left:	10px;
}

#content {
	font-size:1.1em;
	border-left: 2px solid #77bedf;
	padding-left: 20px;
	width: 380px;
	float: left;
}

#content ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

#content li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

#rightcontent {
	position: absolute;
	top:33px;
	right:20px;
}

img.png { behavior: url(iepngfix.htc); }

p {
}


h1.csc-firstHeader,
h2.csc-firstHeader {
	margin-top: 0;
}

h1 {
	color: #003366;
	font-weight: normal;
	margin: 2em 0 1em;
	font-size: 1.5em;
}

h2 {
	color: #003366;
	font-weight: normal;
	margin: 1em 0;
	font-size: 1.2em;
}

span.marker {
color:#0099cc;
}

div.csc-textpic-equalheight div.csc-textpic-imagerow {
display:block;
margin-bottom:0px;
}

/*/ CSC MAILFORM /*/

fieldset.csc-mailform {
	padding:	1em 3em;
	border:	none;
}
fieldset.csc-mailform label {
	display:	block;
	float:	left;
	width:	120px;
}
fieldset.csc-mailform input,
fieldset.csc-mailform textarea {
	margin:	1em 0 1em 1em;
}
fieldset.csc-mailform input.tue-submit {
	float:	right;
}

#mailformplus label{
	display: block;
	width: 10em;
	float: left;
	margin: 1em 1em 0.5em;
}
#mailformplus input {
	margin: 0.8em 0 0.5em;
}
input.submit {
	float: right;
	margin: 1em;
}

