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

body {
font-family: "anivers-1","anivers-2",sans-serif;
	font-size: 13px;
background-image: http://www.juliazador.de(../portfolio/ndxz-studio/site/sample/bg_dddddd.gif);
}


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



.section-title {
	border-bottom: 1px #ffffff solid;
font-family: "anivers-1","anivers-2",sans-serif;
	font-size: 14px;
	letter-spacing:1px;
	font-weight: bold;
	color: #ffffff;
background: #dddddd;
	text-align:right;
}


a:link { 
font-family: "anivers-1","anivers-2",sans-serif;
	font-size: 13px;
	color: #dddddd;
	text-decoration: none;
}
a:hover{color:black;}

#menu a { 
font-family: "anivers-1","anivers-2",sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}


#menu a:hover{color:black;}


#menu p { 
font-family: "anivers-1","anivers-2",sans-serif;
	font-size: 13px;
	color: #333333;
	text-align:right;}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	text-align:right;
}

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

#menu ul li.section-title { padding-top:7px; }

#menu ul li {
	padding-bottom:6px;
	margin-left:20px;
	padding-right:5px;
}


#content {
    height: 100%;
    margin: 90px 0 0 225px;
    top: 0;
	background:white;
	padding-left:10px;
	width:520px;
}

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

.container a{
	color: #333333;
	text-decoration:underline;
}
.container a:hover{
	color: #000;	
	text-decoration:underline;
}
#content p {
	width: 400px; margin-bottom: 9px; color:#333333;

}

p {
    margin: 20px 0 9px 0;
line-height: 1.5em;
}



h1 { 
	font-size: 22px; 
font-family: "anivers-1","anivers-2",sans-serif;
	color: #dddddd;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}



h2 { 
	font-size: 16px; 
font-family: "anivers-1","anivers-2",sans-serif;
	font-weight: bold;
	color: #bbbbbb;
	text-decoration: none;
}




h3 { font-size: 16px; }
h4 { font-size: 12px; }

.artderarbeit 
{ 
	font-size: 12px; 
font-family: "anivers-1","anivers-2",sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top: 0px;
}

.nav a{
	color: #333333;	
}
.nav a:hover{
	color: #000;	
}

#img-container	{ margin: 0; padding: 0; }


#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
