/**
 * @author      Christian Schuelling
 * @package     Joomla!
 * @subpackage  HTML5 Mustertemplate
 * @link        http://whykiki.de
 * @email       info@whykiki.de
 * @copyright   Christian Schuelling
 *
 * HTML5 Mustertemplate
 * Copyright (C) 2012 Christian Schuelling
 *
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/


*{
	margin: 0px;
	padding: 0px;
}

html, body{
  background: #FFF;
  height: 1050px;
}

/* ************************** TYPO ****************************
*****************************************************************/

 body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}

p{
	margin-top: 20px;
}

code{
	font-size: 11px;
	color: #666;
	display:block;
	
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 1%, rgba(204,204,204,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(204,204,204,1)), color-stop(50%,rgba(204,204,204,1)), color-stop(50%,rgba(255,255,255,1)), 	color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	background-size: 36px 36px;

	border: 1px solid #333;
}


#artikeltext p:first-child{
	margin-top: 0px;
}

h1 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 40px;
	position: absolute;
	top: 45px;
	right: 520px;
	font-weight: 700;
	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;
}

h4 {
	font-family: 'Oswald', Arial, sans-serif;
	position: absolute;
	top: 100px;
	right: 480px;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
}

#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: 230px;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	border-bottom: 1px #CCC;
}

#breadcrumb a{
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	line-height: 43px;
	margin-left: 30px;
}

#breadcrumb a:hover{
	text-decoration:underline;
}

#artikeltext{
	line-height: 18px;
}


/* ************************** LAYOUT ****************************
*****************************************************************/

#wrapper{
  width: 1050px;
  margin: 0 auto;
  min-height: 1050px;
  height:auto !important;
  height:1050px;
  overflow: hidden !important; /* FF Scroll-leiste */ 
}

#main-header{
  width: 1050px;
  height:330px;
  float:left;
}

#main-navigation{
	width: 1050px;
	height: 42px;
	float:left;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#ffffff), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	
	border-bottom: 1px solid #CECED1;
}

#headerbild{
	background:url(../images/headerbild.png);
	background-repeat:no-repeat;
	width: 1050px;
	height: 287px;
	float:left;
}

#breadcrumb{
	width: 1050px;
	height: 42px;
	background: #363636;
	border-top: 1px solid #CDCDCD;
	float:left;
}

#section-wrapper{
	width: 1050px;
	
	background:url(../images/content.png);
	background-repeat: repeat-y;
	
	background: -moz-linear-gradient(left, #7e7e7e 0px, #7e7e7e 230px, #666666 230px, #666666 1050px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0px,#7e7e7e), color-stop(230px,#7e7e7e), color-stop(230px,#666666), color-stop(1050px,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #7e7e7e 0px,#7e7e7e 230px,#666666 230px,#666666 1050px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #7e7e7e 0px,#7e7e7e 230px,#666666 230px,#666666 1050px); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #7e7e7e 0px,#7e7e7e 230px,#666666 230px,#666666 1050px); /* IE10+ */
	background: linear-gradient(left, #7e7e7e 0px,#7e7e7e 230px,#666666 230px,#666666 1050px); /* W3C */
	
	float:left;
}

#sidebar{
	width: 230px;
	float:left;
	margin-top: 25px;
}

#content{
	width: 780px;
	padding: 20px;
	float:left;
}

footer{
    text-align: center;
	line-height: 43px;
	font-size: 10px;
    width: 1050px;
	height: 42px;
	background: #363636;
	border-top: 1px solid #CDCDCD;
	float:left;
}
	

/* ************************** NAVIGATION ************************
*****************************************************************/

#main-navigation .menu{
	list-style-type: none;
	width: 1050px;
}

#main-navigation .menu li a{
	width: 173px;
	height: 42px;
	display: block;
	float:left;
	
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	
	text-shadow: 1px 1px 0px #000000;
	
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	
	webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}


#main-navigation .menu li:first-child a{
  	border-left: none;
	width: 174px;
}

#main-navigation .menu li:last-child a{
  	border-right: none;
	width: 174px;
}

#main-navigation .menu li a:hover{
	background-color: rgba(51, 51, 51, 0.3);
	
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}

/* ************************** SUB-NAVIGATION ************************
*****************************************************************/

#sidebar .menu{
	list-style-type: none;
	width: 230px;
}

#sidebar .menu li a{
	width: 230px;
	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: #FFF;
	text-decoration: none;
	
	text-shadow: 1px 1px 0px #000000;
	
	border-bottom: 1px dashed #CCCCCC;
	
	webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}


#sidebar .menu li a:hover{
	background: #CCCCCC;
	
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}