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

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

body.section-1 { margin-top: 0px;}/* Abstand rechte Spalte nach oben */


body.section-2 { margin-top: 0px;}
body.section-3 { margin-top: 0px;}

a:link { text-decoration: none; color: #003366; }
a:active { text-decoration: none; color: #660033; }
a:visited { text-decoration: none; color: #660033; }
a:hover { text-decoration: none; color: #660033; }

a img { border: none; }

/* ------------------------------------- menu --------------------------------------------------------------------------------------- */

#menu {
    width: 160px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
	padding: 17px 5px 25px 20px;
	}

#menu ul {
	list-style: none;
	margin: 0px 0 12px 0px; /* Abstand innerhalb Menu weit/ Abstand eng? / 12 Abstand Projects, Motion und so /  Unter header nach rechts einrücken */
	}

#menu ul li.section-title { /* menü headlines */ 
	}
	
	
/* ------------------------------------- inhalte ------------------------------------------------------------------------------------ */

#content {
    height: 100%;
    margin: 106px 0 0 210px; /* Abstand Bilder rechts vom Menüpart links, erste drei Nullen machen was sie wollen, don't touch*/
    top: 0;
 	}

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

#content p { width: 350px; /* Breite des Textblockes rechts */margin-bottom: 15px; } /* Abstand der Bilder vom TXT nach oben */



/* ------------------------------------- allgemeine angaben, wie bilder und überschriften ------------------------------------------- */

p {
    margin: 0 0 9px 0;
    margin-top: 0
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
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; }

#once { clear: left; }