/* @override http://juliander.de/ndxz-studio/site/003/style.css */

/* @override http://juliander.de/ndxz-studio/site/003/style.css */

/* @override 
	http://belichtungsamt.de/kindlich/ndxz-studio/site/eatock/style.css
	http://belichtungsamt.de/kindlich/ndxz-studio/site/001/style.css
	http://belichtungsamt.de/kindlich/ndxz-studio/site/002/style.css
	http://juliander.de/ndxz-studio/site/002/style.css
*/

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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	display: table;
	width: 90%;
	height: 90%;
	padding-left: 22px;
}

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

a:link { text-decoration: none;
	color: #5f4548;
}
a:active { text-decoration: none;
	color: #414654;
}
a:visited { text-decoration: none;
	color: #414654;
}
a:hover { text-decoration: none;
	color: blue;
}

a img { border: none; }

#menu {
width: 100%;
	font-size: 105%;
	margin-bottom: 1px;
	margin-left: 20px;
	z-index: 5;
	display: inline-table;
	position: relative;
	top: 25px;
}

#menu ul {
list-style-type: none;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	height: 18px;
}



#menu li.active a {
}

#menu ul>li {
	padding-right: 5px;
	display:inline-block;
	border-right: 1px none #888d99;
	text-shadow: #000000 0 0 0px;
	list-style-position: outside;
	opacity: 1;
}

li.section-title {
	display: inline;
}

#content {
	padding-left: 10px;
	margin-left: 10px;
	min-height: 500px;
	display: table;
	bottom: 0;
	margin-bottom: 18%;
	height: 450px;
	position: relative;
}

.container {
}

#content p { width: 400px; margin-bottom: 9px; }

#text-normal {
	font-size: 12px;
}

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

#once { clear: left; }

#yve {
	color: grey;
	width: 400px;
	font: 300% Georgia, "Times New Roman", Times, serif;
}

#yveX {
	color: #9d9fa6;
	width: 400px;
	font: 300% Georgia, "Times New Roman", Times, serif;
}

#yve:hover {
	color: blue;
}

#img-container strong {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#t-arbeiten {
	background-color: silver;
	padding: 0px;
	border-style: none;
	border-collapse: collapse;
}

#t-arbeiten td {
	background-color: white;
	vertical-align: top;
	width: 130px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;

}

#t-arbeiten img {
	margin-bottom: 5px;
}