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

/* Die komplette Seite */
body { color: black; font-size: 12px; font-family: serif, Georgia; font-style:italic; line-height: 15px; background: #fff; }

body.section-1 { color: black; border-color: black; }
body.section-2 { }
body.section-3 { }

/* Links */
a:link { color: black; font-size: 11px; font-family: Georgia; font-style:italic; line-height: 15px; text-decoration: none; margin-top: 2px; }
a:active { color: black; font-size: 11px; font-family: Georgia; font-style:italic; line-height: 15px; background-color: white; text-decoration: none; margin-top: 2px; }
a:visited { color: #6b6b6b; font-size: 11px; font-family: Georgia; font-style:italic; line-height: 15px; background-color: white; text-decoration: none; top: 3px; margin-top: 2px; }
a:hover { color: aqua; font-size: 11px; font-family: Georgia; font-style:italic; line-height: 15px; background-color: white; text-decoration: none; margin-top: 2px; }

a img { border: none; }
csobj { }
#menu { font-size: 12px; line-height: 15px; width: 175px; overflow: auto; margin-top: -15px; margin-bottom: 0; margin-left: 10px; background-color: #fff; text-decoration: none; position: fixed; height: 1000px; border-left: 5px solid #ffffff;; border-right: 5px solid #ffffff; }

#menu ul { color: black; font-size: 11px; font-family: Georgia; font-weight: normal; font-style: italic; line-height: 15px; text-decoration: none; list-style: none; vertical-align: text-top; margin-top: 7px; margin-bottom: 3px; }

#menu ul li.section-title { color: black; font-size: 13px; font-family: Georgia; font-style: italic; font-weight: bold; line-height: 15px; text-decoration: underline; vertical-align: text-top; margin-bottom: 4px; list-style-image: none; } 
		
/* Copyright */
/*#menu p { color: gray; font-family: Georgia; font-style: italic; font-size: 8pt; }*/

/* Hier ist der Bereich in dem die Arbeiten liegen */
#content { position: absolute; top: 148px; left: 250px; right: inherit; bottom: inherit; list-style-position: inherit; }  

/* Hier liegt immer ein kompletter Artikel mit Text und Bild drin */
/*.container { position: inherit; padding: 5px 5px 25px; }*/

/* Hier ist die Schrift bei den Arbeiten */
#content p {
	width: 800px; 
	margin-bottom: 7px;
}

/* p ist Paragraph und somit die normale Schrift auf der Seite */
p { font-size: 12px; font-family: Georgia; font-style: normal; line-height: 15px; text-decoration: none; margin-top: 5px; margin-bottom: 5px; }

/* Die Headlines */
h1 { color: black; font: italic bold 13px/15px Georgia; text-decoration: underline; text-transform: uppercase; text-align: left; margin-bottom: 5px;
	}
h2 { color: black; font: italic 13px/15px Georgia; text-decoration: underline; text-transform: capitalize; text-align: left; margin-top: 5px; margin-bottom: 5px; }
h3 { font-size: 12px; font-family: Georgia; font-weight: normal; font-style: normal; line-height: 15px; margin-top: 5px; margin-bottom: 5px; }
h4 { font-size: 11px; }


#img-container	{ margin: 0; padding: 0; }
#img-container p {
    border-top: thin solid #434343;
    clear: both;
    height: 18px;
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 5px;
    position: static;
    top: -10px;
    width: 800px;
#once {  }
/*  */
