/**
* CSS
* simonerudolph.de
* 
* @version 1.0
* @author Till Matthis Maessen 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 16px;
	letter-spacing: 1px;
	
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;

	background: #c8c7b9;
	background-image: url(/video/dotsinverse.gif);
	background-repeat: repeat;
}

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

a:link { text-decoration: none; color: black; }
a:active { text-decoration: none;}
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: none; color: #00FFFF; }

a img { border: none; }

#flashback {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main_container {
	width: 940px;
	z-index: 2;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
}

#menu {
	font-style: normal;
    width: 300px;
    height: 100%;
    position: fixed;
    top: 10px;
    left: 10px;
    bottom: 10px;
	padding: 10px;
	margin-right: 20px;
	background-color: ;
	z-index: 4;
}

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

#menu ul li.section-title { }

#content {
	padding-left: 320px;
    padding-right: 20px;
    z-index: 10;
}

.container {
	padding: 0;
}

#content .container {
	padding-top:  10px;
	padding-bottom: 25px;
}

#content p { margin-bottom: 16px; }

// Style the sections

#start {
	padding: 0;
	padding-top: 10px;
	width: 380px;
	font-style: oblique;
}

#vita, #impressum, #news, #images {
	padding: 0;
	padding-top: 10px;
	width: 380px;
}

#news {
	width: 380px;
	font-style: normal;	
}

#vita strong em, #news strong, em{
	font-size: 16px;
	line-height: 18px;
}


// Font styles

p {
    margin:  0; 
}


h1 { font-size: 32px; text-transform: uppercase; line-height: 32px;}
h2 { font-size: 24px; line-height: 26px; }
h3 { font-size: 20px; line-height: 22px; text-transform: none; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; padding-top: 10px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
hr { border: 2px solid; color: black; }

#once { clear: left; }