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

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

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

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


a img { border: none; }

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

#menu ul {
	border-top:1px solid #000000;
	line-height: 15px;
	list-style: none;
	margin: 0 0 2px 0px;
	padding-top: 2px;
}

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

}

#content {

	left: 0px;
    height: 100%;
    margin: 0 0 0 190px;
    top: 0;
}

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

 #menu .container{
    padding-top: 0px;
     padding-left: 15px;

 }

#content a:link { text-decoration: none; color: #990000; font-weight: bold; background: none;}
#content a:visited { text-decoration: none; color: #990000; font-weight: bold; background: none;}
#content a:hover { text-decoration: underline; color: #990000; font-weight: bold; background: none; }

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

p {
    margin: 0 0 9px 0;
}

#inhalt{
	margin-top: 10px;
	margin-bottom: 15px;
    	line-height:15px;
	width: 400px;    
}

h1 { font-size: 18px; color: #000000; font-family: Helvetica, Arial, Verdana, sans-serif; font-weight:bold; line-height:22px; margin-top: 9px;}
h2 { font-size: 12px; color: #000000; font-family: Helvetica, Arial, Verdana, sans-serif; font-weight:bold; line-height:22px; margin-top: 10px;}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container span.backgrounded a { background: transparent; }
#img-container a.thickbox { background: transparent; }
#img-container a.thumb-img { background: transparent; }
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }