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

body {
	font-size: 13px;
	font-family: Bodoni, "Bodoni MT", Times New Roman, Times, serif;
	color:#000;
	background: #fff;
}

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

/* link generell */
a:link { text-decoration: none; color: #090; }
a:active { text-decoration: none; color: #80c; }
a:visited { text-decoration: none; color: #090; font-size: 13px; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 225px;	
    top: 5px;
    bottom: 0px;
	left: 0px;
    position:absolute;
    height: 100%;
	background-color: #fff;
	text-align: center;
}

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
}

#menu ul li { margin: -1px 0px; padding: 0px; }

#menu ul li.section-title { margin-top: 13px; font-size: 12px; font-weight:bold; color:#222  }

/* link besonderheiten menü */
#menu ul li a { }

#content {
    height: 100%;
    margin: 0 0 0 225px;
    top: 1px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 10px; }
h5 { font-size: 64px; }
h6 { font-size: 128px; } 

/* serifenlose monospaced Schrift */ 

mono {font-family: monospace;} 

/* grauer Text */ 

grau1 {color:rgb(10%,10%,10%)}
grau2 {color:rgb(20%,20%,20%)}
grau3 {color:rgb(30%,30%,30%)}
grau4 {color:rgb(40%,40%,40%)}
grau5 {color:rgb(50%,50%,50%)}
grau6 {color:rgb(60%,60%,60%)}
grau7 {color:rgb(70%,70%,70%)}
grau8 {color:rgb(80%,80%,80%)}
grau9 {color:rgb(90%,90%,90%)} 

/* weisser Text */ 

hellgrau {color:rgb(99%,99%,99%); }
weiss {color:rgb(100%,100%,100%); }


/* Background */ 

boxgrau1 { background-color: rgb(10%,10%,10%); }
boxgrau2 { background-color: rgb(20%,20%,20%); }
boxgrau3 { background-color: rgb(30%,30%,30%); }
boxgrau4 { background-color: rgb(40%,40%,40%); }
boxgrau5 { background-color: rgb(50%,50%,50%); }
boxgrau6 { background-color: rgb(60%,60%,60%); }
boxgrau7 { background-color: rgb(70%,70%,70%); }
boxgrau8 { background-color: rgb(80%,80%,80%); }
boxgrau9 { background-color: rgb(90%,90%,90%); }

boxfastweiss { background-color: rgb(99%,99%,99%); }
boxfastschwarz { background-color: rgb(01%,01%,01%); }

boxweiss { background-color: rgb(100%,100%,100%); }
.english1 { font-style:italic; }
.english2 { color:#FFF; background-color:#000; font-style:italic; }
boxschwarz { color:#FFF; background-color:#000; }

/* Bestimmt, wie der Text Zentriert ist. È normal, left, center, justify, inherit. */

div.center {text-align: center;}
div.right {text-align: right;}
div.left {text-align: left;}
div.justify {text-align: justify;}
div.inherit {text-align: inherit;}

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

#once { clear: left; }
