/**
* CSS
* 
* @version 0.0
* @author Alex Tonneau
* @author Katrin Greiling
*/

/* RESET */

*, html, body, div, table, tr, td, ul, li, h1, h2, h3, h4, input, textarea {margin:0; padding:0;}
a img {border:0;}

body {
	width: 1030px;
	padding: 80px 15px 15px 15px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 10px;
	font-family: Futura, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #f9f9ef;
}

#menu ul li a, #content .container a { color: black; text-decoration: none; }
#menu ul li a:visited, #content .container a:visited { text-decoration: none; color: #666; }
#menu ul li a:hover, #content .container a:hover { background: yellow;}

img.logo {padding: 0 0 9px 23px;}

#menu {
    width: 253px;
    position: absolute;
    left: 802px;
}

#menu ul {
	list-style: none;
	padding: 9px 0 4px 23px;
	border-top: black dotted 1px;
}

#menu ul li {padding-bottom: 1px;}

#menu ul li.section-title {padding-bottom: 5px; cursor: pointer; }
#menu ul li.active a {background: yellow;}

#content {
	position: relative;
	width: 788px;
	padding-top: 29px;
}

p {
    margin: 0 0 9px 0;
}

.container p {
	position: absolute;
	width: 788px;
	top: -29px;
}

p.nav {
	top: 13px;
}

.pics p {
	position: relative;
	top: 7px;
	clear: both;
}

h1 {}
h2 {}
h3 {}
h4 {}

#once { clear: left; }
