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

body {
	font-size: 11px;
	font-family: monospace;
	background: #fff;

}

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

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

#a:link2 { text-decoration: none; color:#000000 }
#a:active2 { text-decoration: bold; }
#a:visited2 { text-decoration: line-through; color:#000000 }
#a:hover2 { text-decoration: none; background-color:#f6ff00; color:#ffffff }

a img { border: none; }
a {outline:none;}

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

#menu ul {
	border-top:1px solid #e5e5e5;
	list-style: none;
	margin: 0 0 15px 15px;
         padding:5px 0px 0px 0px;
}

#menu ul li.section-title {
font-family: monospace, serif;
margin:0px 0px 3px 0px;
font-weight:bold;font-size: 13px;line-height:18px;
	text-decoration: underline; color: #000000;
}

#content {
    height: 100%;
    margin: 0 0 0 280px;
    padding-top: 17px;

}

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

.container p{
	margin: 17px 0 12px 0px;color:#000;
}
.container p span{font-size: 20px;
	font-family: Times New Roman, serif;}

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

p {
    margin: 0 0 9px 0;
}

h1 { 	font-size: 20px;margin-bottom:10px;
	font-family: Times New Roman, serif;
         font-weight:normal;line-height:1.6em;}
h2 { font-size: 24px; }
h3 { font-size: 20px;font-family: Times New Roman, serif;
         font-weight:normal;}
h4 { font-size: 10px;color:silver;font-weight:normal;margin:0;}

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

#once { clear: left; }

#seitentitel {
font-size:12px;
font-style: normal;
color:#000;
line-height:normal;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif, monospace;
}
.news{width:500px;margin:0;}
.text{width:700px;margin:0;}

#iframed { max-height: 8000px; min-height: 8000px; overflow: hidden; 