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

body {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff url(http://www.renezieger.de/images/stripes_back.png) repeat;
	padding-top: 32px;
	width: 800px;
	height: 600px;
}

body.section-1 {
	width: 400px;
}
body.section-2 {
	width: 400px;
}
body.section-3 {
	width: 400px;
}

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



a img {border: none;}

#renezieger {
	color: #000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 8px solid #000;
	padding-bottom: 0;
	left: 0;
	width: 185px;
}


#menu {
    width: 220px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 110px;
	margin-left: 25px;
	margin-top: 20px;
	border-color: #000;
	border-style: none;
	background: transparent url(http://www.renezieger.de/images/back_menu_2.png) scroll;
}

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

#menu ul li.section-title {
	border-bottom: 5px solid #000;
	
	margin-bottom: 6px;
	
}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
}

.container {
	padding: 20px 0px 25px 35px;
}

#content p { width: 800px; margin-bottom: 9px;
	background-color: #fff;
}

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;
	border-style: none;
	border-color: #080808;
	
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }