/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

@font-face {
 	font-family: 'Franchise Bold';
 	src: url("font/Franchise-Bold.eot");
}
@font-face {
 	font-family: 'Franchise Bold';
 	src: url("font/Franchise-Bold.ttf");
}


body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 70px 0 0 0;
}

body.section-1 { background-color: #ffdfbf; }
body.section-2 { background-color: #cfe5c3; }
body.section-3 { background-color: #6cc0cc; }
body.section-4 { background-color: #6cc0cc; }
body.section-5 { background-color: #6cc0cc; }
body.section-6 { background-color: #6cc0cc; }
body.section-7 { background-color: #6cc0cc; }
body.section-8 { background-color: #6cc0cc; }
body.section-11 { background-color: #e5c3ce; }
body.section-13 { background-color: #6cc0cc; }

a:link { text-decoration: none; color: #555; }
li.active a { font-style: italic; color: #fc616e; }
a:visited { text-decoration: none; color: #bbb; }
a:hover { font-style: italic; color: #333; }
a:active { text-decoration: line-through; color: #fc616e; }

a img { border: none; }

#menu {
    width: 185px;
	float:left;
    top: 70px;
	left: 80px;
    position: fixed;
	background-color: #FFF;
	padding: 0 0 0 25px;
}

#menu ul {
	list-style: none;
	margin: 0;
}

#menu ul li.section-title { font-family:  Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 10px; color:#777; margin: 15px 0 4px 0; }

#content {
	width: 650px;
	position: relative;
    margin: 0 0 60px 315px;
	background-color: #FFF;
}

.container {
    padding: 50px 0 25px 0;
}

#content p { width: 600px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #333; line-height: 18px; margin: 14px 0 0 0; padding: 0 0 0 25px;}

p {
    margin: 0 0 0 0;
}

h1 { font-size: 35px; font-family: 'Franchise Bold', Arial, Helvetica, sans-serif; color: #262626; text-transform: uppercase; padding: 0 0 0 25px; }
h2 { font-size: 24px; font-family: 'Franchise Bold', Arial, Helvetica, sans-serif; color: #262626; text-transform: uppercase; padding: 0 0 0 25px; }
h3 { font-size: 10px;  padding: 0 0 0 25px; }
h4 { font-size: 10px; color: #CCC; padding: 0 0 0 25px; margin-top: 15px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 650px; margin: 0; padding: 0; }

#once { clear: left; }

.small{	font-size: 10px; color: #999; }

#topgrf {
background : url(/images/leiste_oben.png) repeat; 
position : fixed;
top : 0;
width : 100%;
height: 4px;
}

#team {
background : url(/images/team.png) repeat; 
position : fixed;
bottom : 6px;
right: 50px;
width : 200px;
height: 20px;
}

#copy {
background : url(/images/leiste_unten.png) repeat	; 
position : fixed;
bottom : 0;
width : 100%;
height: 60px;
}


#klaas {
background : url(/images/klaas.png); 
position : fixed;
bottom : 4px;
right: 40px;
width : 600px;
height: 438px;
}