 

/*html
{
	background:linear-gradient(#275EA5, #5688C9) no-repeat;
	background-size: 100% auto;
	min-height: 100%; 
}*/

article 
{
	margin-left: 5em;
	width:100%;
	min-width: 16em;			/* Mindestbreite (der Überschrift) verhindert Anzeigefehler in modernen Browsern */
}

body 
{
	height:100%;
	margin:0;
	padding:0;
	font-size:10pt; 
	font-family: sans-serif;
	color: #333333;
	padding: 8em 0 3em; 
/*	margin-left: 20em;*/			/* Content Start links - Bei Mobile weg... */
	max-width: 75%;				/* Content Breite */
}

Content 
{
	top:32%;
	height:80%;
	position:relative;
	overflow:auto;
	width:100%;
}

header, nav, section, footer {display: block;}

header 
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height:8%;
	text-align: center;
	padding: 10px;
	background-color:#96B269;
/*  background:url('../img/bg-top.png') top center repeat-x;*/
	border-bottom: 1px solid #d5d5d5;
}

html
{
	height:100%;
	margin:0;
	padding:0;
/*  overflow:hidden; */
}


footer 
{
	background-color:#96B269;
	position: fixed;
	padding: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	height:5%;
	width:100%;
	color:#FFFFFF;
	font-family: Arial,sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
/*  background:url('../img/bg-bottom.png') top center repeat-x;*/
}

FooterTab 
{
  width:100%;
}

/*body>#Content { position:fixed; }*/

main 
{
	display: block;
	background-color:#FFFFFF;
}

nav 
{
/*	position: fixed;	*/	/* Bei Mobile weg ... */
	top: 20;
	left: 0;
	width: 15em;
	padding: 0;
	border-color: #e7c157;
	border-radius: 0px 0.5em 0.5em;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	color:#5A4F30;
	text-decoration:none;
	text-transform: uppercase;
	background-color:#F0EFEB;
}

@media (min-width:768px){
body
{
	margin-left: 20em;
}
nav
{
	position: fixed;	
}
}

nav a 
{
	display: block;
	padding: 0.2em 10px;
	text-decoration: none;
	color:#5A4F30;
}

nav ul 
{
	padding: 0;
}

nav li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
}

