/**
* 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 { }

/**zum ausprobieren#menu li.active a:link,
#menu li.active a:active,
#menu li.active a:visited { text-decoration: none; color: #333; background: #fff20d; }
#menu li.active a:hover { text-decoration: none; color: #fff; background: #0c0; }*/

li.active a:visited { color: #666; text-decoration: none; background: #9966FF; }
a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #666;}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; background-color:#9966FF; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

a img { border: none; }

/**abstand menu textfeld von oben etc*/

#menu {
    width: 215px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 70px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height: 300%
}
/**abstand menu von erstem link von oben etc*/
#menu ul {
	list-style: none;
	margin: 40px 0 12px 0;
}

#menu ul li.section-title { }

/**abstand textfeld rects von oben etc*/
#content {
    height: 100%;
    margin: 155px 0 0 315px;
    top: 0px;
	line-height: 150%
}

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

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }