 

*{
	margin: 0px;
	padding: 0px
}

html, body{
	background: #FFFFFF
}

/*  Schriften */

body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1{
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	line-height: 100px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 2px 2px 0px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

h2{
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

#artikeltext h3{
	padding-top: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar h3{
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	display: block;
	background: #999999;
	width: 200px;
	height: 30px;
	text-indent: 30px;
	border-bottom: 1px #d0d0dd;
	
}

p{
	margin-top: 20px;
	margin-right: 25px;
}

#artikeltext p:first-child{
	margin-top: 10px;
}

#artikeltext a{
	text-decoration: underline;
	color: #FFFFFF;
}

#artikeltext li{
	margin-left: 25px;
}

#artikeltext a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: rgba(255,150,0,0.5);
	-webkit-transition: background 200ms ease;
	-moz-transition: background 200ms ease;
	-ms-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;	
}

#artikeltext {
	line-height: 18px;
}

footer{
	font-size: 10px;
	text-align: center;
	line-height: 43px;
	color: #0;
}

code{
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	white-space: pre;
	margin-top: 14px;
	background: #202020;

	 white-space: pre-wrap;       /* css-3 */
	 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	 white-space: -pre-wrap;      /* Opera 4-6 */
	 white-space: -o-pre-wrap;    /* Opera 7 */
	 word-wrap: break-word;       /* Internet Explorer 5.5+ */

	border: 1px solid #333333;
	background-size: 36px 36px;
}

/* Layout */

#wrapper{
	width: 1002px;
	margin: 10px auto;  
	/*border-left: 1px solid #808088;*/
}

#main-header{
	width: 1002px;
	height: 161px;
	float:left;
	border-top: 1px solid #808088;
}

#headerbild{
	background:url(images/header/header9.jpg);
	background-repeat: no-repeat;
	width: 1002px;
	height: 100px;
	float:left;
}

#section-wrapper{
	width: 1002px;
	min-height: 450px;
	float: left;

	background:url(../images/content.png);
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left top, right top, color-stop(0px,#b0b0bb),color-stop(35px,#505055), color-stop(200px,#808088), color-stop(200px,#505055), color-stop(1000px,#505055)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #b0b0bb 0px,#808088 35px,#505055 200px, #505055 200px, #505055 1000px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,   #b0b0bb 0px,#808088 35px,#505055 200px, #505055 200px, #505055 1000px); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #b0b0bb 0px,#808088 35px,#505055 200px, #505055 200px, #505055 1000px); /* IE10+ */
	background: linear-gradient(to right,  #b0b0bb 0px,#808088 35px,#505055 200px, #505055 200px, #505055 1000px); /* W3C */
}

#sidebar{
	width: 200px;
	float: left;
	margin-top: 0px;
}

#content{
	width: 760px;
	float: left;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

footer{
	width: 1002px;
	height: 42px;
	background: #808088;
	border-top: 1px solid #d0d0dd;
	float: left;
}

/* Navigation */

#main-navigation{
	width: 1002px;
	height: 60px;
	float: left;
	
	background: -moz-linear-gradient(top,  #505055 0%, #d0d0dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505055), color-stop(100%,#d0d0dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #505055 0%,#d0d0dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #505055 0%,#d0d0dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #505055 0%,#d0d0dd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d0d0dd 0%,#505055 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505055', endColorstr='#d0d0dd',GradientType=0 ); /* IE6-9 */

	border-bottom: 1px solid #BEBEC1;
}

#main-navigation .menu ul {
	opacity: 0;
	visibility: hidden;
	list-style: none;
	list-style-type: none;
}

#main-navigation .menu li > ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	transition-delay: 0.3s;
	list-style: none;
	list-style-type: none;
}

#main-navigation .menu li:hover > ul {
	visibility: visible;
	opacity:1;
}

#main-navigation .menu {
	list-style: none;
	list-style-type: none;
	width: 1002px;
	position: relative;
	position: relative;
	display: inline-table;
}

#main-navigation .menu:after {
	content: ""; clear: both; display: block;
}
	
	#main-navigation .menu li {
		float: left;
	}

	#main-navigation .menu li:hover {
		background-color: rgba(255,150,0,0.5);
		-webkit-transition: background 400ms ease;
		-moz-transition: background 400ms ease;
		-ms-transition: background 400ms ease;
		-o-transition: background 400ms ease;
		transition: background 400ms ease;	
	}

	#main-navigation .menu li a {
		display: block; 
		width: 200px;
		height: 60px;
		line-height: 60px;
		
		font-family: 'Oswald', Arial, sans-serif;
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		color: #FFFFFF;
		text-decoration: none;
		
		text-shadow: 1px 1px 0px #000000;
		filter: dropshadow(color=#000000, offx=1, offy=1);

		-webkit-transition: background 400ms ease;
		-moz-transition: background 400ms ease;
		-ms-transition: background 400ms ease;
		-o-transition: background 400ms ease;
		transition: background 400ms ease;	
	}

