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

body {
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial, sans-serif;
	background: #fff url(http://www.poetryslam-mainz.de/bilder/paper2.jpg);
	line-height: 1.8em;
}

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

a:link { color:#ec008c;text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { color:#fff;background:#ec008c;text-decoration: none;padding:0.2em;}


a img { border: none; }

#kopf a:link {text-decoration: none; }
#kopf a:active { text-decoration: none; }
#kopf a:visited { text-decoration: none;}
#kopf a:hover { text-decoration: none;}

#menu {
    width: 17em;
    overflow: auto;
    top: 0em;
    bottom: 0;
	left: 0em;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-top:2em;
	padding-left:0.5em;
	}

#menu ul {letter-spacing:0.025em;
	list-style: none;
	margin: 3em 0 2em 2em;

}
#menu a:link { color:#000;text-decoration: none; }
#menu a:active { text-decoration: none; }
#menu a:visited { text-decoration: none; color: #666; }
#menu a:hover { color:#fff;background:#ec008c;text-decoration: none;padding:0.2em;}

#menu ul li.section-title { 
	text-transform:uppercase;
	font-weight:bold;
	color:#ec008c;}

#content {
    height: 100%;
    margin: 2.5em 0 0 23.5em;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px;color:#ec008c; }
h2 { font-size: 24px;color:#ec008c;line-height:1em;text-shadow: 1px 1px 3px #fff;letter-spacing:0.025em;}
h3 { font-size: 16px;color:#ec008c; }
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; }

#counter {position:fixed;bottom:1em;left:3em;}
