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

body {
	margin-left: 0px;
	color: #ae3a64;
	font-family: "Arial"
	font-size: 10px;
	background: #fff;
}

body.section-1 { font-family: "Courier New", Courier, Monaco, monospace; color: #ecc625; font-style: normal; font-weight: normal; font-size: 12px; }
body.section-2 { background-color: #cecece; }
body.section-3 { color: #ff849f; }

a:link { text-align: left; list-style-position: outside; color: white; text-decoration: none;}
a:active { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover { background:url("http://caseymcgonagle.com/files/gimgs/rainbowgradients.gif") repeat scroll 0 0 #FF6AC7;; }


a img { background-image:url(); border: none; }

#menu {

	font-family: Georgia, "Times New Roman", Times, serif;

	text-align: left;

	width:220px;
	top:0;
	bottom:0;
	left:10px;
	position: fixed;
	height:100%;
	/*background-image: url("http://www.francalaufer.com/tischi.png");*/
	background-repeat:no-repeat;
	overflow:hidden;
	font-size: 12px;
   /*
 margin-left: 15px;
    margin-right: 5px;
    background-image: url("http://www.francalaufer.com/menuebild.png");
    font-size: 10px;
    background-repeat:no-repeat;
    width: 215px;
    overflow:hidden;
    top: 0px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: auto;
*/
}
/*Untermenue*/
#menu ul {
	/*background-image: none;*/
	margin-left: 17px;/*17px*/
	margin-bottom: 12px;/*12px*/
	margin-right: 0;
	margin-top: 0;
	list-style: none;
}

#menu ul li.section-title { }

#content {
    font-family: "Courier New", Courier, Monaco, monospace;
    color: white;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 240px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    height: 100%; 
    top: 0;
}

.container {
	padding-left: 5px;
	padding-bottom: 25px;
	padding-right: 5px;
	padding-top: 5px;
}

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

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin-left: 5px; margin-bottom: 0; margin-right: 0; margin-top: 0; padding: 0; }
#img-container p	{ font-family: "Courier New", Courier, Monaco, monospace; font-size: 10px; width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

