/*********** allgemein ***********/

*{
	margin: opx;
	padding: opx;
}

html, body{ 
	background: #fff;	
	height: 100%;
    }
 
 /*********** typo ***********/
 
body{
 	font-family: arial, sans-serif;
 	font-size: 16px;
 	color: #fff;
 	min-height: 101%; 	
 	}
 	
p{ 
 margin-top: 20px;
 }
  
  #artikeltext p:first-child{ 
  	margin-top: 0px;
  }
   
      img{ 
   	float:left; margin: 0 20px 4px 0;
    }
 	.clearthefloats { 
 	   	clear: both;
 	 }
h1{ 
	font-family: 'oswald', arial, sans-serif;
	font-size: 40px;
	text-align:center;
	font-weight: 700;
	line-height: 100px;
	color: #fff;
	text-shadow: 1px 1px 0px #000000;
  }


h2{ 
 	font-family: 'oswald', arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 0px #000000;	
   }



  #breadcrumb a{ 
 	font-family: 'oswald', arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	line-height: 43px;
	margin-left: 40px;
	}
  
 	#breadcrumb a:hover{ 
 		text-decoration: underline;	
        }

 
#sidebar h3 { 
 	font-family: 'oswald', arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 0px #000000;	
	display:block;
	background: #999999;
	width: 210px;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	border-bottom: 1px #ccc;		
    }
  
#artikeltext a{ 
		
	font-family: 'oswald', arial, sans-serif;
	font-size: 14px;
	font-weight: 300px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	text-shadow; 1px 1px opx #cccccc;	
	border-bottom: 1px dashed #cccccc;
    }
 
  
#artikeltext{ 
  	font-family: arial, sans-serif;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400px;
   }
  
footer{ 
  	text-align:center;
  	font-family: arial, sans-serif;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400px;
   }
#artikel{ 
	font-family: 'oswald', arial, sans-serif;
	font-size: 12px;
	font-weight: 300px;
	line-height: 18px;
	color: #fff;
 } 	
 	
 
/*********** layout ***********/
#wrapper{ 
	width: 1050px;
	margin: 0px auto;
	}
#hauptheader{ 
	width: 1050px;
	height: 170px;
	float:left;
	background: #244AD6;
    }
#headerbild{ 
	background:url('../bilder/headerbild.png');
	background-repeat:no-repeat;	
 	width: 1050px;
	height: 170px;
	float:left;
    }

#breadcrumb{ 
	width: 1050px;
	height: 40px;
	background: #244AD6;
	float:left;
    }
	
#section-wrapper{ 
	width: 1050px;	
	float:left;
	background: rgb(97,167,237); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(97,167,237,1) 0%, rgba(0,102,237,1) 5%, rgba(0,102,237,1) 95%, rgba(97,167,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,167,237,1)), color-stop(5%,rgba(0,102,237,1)),      
    color-stop(95%,rgba(0,102,237,1)), color-stop(100%,rgba(97,167,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(97,167,237,1) 0%,rgba(0,102,237,1) 5%,rgba(0,102,237,1) 95%,rgba(97,167,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(97,167,237,1) 0%,rgba(0,102,237,1) 5%,rgba(0,102,237,1) 95%,rgba(97,167,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(97,167,237,1) 0%,rgba(0,102,237,1) 5%,rgba(0,102,237,1) 95%,rgba(97,167,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(97,167,237,1) 0%,rgba(0,102,237,1) 5%,rgba(0,102,237,1) 95%,rgba(97,167,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a7ed', endColorstr='#61a7ed',GradientType=0 ); /* IE6-9 */
    }

#sidebar{ 
	width: 210px;
	float:left;
	margin-top: 25px;	
	background: #244AD6;
    }
	 
#content{ 
	width: 800px;
	min-height: 600px;
	max-height: 100%;
	float:left;
	padding: 20px;
    }

footer{ 
	background: #244AD6;
	width: 1050px;
	height: 40px;
	float:left;
    }

	/********* oben-navi *********/
	
#navi-oben .menu li h3{
	width: 173px;
	display: block;
	float:left;
		
	font-family: 'oswald', arial, sans-serif;
	font-size: 16px;
	font-weight: 300px;
	line-height: 0px;
	text-align: center;
	color: #FCFC3A;
	text-decoration: none;
	text-shadow; 1px 1px opx #cccccc;		
	}

#navi-oben .menu{
	list-style-type: none;
	width: 1050px;
	}
	
	
#navi-oben .menu li {
	width: 173px;
	height: 30px;
	display: block;
	float:left;
		
	font-family: 'oswald', arial, sans-serif;
	font-size: 16px;
	font-weight: 400px;
	line-height: 30px;
	text-align: center;
	color: #EBF91D;
	text-decoration: none;
	text-shadow; 1px 1px opx #cccccc;	
	border-left: 1px solid #cccccc;
	
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all ms 400ease-in;
	-ms-transition: all ms 400ease-in;
	-o-transition: all ms 400ease-in;
	transition: all 400ms ease-in;
	}

#navi-oben .menu li a{
	width: 173px;
	height: 30px;
	display: block;
	float:left;
		
	font-family: 'oswald', arial, sans-serif;
	font-size: 16px;
	font-weight: 400px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-shadow; 1px 1px opx #cccccc;	
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all ms 400ease-in;
	-ms-transition: all ms 400ease-in;
	-o-transition: all ms 400ease-in;
	transition: all 400ms ease-in;
	}

#navi-oben .menu li:first-child a{
	border-left: none;
	width: 174px;
	}
	
#navi-oben .menu li:last-child a{
	border-left: none;
	width: 174px;
	}
	
#navi-oben .menu li a:hover{
	background-color: rgba(64, 150, 238, 0.5);
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all ms 400ease-in;
	-ms-transition: all ms 400ease-in;
	-o-transition: all ms 400ease-in;
	transition: all 400ms ease-in;
	}

/********* sidebar-navi *********/
	
#sidebar .menu{
	list-style-type: none;
	width: 170px;
	}
	
#sidebar .menu li {
	width: 170px;
	height: 36px;
	display: block;
	float:left;	
	font-family: 'oswald', arial, sans-serif;
	font-size: 16px;
	font-weight: 400px;
	line-height: 36px;	
	text-indent: 20px;
	color: #EBF91D;
	text-decoration: none;		
	text-shadow: 1px 1px opx #000000;	
	border-bottom: 1px dashed #cccccc;
	}
	
#sidebar .menu li a{
	width: 170px;
	height: 36px;
	display: block;
	float:left;
	
	font-family: 'oswald', arial, sans-serif;
	font-size: 16px;
	font-weight: 400px;
	line-height: 30px;	
	text-indent: 0px;
	color: #fff;
	text-decoration: none;		
	text-shadow: 1px 1px opx #000000;	
	border-bottom: 1px dashed #cccccc;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all ms 400ease-in;
	-ms-transition: all ms 400ease-in;
	-o-transition: all ms 400ease-in;
	transition: all 400ms ease-in;
	}
	
#sidebar .menu li a:hover{
	background-color: rgba(64, 150, 238, 0.5);
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all ms 400ease-in;
	-ms-transition: all ms 400ease-in;
	-o-transition: all ms 400ease-in;
	transition: all 400ms ease-in;
	}