﻿/************************************************************************************************************************************************
* @author      Ulrich Glombitza
* @package     Joomla3.x
* @subpackage  Schrebitzer Heimatverein e.V.
* @link        https://media-service.biz/
* @email       u.glombitza@media-service.biz
* @copyright   Ulrich Glombitza
*
* Schrebitzer Heimatverein e.V.
* Copyright (C) Ulrich Glombitza
**/

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

* {
	margin:0;
	padding:0;
}

html {
  margin:0px;
}

body {
	background: #477C22;  /*#fafffa; /*#477C22 - #f9fff9*/
}

/*********************** SCHRIFT *********************************
*****************************************************************/

body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	text-align: justify;
}

h1 {
	text-align: center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14pt;
	color:#173600;
  	font-weight: bold;
}

h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11pt;
	text-align: center;	
	color:#173600;
	/*margin-bottom:30px;*/
}
footer {
	font-size:6pt;
	text-align: center;	
	line-height:20px;
}

#inhaltsfooter {
	font-size:7pt;
	text-align:center;
}

p {
	font-size:10pt;
	text-align:justify;
	margin:0px;
	padding:0px;
}

p.top {
	font-size:10pt;
  	text-align:center;
}

p.footer {
	font-size:8pt;
  	text-align:center;	
	margin:0px;
	padding:0px;
}

table {
  font-size:10pt;
}

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

#wrapper {
	width:1050px;
	margin:0px auto;
	/*border: 1px solid #B50000;*/
}

header {
	background:url(../images/headerbild2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ccc;
	width:1050px;
	height:269px;
	float:left;
	margin-bottom:10px;
	/*border: 1px solid #497B22;*/
	border: 1px solid #ffe;
	box-shadow: 0px 0px 20px rgba(32, 32, 32, 1); /*128*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#unten {
	background:#ffffef;
	width:1050px;
	float:left;
	margin-bottom:30px;
	/*border: 1px solid #497B22;*/
	box-shadow: 0px 0px 20px rgba(32, 32, 32, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

hr {
     width: 95%;
  	 height: 1px;
  	 margin: 0 auto;
     margin-bottom: 15px;
  	 color: #173600;
}

a {  
	color:#173600; /*497B22;*/
	text-decoration:none;
	font-weight:bold;
	text-shadow: none;	
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
}

a:hover {  
	text-decoration:underline;
	text-shadow: 4px 3px 5px #888;	
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
}

nav.hornavigation {
	list-style-type:none;
	width:1048px;
	height:29px;
	background: #173600; /*497B22;*/
	float:left;
	border-top: 1px solid #ffe;
	/*border: 1px solid #555;*/
	text-align:center;
	margin-bottom:20px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#breadcrumb {
    padding: 0px;
    margin: 3px;
	width:1050px;
	height:25px;
	float:left;
    list-style: none;
	font-size: 8pt;
}

#breadcrumb ul:before {
  content: "Sie befinden sich hier: ";
}

ul.breadcrumb li {
    margin: 3px;
    display: inline;
}

#section-wrapper {
	width:1050px;
	float:left;
	min-height:400px;
	/*border: 1px solid #555;*/
}

#content {
    overflow: hidden;
	/*width:800px;
	float:left;*/
	padding:20px;
}

.bild {
  	float:left;
	padding:25px;
}

img.mSchatten {
	box-shadow: 7px 7px 4px rgba(128, 128, 128, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

p {
	margin:5px;
	padding:5px;
}

/*
p.artikel {
	margin:15px;
	padding:15px;
}
*/

h1 {
	margin-top:5px;
	margin-bottom:15px;
	text-shadow: 3px 3px 3px #ccc;
}

article {
	text-align:justify;
}

.startseite {
	float:left;
	text-align:center;
}

table {
  width:80%;
    margin-left: auto;
    margin-right: auto;
  border: 1px solid black;
  /*padding:5px;*/
}

td.links {
  width:15%;
  border: 1px solid black;
  margin:5px;
  padding:5px;
  text-align:center;
}

td.rechts {
  width:85%;
  border: 1px solid black;
  margin:5px;
  padding:5px;
}

td {
  border: 1px solid black;
  padding:2.5px;
}

#inhaltsfooter {
	clear:both;
}

footer {
	width: 1050px;
}

/*********************** NAVIGATION OBEN ************************
*****************************************************************/

nav.hornavigation ul {
	list-style-type:none;  
}

nav.hornavigation {
	list-style-type:none;
	width:1050px;
	margin: 0px 0px 0px 0px;
}

nav.hornavigation li a {
	/*width:149px;*/
	width:174px;
	height:29px;
	display:block;
	border-left: 1px solid #ffe;
	float:left;
	color: #ffffef; /*E5FED1; /*FAF8DA;*/
	
	font-size: 14px;
	font-weight: normal;
	text-align:center;
	text-decoration:none;
	line-height:28px;
	text-shadow: 1px 1px 2px #333;
	
	-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;
}

nav.hornavigation li:last-child a {
	border-right: 1px solid #ffe;
	/*width:148px;*/
	width:173px;
}

nav.hornavigation li a:hover {
	height:28px;
    border-bottom: 1px solid #173600;
	background-color:#ffffef; /*E5FED1; /*CBFEA3; /*8FBD6B;*/
	font-weight:bold;
	color: #173600; /*497B22;*/
	text-decoration:underline;
	text-shadow: 4px 3px 5px #888;
	
	-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;
}

nav.hornavigation ul:after {
	content: "";
    clear: both;
    display: block;
}

nav.hornavigation ul li {
	float: left;
}

/*   ########### submenü ##########   */

nav.hornavigation ul ul {
	/*width:149px;*/
	width:174px;
	list-style-type:none;
	display:none;
	position: absolute;
}

nav.hornavigation ul li:hover > ul {
	display: block;
}

nav.hornavigation ul ul li {
    clear:both;
	position: relative;
  	top:30px;
}

nav.hornavigation ul ul li a {
	background-color:#173600; /*497B22;*/
	color:#ffc;
	text-decoration:underline;
	text-shadow: 1px 1px 2px #333;
	
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;	
}

nav.hornavigation ul ul li a:hover {
	/*width:148px;*/
	width:173px;
    border-left: 1px solid #173600;
    border-right: 1px solid #173600;
}

nav.hornavigation ul ul li:last-child a {
	/*width:149px;*/
	width:174px;
    border-bottom: 1px solid #173600;
}

nav.hornavigation ul ul li:last-child a:hover {
	/*width:148px;*/
	width:173px;
    border-right: 1px solid #173600;
    border-bottom: 1px solid #173600;
}

/*********************** BREADCRUMB *****************************
*****************************************************************/

#breadcrumb a{
	color: #000000;
	font-family: 'Arial';
	font-size: 8pt;
	text-decoration:none;
}

#breadcrumb a:hover{
	text-decoration:underline;
}

