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

body { color: #232323; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #fff; background-image: url(http://www.cillis-laedchen.de/files/gimgs/cillis-hintergrund.jpg); background-attachment: fixed; background-position: 0 0; }

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

a:link { text-decoration: none; color: #646464; }
a:active { text-decoration: none; color: #646464; }
a:visited { text-decoration: none; color: #646464; }
a:hover { color: #ea1919; border-style: none; outline-style: none; }

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



a img { border-style: none; }

#menu { font-size: 13px; width: 350px; overflow: auto; top: 30px; bottom: 50px; left: 35px; position: fixed; height: 100%; }

#menu ul { color: #797979; font-size: 14px; line-height: 14px; list-style: none; margin: 0 0 12px; }

#menu ul li.section-title  { text-decoration: none; color: #ea1919; font-size: 15px; font-family: "Comic Sans MS"; font-weight: bold; margin: 8px 8px 10px 0; }

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

.container {
    padding: 40px 2px 25px 20px;
}

#content p { color: #505050; font-size: 13px; width: 622px; margin-top: 30px; margin-bottom: 9px; }
h1 { font-size: 16px; }
h2 { color: #ea1919; font-size: 13px; }
h3 { color: #ea1919; font-size: 16px; }
h4 { font-size: 16px; font-weight: normal; font-style: normal; width: 500px; }

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

#once { clear: left; }
