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

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFF;
}
body {
	background-color:#000000;
	background-image:url(http://index.vicegold.com/ndxz-studio/site/vicegold2/bg.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	left: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
}

#header {
	position: fixed;
}

h1 {
	font-size: 70px;
	margin-top: 80px;
	margin-left: 120px;
}

#klein {
	color: #838383;
	font-size:13px;
	margin-top: 300px;
	padding-right: 120px;
	padding-bottom:50px;
}
a:link {
	text-decoration: none;
	color: #FFF;
	font-style: italic;
	
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-style: italic;
	
}
a:hover {
	text-decoration:none;
	color: #b4ae96;
	font-style: italic;
	
}
a:active {
	text-decoration:none;
	color: #b4ae96;
	font-style: italic;
	
}

#content a {color: #b4ae96;}
#content a:hover {text-decoration: line-through;}

:focus {
	outline: 0;
}

a:focus {
	outline: none;
}


#misc a {
	color: #838383;
}

#misc a:hover {
	color: lime;
}

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

#menu {
	width: 200px;
	overflow: auto;
	top: 160px;
	left: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	position: fixed;

}

#menu ul {
	list-style: none;
	margin-top: 30px;

}

#menu ul li.section-title {
	color: #b4ae96;
}

#menu li.active {
	text-decoration: line-through;
	color: #b4ae96;
}

#content {
    height: 100%;
    margin: 0 0 0 350px;
    padding-top: 190px;
    padding-left: 0px;
}

.container {
    padding: 10px 18px 0px 18px;
}

#content p { width: 800px; margin-bottom: 20px; }

.nav {
	font-size: 14px;
}

.url {
	margin-top: 10px;
	font-size: 16px;
}

.url a {
	color: #b4ae96;
}

.url a:hover {
	text-decoration: line-through;
}

p {
    margin: 0 0 9px 0;
}

img {border:0px solid black;}

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

#once { clear: left; }

#share {
	font-size: 10px;
	margin-bottom: 20px;
	margin-top:10px;
}
