/**
* @author Robert Schuerer
* @email  robert_schnuerer@web.de

* HTML5 Mustertemplate
* Copyright (C) 2015 Robert Schnuerer
**/


/* *********************** ALLGEMEINE FORMATIERUNGEN ****************
*********************************************************************/

*{
	margin: 0px;
	padding: 0px;
}

html, body{
	background: #FFF;
}

/************************* TYPO ***********************
*********************************************************************/
@font-face {
font-family: Oswald;
src: url("../fonts/oswald/Oswald-Regular.ttf");
font-style: normal;
font-weight: 400;
}

@font-face {
font-family: Oswald_Bold;
src: url("../fonts/oswald/Oswald-Bold.ttf");
font-style: normal;
font-weight: 700;
}

/************************* TYPO ***********************
*********************************************************************/
body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

p{
	margin-top: 20px;
}

#artikeltext p:first-child{
	margin-top: 0px;
}

#artikeltext{
	line-height: 18px;
}

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(to bottom, 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='#666666', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	background-size: auto 36px; /* breite in diesem Fall nicht wichtig: auto; Höhe: 36px*/
	border: 1px solid #333;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald_Bold', Verdana, Arial, sans-serif;
}

h1{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	line-height: 200px;
	text-shadow: 1px 1px 0px #000;
}

h2{
	font-size: 24px;
	font-weight: 700; 
	text-shadow: 1px 1px 0px #000;
}

#sidebar h3{
	font-size: 20px;
	font-weight: 700;
	text-shadow: 1px 1px 0px #000;
	display: block;
	background: #999;
	width: 230px;
	height: 30px;
	text-indent: 20px;
	line-height: 30px;
	border-bottom: 1px solid #CCC;
}

h4{

}
#breadcrumb a{
	font-family: 'Oswald', Verdana, 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;
}

footer{
	text-align: center;
	line-height: 43px;
	font-size: 10px;
}

/* *********************** LAYOUT ****************
*********************************************************************/
#wrapper{
	width: 1150px;
   margin: 0px auto;
}

#main-header{
	width: 100%;
	height: 330px;
	float: left;
}

#main-navigation{
	width: 100%;
	height: 42px;
	float: left;

	border-bottom: 1px solid #BEBEC1;
}

.navbutton{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,ffffff+100 */
	background: #666; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#headerbild{
	width: 100%;;
	height: 287px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe */
	background: #b3dced; /* Old browsers */
	background: -moz-linear-gradient(left,  #29b8e5 0%,#b3dced 50%,#29b8e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#29b8e5), color-stop(50%,#b3dced), color-stop(100%,#29b8e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #29b8e5 0%,#b3dced 50%,#29b8e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #29b8e5 0%,#b3dced 50%,#29b8e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #29b8e5 0%,#b3dced 50%,#29b8e5 100%); /* IE10+ */
	background: linear-gradient(to right,  #29b8e5 0%,#b3dced 50%,#29b8e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=1 ); /* IE6-9 */
	float: left;
	-webkit-box-shadow:inset 0 0 3px 5px #1C7F9E;
	box-shadow:inset 0 0 3px 5px #1C7F9E;
}

#breadcrumb{
	width: 100%;
	height: 43px;
	background: #363636;
	border-top: 1px solid #cdcdcd;
	float: left;
}

#section-wrapper{
	width: 100%;
	float: left;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+34,ffffff+34 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(left,  #7e7e7e 230px, #666 230px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(230px,#7e7e7e), color-stop(230px,#666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #7e7e7e 230px, #666 230px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #7e7e7e 230px, #666 230px); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #7e7e7e 230px, #666 230px); /* IE10+ */
	background: linear-gradient(to right, #7e7e7e 230px, #666 230px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#666',GradientType=1 ); /* IE6-9 */
}

#sidebar{
	width: 230px;
	float: left;
	margin-top: 25px;
}

#content{
	width: 880px;  /*wird von JavaScript überschrieben*/
	float: left;
	padding: 20px;
}

footer{
	width: 100%;
	height: 43px;
	background: #363636;
	border-top: 1px solid #cdcdcd;
	float: left;
}

/* *********************** NAVIGATION ********************
*********************************************************************/
#main-navigation .menu{
	list-style-type: none;
	width: 100%;
	margin: 0px;	
}

#main-navigation .menu li a{
	width: 173px; /*wird von JavaScript überschrieben*/
	height: 42px;
	display: block;
	float: left;

	font-family: 'Oswald', Verdana, Aria, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	text-decoration: none;

	text-shadow: 1px 1px 0px #000;

	border-right: 1px solid #ccc;
	border-left: 1px solid #666;

	-webkit-transition: background 500ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-ms-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
}

#main-navigation .menu  li a:hover{
	background: rgba(51,51,51,0.3);
	-webkit-transition: background 500ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-ms-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
}

/* *********************** SUB-NAVIGATION ********************
*********************************************************************/
#sidebar .menu{
	list-style-type: none;
	width: 100%;	
}

#sidebar .menu li a{
	width: 100%;
	height: 36px;
	display: block;
	float: left;

	font-family: 'Oswald', Verdana, Aria, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	text-indent: 30px;
	color: #FFF;
	text-decoration: none;

	text-shadow: 1px 1px 0px #000;

	border-bottom: 1px dashed #CCC;

	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}

#sidebar .menu li a:hover{
	background: #CCC;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}


/* *********************** TABLE-DESIGN ********************
*********************************************************************/
table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
table caption {
	font-family: 'Oswald_Bold', Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
}
table, th, td {
    border-collapse: collapse;
}
table th {
    color: #fff;
    background-color: black;
}
table tr:nth-child(even) {
   background-color: #eee;
	white-space: nowrap;
}
table tr:nth-child(odd) {
    background-color: #fff;
	white-space: nowrap;
} 
table th, table td {
    padding: 5px;
    text-align: left;
}