#main-navigation .menu li a:hover{
	-webkit-transition: background 400ms ease;
	-moz-transition: background 400ms ease;
	-ms-transition: background 400ms ease;
	-o-transition: background 400ms ease;
	transition: background 400ms ease;	
}
	
	#main-navigation .menu li:first-child a{
		border-left: none;
		width: 201px;
	}
		
	#main-navigation .menu li:last-child a{
		border-right: none;
		width: 201px;
	}

	
	#main-navigation .menu ul {
		position: absolute; top: 100%;
	}
		#main-navigation .menu ul li {
			float: none; 
			position: relative;

			background: -moz-linear-gradient(top,  #707077 0%, #a0a0aa 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707077), color-stop(100%,#a0a0aa)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(bottom,  #707077 0%,#a0a0aa 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #707077 0%,#a0a0aa 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #707077 0%,#a0a0aa 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #a0a0aa 0%,#404044 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707077', endColorstr='#a0a0aa',GradientType=0 ); /* IE6-9 */
			border-top: 1px solid #BEBEC1;
		}
			#main-navigation .menu ul li a {
				text-decoration: none;
				height: 50px;
				line-height: 50px;
			}	
				#main-navigation .menu ul li a:hover {
					background: rgba(255,150,0,0.5);
				}	
				
				#main-navigation .menu ul ul {
					position: absolute; left: 100%; top:0;
				}

				#main-navigation .menu ul ul li{
					background: -moz-linear-gradient(top,  #707077 0%, #a0a0aa 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707077), color-stop(100%,#a0a0aa)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(bottom,  #707077 0%,#a0a0aa 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #707077 0%,#a0a0aa 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #707077 0%,#a0a0aa 100%); /* IE10+ */
					background: linear-gradient(to bottom,  #808088 0%,#303033 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707077', endColorstr='#a0a0aa',GradientType=0 ); /* IE6-9 */
					border-top: 1px solid #BEBEC1;
				}
		
				#main-navigation .menu ul ul li a{
					text-decoration: none;
					height: 40px;
					line-height: 40px;
				}
				
	
/* subnavigation */	

#sidebar .menu{
	list-style-type: none;
	width: 200px;
	padding-Top: 8px;
}

#sidebar .menu li a{
	width: 200px;
	height: 36px;
	display: block;
	float: left;
	
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	text-indent: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	border-bottom: 1px dashed #d0d0dd;

	-webkit-transition: background 200ms ease;
	-moz-transition: background 200ms ease;
	-ms-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;	
}

#sidebar .menu li a:hover{
/*	background: #505055;*/
	background-color: rgba(255,150,0,0.5);
	-webkit-transition: background 200ms ease;
	-moz-transition: background 200ms ease;
	-ms-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;	
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*background of enlarged image*/
position: absolute;
background-color: rgba(208,208,220,0.7);
padding: 10px;
left: -1000px;
border: 0px solid #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
opacity:0;
transition: opacity 200ms linear;
}

.thumbnail span img{ /*enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*enlarged image on hover*/
visibility: visible;
top: -100px;
left: 0px; /*position where enlarged image should offset horizontally */
opacity:1;
}

a.tooltip {outline:none; } 
a.tooltip strong {line-height:30px;} 
a.tooltip:hover {text-decoration:none;} 
a.tooltip span { 
	z-index:10;display:none; padding:14px 20px; 
	margin-top:30px; margin-left:-160px; 
	width:240px; line-height:16px; 
} 
a.tooltip:hover span{ 
	display:inline; position:absolute; 
	border:2px solid #FFF; color:#EEE; 
	background:#000 url(../images/css-tooltip-gradient-bg.png) repeat-x 0 0; 
} 
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;} 

/*CSS3 extras*/ 
a.tooltip span {
	 border-radius:2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-moz-box-shadow: 0px 0px 8px 4px #666; 
	-webkit-box-shadow: 0px 0px 8px 4px #666; 
	box-shadow: 0px 0px 8px 4px #666; 
	opacity: 0.85; 
}


	