/**
 * @author      Jens Frei
 * @package     Joomla!
 * @subpackage  SSG-Template
 * @link        http://werbestudio-frei.de
 * @email       info@erbestudio-frei.de
 * @copyright   Jens Frei
 *
 * Sortimo Station Gerstetten Template
 * Copyright (C) 2016 Jens Frei
 *
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/


*{
	margin: 0px;
	padding: 0px;
}

html, body{
  background:url(../images/bg.png);
  height: 1050px;

}

/* ************************** TYPO ****************************
*****************************************************************/

 body{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

p{
	margin-top: 20px;
}

code{
	font-size: 11px;
	color: #FFFFFF	display:block;

	background: rgb(255,255,255); /* Old browsers */


background-size: 36px 36px;

border: 1px solid #333;
}


#artikeltext p:first-child{
	margin-top: 0px;
}

h1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 40px;
	text-align:center;
	font-weight: 700;
	line-height: 200px;
	color: #FFFFFF;

}

h2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
}

#sidebar h3 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
	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:  Lucida Sans Unicode, Lucida Grande, 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: 30px;
	color: #FFF;
}

footer{
	text-align: center;
	line-height: 43px;
	font-size: 15px;
}



/* ************************** LAYOUT ****************************
*****************************************************************/

#wrapper{
  width: 1050px;
  margin: 0 auto;
  min-height: 1050px;
  height:auto !important;
  height:1050px;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  overflow: hidden !important; /* FF Scroll-leiste */
}

#main-header{
  width: 1050px;
  float:left;
  background: #000000;
}

#headerbild{
	background:url(../images/headerbild_bunt.jpg);
	background-repeat:no-repeat;
	width: 1050px;
	height: 274px;
	float:left;
}

#main-navigation{
	width: 1050px;
	height: 50px;
	float:left;
	background: #010101; /* Old browsers */

    border-top: 1px solid #CECED1;
	border-bottom: 1px solid #CECED1;
}

#breadcrumb{
	width: 1050px;
	height: 450px;
	background: #000000;
	border-top: 1px solid #CDCDCD;
	float:left;
}

#section-wrapper{
	width: 1050px;

	background:#000000;
	background-repeat: repeat-y;


	float:left;
}

#sidebar{
	width: 230px;
	float:left;
	margin-top: 25px;
}

#content{
	width: 700px;
	padding: 20px;
	float:left;
}

footer{
	width: 1050px;
	height: 42px;
	background: #000000;
	border-top: 1px solid #CDCDCD;
	float:left;
}


/* ************************** NAVIGATION ************************
*****************************************************************/

#main-navigation .menu{
	list-style-type: none;
	width: 1050px;
}

#main-navigation .menu li a{
	width: 261px;
	height: 50px;
	display: block;
	float:left;

	font-family:  Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	text-align:center;
	color: #FFF;
	text-decoration: none;

	text-shadow: 1px 1px 0px #030303;

	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: 261px;
}

#main-navigation .menu li:last-child a{
  	border-right: none;
	width: 261px;
}

#main-navigation .menu li a:hover{
	background-color: rgba(199, 199, 199, 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:  Lucida Sans Unicode, Lucida Grande, 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-color: rgba(0, 0, 0, 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;
}