/* @override 
	http://ulrike-jaenichen.de/ndxz-studio/site/sample/style.css
	http://www.ulrike-jaenichen.de/ndxz-studio/site/sample/style.css
*/

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {

	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

a:link { text-decoration: none;
	color: gray;
}

a:active { text-decoration: none;
	color: #acc9ff;
	font-weight: bold;
	font-style: italic;
}
a:visited { text-decoration: none; color: gray; }
a:hover { text-decoration: none;
	font-style: italic;
	color: #acc9ff;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    height: 100%;
	background-color: #fff;
	right: 4px;
	left: 19px;
	position: absolute;
}

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

#menu ul li.section-title {
	font-weight: bold;
	color: #797979;
}

#menu li.active a {
	color: #acc9ff;
	font-style: italic;
}

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

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

#content p { width: 400px; margin-bottom: 9px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: black;
}

p {
    margin: 0 0 25px;
	font-size: 16px;
	font-weight: bold;
	color: gray;
}

Name {
	color: gray;
	font-weight: bold;
	font-size: 20px;
}

Inhalt {
	
}

* {
	
}

/* @group My Group */

h5 {
	color: gray;
	font: bold 50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 { font-size: 16px;
	color: gray;
	font-weight: bold;
}



/* @end */
h2 { font-size: 12px;
	color: gray;
	font-weight: bold;
}
h3 { font-size: 12px;
	color: gray;
	font-weight: normal;
	font-style: normal;
}
h4 { font-size: 12px; }

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

#once { clear: left; }