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

body {
	font-size: 11px;
	line-height: 12pt;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background: #fff;
}

.kursiv {
	font-size: 11px;
	line-height: 12pt;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style: italic;
}


.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt; 
	font-style: italic;
	line-height: 22pt;
	letter-spacing:0.05em;
}


.menutitel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt; 
	font-style: italic;
	line-height: 16pt;
	letter-spacing:0.05em;

}

.linietop	{
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
}


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

a:link { text-decoration: none; }
a:active { text-decoration: underline; }
a:visited { text-decoration: none; color:#000000}
a:hover {text-decoration:underline; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu .container { 
		padding: 140px 0 21px 21px;
}

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

#menu ul li.section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt; 
	font-style: italic;
	line-height: 16pt;
	letter-spacing:0.05em;
	margin-top:12px }


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

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

#content .container { padding: 40px 0 21px 21px;}


#content p { width: 500px; 
	margin-bottom: 0px;
}


p {
    margin: 0 0 0 0;
}

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

#img-container	{ 
	margin: 0; 
	padding: 0;
}

#img-container p	{ 
	width: 500px; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	font-style:italic;
	font-size:9px; 
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:500px;
	}

#once { clear: left; }
