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

body {
	font-size: 0.8em;
	font-family: Courier, Courier New, monospace;
	background: #fff;
	color:#666;
}

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

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #000;}
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color:#000;}

a img { border: none; }



	


#menu {
    position: absolute;
    width: 215px;
    margin:50px 0 0 50px;
    
    /* height: 80%; */
	background-color: #fff;
	/* border: 1px #ddd solid; */
}


	          

#menu .title { color:#000;}
a.title { color:#000; text-decoration:none; outline: none; }
.spacer { padding:5px; }

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding:5px;
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
}

#menu ul li.section-title { margin-top:5px;}

#content {
    position: absolute;
    /* height: 100%; */
    margin: 50px 0 0 350px;
    
    
}

#menu ul li { min-height:15px; margin-bottom:5px;}


#menu ul li.active { background-image:url('http://nicoschmitz.de/nico-admin/site/img/stripe.png'); background-repeat:repeat; }

/* #menu ul li.active a:visited { margin-left:5px; padding: 2px; color:#000;} */

#menu ul li.active a:visited { margin-top:3px; padding-bottom:2px; color:#000;}

/* #menu ul li.active a:visited { margin-left:5px; padding: 2px; background-color:#fff; padding} */



.container {
    padding: 0px 5px 25px 5px; line-height:18px;
}

.container-menu {
    padding: 5px 5px 25px 5px;
    border: 1px #ddd solid;
}

#contactform { margin-top:15px; }

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

#content-start {
	 position: absolute;
    /* height: 100%; */
    margin: 50px 0 0 350px; 
    
     }
#container-start {
	padding: 5px 5px 25px 5px;
	
}


p {
    margin: 0 0 9px 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; }


/* Formzeugs */

input.contact { width:100%; border:1px #eee solid; font-family: Courier, Courier New, monospace; font-size:1em;}

textarea.contact { width:100%; height:80px; border:1px #eee solid; font-family: Courier, Courier New, monospace; font-size:1em;}

.pics { height:430px; }

