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

body {
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #000;
	color: #fff;
}

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

a:link { text-decoration: none; color: #aaa;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #aaa; }
a:hover { text-decoration: underline; }

#menu a:link, #menu a:visited {
/*	font-weight: bold; */

	
}

a img { border: none; }

#menu {
    width: 225px;
/*    width: 315px;*/
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #000;
/*	font-size: 48px;*/
}

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

#menu ul li.section-title { 
/*	font-weight: bold;*/
/*	font-family: Georgia, Times, "Times New Roman", sans-serif; */
/*	margin-bottom: 3px;*/

	}

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

.container {
    padding: 5px 15px 25px 15px;
	margin: 10px 0 0 0;
}

#content p { 
	margin-bottom: 9px;
/*	padding-right: 25px;*/
	 }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 24px; font-weight: normal;}
h2 { font-size: 20px; font-weight: normal;}
h3 { font-size: 16px; font-weight: normal;}
h4 { font-size: 12px; font-weight: normal;}

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

#once { clear: left; }


/*  NEUE STYLES */

#birgit {
	font-size: 24px;
}
a.thickbox img {
}
a.thickbox { 
	border: none; 
	/*	display: inline-block; */
	/*	min-width: 220px;*/
	}
a.thickbox img { 
	border: 0px solid #fff; 
	margin: 0 6px 9px 0; 
	}

#buildwith {
	font-size: 10px;
	position:absolute;
	bottom: 10px;
}
