/*
# ###########################################
# @Description: CSS für alle Seiten
# @Version 3.0
# @Date: 26.03.2022
# @Author: H. Kappus
# ###########################################
*/

/* Allgemeine Festlegungen */
body {
    background-color: none;
    color: #666666;
	 	font-size: 19px;
		line-height: 24px;
  	font-family: Arial,Helvetica,sans-serif;
  	font-weight: normal;
  	 text-shadow: 0px 0px 0px #990000;
    margin: 0;
    padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
/*    background-image: url(/img/umrandung.jpg);
	    background-repeat:repeat-x;
*/
  }

/*  Seitenlayout */
b1 {
	text-decoration: none;
	font-weight:bold;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 2px 2px 0px #990000;
	padding-left: 0px;
}

b2 {
	text-decoration: none;
	font-weight:bold;
    color: #660000;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 0px 0px 0px #990000;
	padding-left: 0px;
}
b3 {
	text-decoration: none;
	font-weight:normal;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 1px 1px 0px #990000;
	padding-left: 0px;
}
b4 {
	text-decoration: none;
	font-weight:normal;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 0px 0px 0px #990000;
	padding-left: 0px;
}
b5 {
	text-decoration: none;
	font-weight:normal;
    color: #660000;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 0px 0px 0px #990000;
	padding-left: 0px;
}
div#bg-index {
		background-image:url(../img/js_background_index.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-referenzen {
		background-image:url(../img/js_background_referenzen.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-infos {
		background-image:url(../img/js_background_infos.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-datenschutz {
		background-image:url(../img/js_background_datenschutz.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#Page {
	position:relative; top:0px;
		text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    margin-top: 0px;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    min-height: 1600px;
    padding: 0px;
    border: 0px dashed black;
   /* background-image: url(/img/background.png); */
    background-repeat:repeat-y;
  }
div#Row1 {
  	position:relative; top:0px;
		text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 60px 0 60px;      /* standardkonforme horizontale Zentrierung */
    margin-top: 0px;      /* standardkonforme horizontale Zentrierung */
    width: 680px;
    height: 194px;
    padding: 0px;
    border: 0px dashed black;
  }

div#Row2 {
  	position:relative; top:-83px;
		text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 60px 0 60px;      /* standardkonforme horizontale Zentrierung */
    width: 680px;
    padding: 0px;
    border: 0px;
  }

div#Left {
    float: left;
    font-size: 1em;
    width: 680px;
    margin: 0 20px 0 0;
    padding: 0;
    /* border: 0px dashed silver; */
  }
div#Right {
    float: left;
    margin-left: 0px;
    font-size: 1em;
    width: 250px;
    min-height: 500px;
    margin: 0 0 0 0;
    padding: 0;
  }

/* Navigations + Seiteninhalte elemente */

div#NaviMain {
  	position:relative; top:40px; 
    margin: 0 0 0 0px;
    /* width: 260px; */
    float: left;
    padding: 0;
    color: #FFFFFF;
		text-shadow: 2px 2px #666666;
    border: 0px dashed black;
  }
div#Content {
    margin: 0;
  	position:relative;
  	top:0px;
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    width: 680px;
    min-height: 500px;
    overflow:hidden;
    overflow:scroll;
    overflow:auto;
    border: 0px;
  }
div#NaviMainStart {
		float: left; 
		margin-left: 202px; 
}
div#Datenschutz {
		clear: both; 
		margin-left:198px;
}