
/*********************
 --- made by CSSParser ---
	Author: Korbinian Kapsner
	Version: 1.1
 *********************/



/*********************
 --- parser constants ---
	colorText: #000000;
	colorBg: #FFFFFF;
	colorLinkText: #808080;
 *********************/




/* --- start parser-include from file main.css --- */
/* some general styles*/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}

body {
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

a:link, a:visited, a:focus, a:hover, a:active {
	color: #808080;
	text-decoration: none;
	border-width: 0;
	outline-width: 0;
}
a:hover {
	color: black;
}

fieldset {
	padding: 0px 10px 5px 5px;
	display: inline;
	vertical-align: top;
}

legend {
	padding: 0 2px;
	margin: 0 0 3px 0;
}

td, th {
	padding: 0 8px 0 0;
	vertical-align: top;
}

section, article, header, footer, nav, aside, hgroup {
	display: block;
}
/* --- end parser-include --- */


/* --- start parser-include from file classes.css --- */
/* some general CSS-classes */

.noWrap {
	white-space: nowrap;
}

.rightFloat {
	float: right;
}

.leftFloat {
	float: left;
}

img.leftFloat, img.rightFloat {
	margin: 5px !important;
}

.clear {
	clear: both;
}

.bold, .fett {
	font-weight: bold;
}

.zentriert, .centered {
	text-align: center;
}

.indent {
	padding-left: 10em;
}

.spacerTop {
	margin-top: 3em;
}

.spacerBottom {
	margin-bottom: 3em;
}

.inline {
	display: inline;
}

.niceInput {
	border: 1px dashed gray;
	color: gray;
}
textarea.niceInput {
	overflow: auto;
}

.niceInput:focus {
	background-color: silver;
	color: black;
}

.fullWidth {
	width: 100%;
}

hr.vr {
	width: 0;
	margin: 0 2px;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
}

img.contentImage {
	max-width: 90%;
	display: block;
	margin: 10px auto;
	border: 0;
}

.link.bildIntern {
	display: block;
	margin-bottom: 40px;
}
.link.bildIntern img.contentImage {
	display: inline;
	width: 110px;
	vertical-align: bottom;
	margin: 0px 20px 0px 0;
}

#home img.contentImage{
		margin: 0 auto 10px;
		width: 100%;
		max-width: 100%;
	}
	
#home .link.intern {
		margin: 0 auto;
		display: block;
		width: 425px;
		text-align: justify;
		padding-top: 10px;
		color: black;
		font-size: 36px;
	}

.youTube {
	display: block;
	margin: 10px auto;
}

.quote {
	text-align: right;
	font-style: italic;
	margin: 0.7em 0;
}
.quote .author {
	font-weight: bold;
	font-style: normal;
}
.poweredBy {
	font-size: 9px;
}
.justifier {
	display: inline-block;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.rotWichtig {
	font-size: 18px;
	color: red;
}

/*Editor*/

#location {
	width: 500px;
}
#explorer {
	position: relative;
}

#filePanel, #directoryTree {
	display: block;
	float: left;
	width: 50%;
	border: 4px double lightgray;
	margin: 0 -2px 0 -6px;
	height: 400px;
	overflow: scroll;
}
#filePanel {
	margin: 0 -6px 0 -2px;
}
#wait {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px;
	background-image: url("wait.gif");
}
/* --- end parser-include --- */


/* --- start parser-include from file header.css --- */
/* header styles*/

body > header{
		display: block;
		padding: 51px 15px 8px;
		height: 24px;
		position: relative;
		margin-bottom: 2px;
	}
	
body > header > hr {
		border: 1px solid  #e3e3e3;
		margin: 0;
		width: 8000px;
		position: absolute;
		top: 100%;
		right: 0;
	}
	
body > header.active > hr {
			border-color: black;
		}
		
body > header.active #info {
			background-color: black;
		}
	
body > header #home {
		font-size: 24px;
		line-height: 24px;
		vertical-align: bottom;
		color: black;
	}

body > header #info {
		position: absolute;
		display: block;
		bottom: 0;
		right: 0;
		width: 43px;
		height: 32px;
		line-height: 34px;
		text-align: center;
		background-color: #e3e3e3;
		font-size: 14px;
		color: white !important;
	}

/* --- end parser-include --- */


/* --- start parser-include from file mainNavigation.css --- */
/* main navigation*/

#mainNavigation > ul{
		height: 25px;
		text-align: justify;
		margin: 0 0 92px 98px;
		padding: 0;
		list-style: none;
	}
	
#mainNavigation > ul li{
			display: inline-block;
			margin: 0px 31px 0 0;
			padding-top: 5px;
			position: relative;
			float: left;
			list-style: none;
		}
#mainNavigation > ul li.active > a, #mainNavigation > ul li a:hover{
			color: black !important;
		}
		
#mainNavigation > ul li a {
			
			color: #c4c4c4 !important;
		}
#mainNavigation > ul li nav{
				margin: 0;
				border: solid #e3e3e3;
				border-width: 0 2px 2px;
				margin: 74px -12px 0;
				padding: 0px 10px;
				position: absolute;
				top: 100%;
				left: 0;
				z-index: 10;
				background-color: white;
			}
#mainNavigation > ul li nav ul{
					margin: 0;
					padding: 0;
					margin-top: -74px;
					background-color: white;
					position: relative;
				}
				
#mainNavigation > ul li nav ul li{
						display: block;
						height: 18px;
						float: none;
						padding: 2.5px 0;
						margin: 0;
						white-space: nowrap;
					}
					
#mainNavigation > ul li nav ul li.hidden {
						display: none;
					}
					
#mainNavigation > ul li nav ul li a {
						display: block;
					}
				
#mainNavigation > ul li nav ul:hover li.hidden {
					display: block;
				}

/* --- end parser-include --- */


/* --- start parser-include from file error.css --- */
/* errors */

#error {
	margin: 0 0 0 200px;
	padding: 0;
	list-style: none;
}

#error .error{
	padding: 2px 5px;
	margin: 0;
	border-bottom: 1px dashed #AAAAAA;
}
/* --- end parser-include --- */


/* --- start parser-include from file content.css --- */
/* general content */

#main #content {
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
}
/* --- end parser-include --- */


/* --- start parser-include from file footer.css --- */
/* footer */

body > footer{
		clear: both;
	}
body > footer > section {
		width: 100%;
		padding: 0;
		position: absolute;
		bottom: 0px;
		left: 0%;
		text-align: center;	
	}

/* --- end parser-include --- */



/* --- start parser-include from file kunstwerk.css --- */

.kunstwerk{
		display: inline-block;
		color: #808080;
	}
.kunstwerk .beschreibung {
		text-align: left;
	}
.kunstwerk a.internBild img.contentImage {
		max-height: 400px;
		/*max-width: 300px;*/
		display: inline;
		margin: 0 20px 20px 0;
		vertical-align: bottom;
	}

#kunst #content {
	text-align: center;
}
/* --- end parser-include --- */

