/**
	*@author	Lukas Meissner
	*@package 	Joomla!
	*@subpackage	HTML5
	*@link		lukas-meissner.de	
	*@email		lukas_meissner@web.de
	*@copyright 	Lukas Meissner 2014
	*
	*
**/

/******************** ALLGEMEINE FORMATIERUNG ******************
***************************************************************/

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


html, body{
	background: #161618
}


/******************** TYPO *************************************
***************************************************************/

body{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
}

hr{
	width: 900px;
	color: #FFF;
}

h1{ /** Überschrift momentan nicht Verwendet 
	Überschrift im Headerbild**/
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	line-height: 200px;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
}

h2{ /** Überschrift momentan Verwendet 
	Überschrift im Artikel**/
	font-size: 24px;
}

h2 a{ 
	text-decoration: none;
	color: #FFF;
	font-size: 24px;
}

h2 a:hover{ 
	text-decoration: underline;
	
}

h4{ /** Überschrift momentan Verwendet 
	Überschrift im Artikel**/
	font-size: 16px;
}


/******************** LAYOUT ***********************************
***************************************************************/

#wrapper{
	width: 1050px;
	margin: 0px auto;
}


#breadcrump{
	height: 42px;
	width: 1050px;
	background: #363636;
	border-top: 1px solid #CDCDCD;
	float: left
}

#section-wrapper{
	width: 1050px;
	float: left;	
	background: #161618;
}

#content{
	width: 900px;
	float: left;
	padding: 0px;	
}

#blog{
	margin: 75px;
	width: 900px;	
}


#content-owerview{
	width: 1050px;
	text-align: center;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	
}

#artikel-links a{ 
	text-decoration: none;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

#artikel-links a:hover{ 
	text-decoration: underline;
	
}




/******************** NAVIGATION *******************************
***************************************************************/


.navigation-pic{ 
	position: relative;
	height: 300px;
	width: 450px;
	float: left;
	
}


.navigationDescription{ 
	visibility: hidden;
	position: absolute;
	top: 100;
	bottom: 0;
	left: 100;
	right: 0;
	color: #FFF;
	background: #CDCDCD;
	opacity: 0;
	font-size: 24px;
}


.navigation-pic:hover .navigationDescription{ 
	visibility: visible;
	opacity: 1;
		}



/******************** FOOTER NAVIGATION ************************
***************************************************************/




