/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia;
	background: #dad4bb;
	background-image:url(bilder/bodybg.jpg);
	background-position:right top;
	background-repeat: no-repeat;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #888; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #333; }

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 50px;
    bottom: 0;
	left: 60px;
    position: absolute;
    height: 100%;
	background-color: none;
	text-align:right;
	font-family:Georgia;
	font-size: 1.1em;
	line-height:1.3em;
}

#menu ul {
	list-style: none;
	margin: 0 5px 5px 0;
}

#menu ul li {
	padding-right: 4px;
}

#menu ul li.section-title {
	font-family: Georgia;
	font-variant:small-caps;
	font-size: 1.2em;
	margin: 8px 0 2px 0;
	padding: 1px 3px 1px 1px;
	background-color: #b6b096;
}

.static-section {
	font-family: Georgia;
	font-variant:small-caps;
	font-size: 1.3em;
	margin: -8px 3px 0px 0px;
	padding: 1px 3px 2px 1px;
	background-color: #b6b096;
}

#content {
    height: 100%;
    margin: 0 0 0 260px;
    top: 0;
}

#content {
	font-size: 1.2em;
	font-family: Georgia;
	font-style: normal;
	line-height: 1.5em;
	word-spacing: 0.1em;
}
#content p {}


.container {
    padding: 0px 5px 25px 5px;
}

#text-container {
	background-image:url(bilder/textecke.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#text-container h1 {
	font-family: Georgia;
	font-size:1.3em;
	line-height:1.4em;
	font-style:italic;
	color:#f3c800;
	margin-bottom: -10px;
}

#text-container h2 {
	font-family: Georgia;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.3em;
	font-style:italic;
	color:#d39511;
	margin-top: -7px;
	margin-left: 0px;
	margin-bottom: -10px;
}

#text-container h3 {
	font-family: Georgia;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.3em;
	font-style:italic;
	color:#d39511;
	margin-top: 12px;
	margin-left: 5px;
	margin-bottom: -7px;
}

#text-container a:link { text-decoration: none; color: #5a94ac; }
#text-container a:active { text-decoration: none; color: #5a94ac; }
#text-container a:visited { text-decoration: none; color: #5a94ac; }
#text-container a:hover { text-decoration: none; color: #65c4eb; }

p {
    margin: 0 0 9px 0;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