nav ul a:link
{font-size:11pt;color:#5A4F30;text-decoration:none;text-transform:uppercase;}
nav ul a:active
{font-size:11pt;color:#5A4F30;text-decoration:none;text-transform:uppercase;}
nav ul a:visited
{font-size:11pt;color:#5A4F30;text-decoration:none;text-transform:uppercase;}
nav ul a:hover
{font-weight:bold;font-size:12pt;color:#5a4f30;text-decoration:none;text-transform:uppercase;}


/* -------------------------------- */


.bg_bottom
{
	background:url('../img/bg-bottom.png') top center repeat-x;
	height:50px;
	width:100%;
	position:relative;
	top:0;
	left:0;
}

.bg_top
{
	background:url('../img/bg-top.png') top center repeat-x;
	height:100px;
	width:100%;
	position:relative;
	top:0;
	left:0;
}

.bg_nav
{
	background:url('../img/menue_bg.png') left center repeat-x;
}

.button
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:8pt; 
	height:30px;
	padding:3px;
	margin:0px;
	border:1px solid Gray;
	text-align:center;
}

.button_border 
{
	height:17px;
	border:1px solid Gray;
}

.button_image
{
	vertical-align:top;
	height:30px;
	text-align:center;
}


.button_img
{
	text-align:center;
	border:0px solid;
	padding-left:5px;
	margin-top:3px;
}

.button_small
{
	text-align:center;
	font-size:7pt;
}

.button_tiny 
{
	height:17px;
	padding:1px;
	margin:0px;
	border: 0px solid Gray;
}

.error 
{
	font-size:1.1em;
	font-weight:bold;
	color:blue
}


.fancybox-custom .fancybox-skin 
{
	box-shadow:0 0 50px #222;
}


.logintable 
{
	border:solid 1px;
	font-size:8pt; 
	border-collapse:collapse;
}

.NavTab
{
	background-color:#F0EFEB;
}

.ohne_rahmen 
{
	width:100%;	
	border:0px solid;
}

.or 
{
	border:0px solid;
}


.table 
{
	border:solid 1px;
	font-size:8pt; 
	border-collapse:collapse;
}


.tabheader 
{
	font-size:8pt; 
	vertical-align:center;
	text-align:left;
	background-color:#B0C4DE;
	height:30px;
	border-bottom:2px solid white;
	border-right:1px solid white;
	padding-right:4px;
	padding-left:2px;
}


.td 
{
	padding:4px; 
/*	border-bottom:dotted black 1px; */
}


.textmsg_rot
{
	text-align:center;
	font-size:10pt;
	color:#FF0000; 
	width:63%;
}

.textHinweis_rot
{
	text-align:left;
	font-size:10pt;
	color:#FF0000; 
	width:63%;
}

.textmsg_rot_b
{
	font-weight:bold;
	text-align:center;
	font-size:10pt;
	color:#FF0000; 
	width:63%;
}

.textmsg_blau_b
{
	font-weight:bold;
	text-align:center;
	font-size:10pt;
	/*color:#FF0000;*/
	color:blue; 
	width:63%;
}

.textmsg_usr_blau_b
{
	font-weight:bold;
	text-align:left;
	font-size:10pt;
	/*color:#FF0000;*/
	color:blue; 
	width:63%;
}

.text_bold
{
	font-size:8pt;
	font-weight:bold;
}

.text_bold_gruen
{
	color:#008000; 
	font-size:8pt;
	font-weight:bold;
}

.text_bold_rot
{
	color:#FF0000; 
	font-size:8pt;
	font-weight:bold;
}

.text_content
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000000; 
	font-size:13pt;
	line-height: 1.2em;
	background-color:#FFFFFF;
/*	background:url('../img/Cont_Img.jpg') no-repeat center center fixed; /*scroll;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
}

.text_content_bold
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000; 
	font-size:13pt;
	line-height: 1.5em;
}

.text_footer
{
	clear:both;
	font-family: Arial,sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF; 
}

.text_label
{
	color:#000000; 
	font-size:12pt; 
	font-weight:bold;
}

.text_norm
{
	color:#000000; 
	font-size:8pt;
	padding:4px;
	padding-right:4px;
}

.text_norm_rot
{
	color:#FF0000; 
	font-size:8pt; 
}

.text_norm_gruen
{
	color:#008000; 
	font-size:8pt; 
}

.text_right
{
	text-align:right;
}

.text_schatten
{
	text-shadow:0.1em 0.1em #969696;
}

.text_small
{
	color:#000000; 
	font-size:7pt; 
}

.text_tabheader 
{
	font-size:8pt; 
	font-weight:bold;
/*	vertical-align:center;*/
	text-align:left;
	background-color:#B0C4DE;
	height:30px;
	border-bottom:2px solid white;
	border-right:1px solid white;
	padding-right:4px;
	padding-left:2px;
}

.text_tabheader20blue
{
	font-size:8pt; 
	font-weight:bold;
/*	vertical-align:center;*/
	text-align:left;
	background-color:#B0C4DE;
	height:20px;
	border-bottom:2px solid white;
	border-right:1px solid white;
	padding-right:4px;
	padding-left:2px;
}

.text_tabheader20red
{
	font-size:8pt; 
	font-weight:bold;
/*	vertical-align:center;*/
	text-align:left;
	background-color:#E9C7C4;
	height:20px;
	border-bottom:2px solid white;
	border-right:1px solid white;
	padding-right:4px;
	padding-left:2px;
}

.title 
{
/*	padding:4px; */ 
/*	font-family:arial;	verdana;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:15pt; 
	font-weight:bold;
	height:40px;
/*	vertical-align:bottom; */
	vertical-align:top;
}

.titletextnorm 
{
	padding:4px; 
	font-size:10pt; 
	vertical-align:top;
	text-align:left;
}

.unten_ohne  
{
	border-bottom:none
}

.width_button_bordero 	{width:  10px}

.width_10px			{width:10px;}
.width_15px			{width:15px;}
.width_20px			{width:20px;}
.width_30px			{width:30px;}
.width_40px			{width:40px;}
.width_50px			{width:50px;}
.width_60px			{width:60px;}
.width_70px			{width:70px;}
.width_80px			{width:80px;}
.width_90px			{width:90px;}
.width_100px		{width:100px;}
.width_110px		{width:110px;}
.width_120px		{width:120px;}
.width_130px		{width:130px;}
.width_140px		{width:140px;}
.width_150px		{width:150px;}
.width_160px		{width:160px;}
.width_170px		{width:170px;}
.width_180px		{width:180px;}
.width_190px		{width:190px;}
.width_200px		{width:200px;}
.width_240px		{width:240px;}
.width_250px		{width:250px;}
.width_270px		{width:270px;}
.width_280px		{width:280px;}
.width_300px		{width:300px;}
.width_350px		{width:350px;}
.width_360px		{width:360px;}
.width_380px		{width:380px;}
.width_400px		{width:400px;}
.width_420px		{width:420px;}
.width_450px		{width:450px;}
.width_500px		{width:500px;}
.width_520px		{width:520px;}
.width_550px		{width:550px;}
.width_600px		{width:600px;}
.width_610px		{width:610px;}
.width_button		{width:10px;}

.width_5pr			{width:5%;}
.width_8pr			{width:8%;}
.width_10pr			{width:10%;}
.width_15pr			{width:15%;}
.width_17pr			{width:17%;}
.width_20pr			{width:20%;}
.width_25pr			{width:25%;}
.width_30pr			{width:30%;}
.width_35pr			{width:35%;}
.width_32pr			{width:32%;}
.width_40pr			{width:40%;}
.width_50pr			{width:50%;}
.width_60pr			{width:60%;}
.width_60pr			{width:60%;}
.width_70pr			{width:70%;}
.width_75pr			{width:75%;}
.width_80pr			{width:80%;}
.width_85pr			{width:85%;}
.width_90pr			{width:90%;}
.width_99pr			{width:99%;}
.width_100pr		{width:100%;}

.wrapper
{
	margin-left: 0em;			/* Content Start links */
	max-width: 100%;			/* Content Breite */
}

