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

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

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

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

a:active { 
	text-decoration:none;
	color:#000;
}
a:visited { 
	text-decoration: none;
	color:#000;
}
a:hover { 
	color: #707070;
}

a img { border: none; }

#menu {
    width: 140px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: relative;
	float: left;
    height: 100%;
	padding-left: 50px;
	padding-top: 32px;
	
}

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

#menu ul li.section-title { font-weight:bold; }

#content {
    width: 80px;
	height: 100%;
    margin: 0px 0px 0px 0px;
    top: 0px;
	color: #707070;
}

.container { 
    padding: 10px 10px 10px 10px;
}

#content p { width: 100px; 
	margin-bottom: 0px; 
	margin-top: 5px; 
}

p {margin: 0 0px 0px 0;
	
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 190px; margin-top: 69px; padding: 5px 5px 5px 5px; }
#img-container p	{ width: 0; margin: 0; padding: 0 50px 0 0; }

#once { clear: left; }

.copy {
	position:absolute;
	bottom:5px;
	left:60px;
}

.antipad {
	padding:0px 0px 0px 0px;
	
}

.titel {
	margin-bottom:20px;
	}
