/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Max Häßlein
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {
	text-decoration: none;
	color: #000;
}

a img { border: none; }

#menu {
    width: 190px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height: 1.7;
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
}

	#menu a {
		border-bottom: 1px dotted;
	}
	
		#menu a:hover {
			border-bottom: 1px solid;
		}

	#menu ul {
		list-style: none;
		margin: 0 0 12px 0;
	}
	
	#menu ul li.section-title { }
	
	#menu p {
		margin-top: 30px;
	}

#content {
    height: 100%;
    margin: 20px 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 24px; text-transform: uppercase; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

#footer {
	font-size: 80%;
	color: #777;
	padding-top: 30px;
}

	#footer a {
		color: #555;
		border-bottom-color: #555;
	}

.section-title {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 20px;
}

#contact {
	margin-top: 20px;
	margin-left: 100px;
	line-height: 2;
}

#imprint {
	line-height: 1.8;
	margin-left: 100px;
	margin-top: 20px;
}

#contact a, #imprint a {
	border-bottom: 1px dotted #000;
}

	#contact a:hover, #imprint a:hover {
		border-bottom: 1px solid #000;
	}