
/* rot: 750013 ,  dgrau e2dfdd, */
html, body {
  	 height: 100%; /* wichtig */
}

body {
	text-align: center;  /* Zentrierung im Internet Explorer */
	margin: 0px; padding: 0; 
	background-color: #750013;
}
/*Basisschriftgröße 	background-color: #750013;
____________*/
body, td p a{
}
/*headlines_____________*/
h1, .h1 {
	font-size: 1.3em;
	color: gray;
	font-family:  Verdana, Helvetica, sans-serif;
	font-weight: lighter;
	text-indent:0px;
}
h2, .h2 {
	font-size: 1em;
	font-weight: bold;
	display:inline;
	color: #666666;
}
.a1, .a2, .a3, .a4, .a5, .a6, .a7   {
	font-size: 2em;
	/*font-weight: bold;*/
	display:inline;
	line-height: 2.6em;	
}
.a1 {
	font-size: 1em;
	color: grey;
}
.a2 {
	font-size: 1.4em;
	color: #ffbc00;
}
.a3 {
	font-size: 1.5em;
	color: #00aa00;
}
.a4 {
	font-size: 1.6em;
	color: #5d7cbc;
}
.a5 {
	font-size: 1.8em;
	color: #986434;
}
.a6 {
	font-size: 1.8em;
	color: #76a970;
}
.a7 {
	font-size: 1.8em;
	color: #000000;
}

/*mousover f¸r normale Textlinks-------76a970---------*/

a:active { color: black; text-decoration:none;}
a:visited { color: black; text-decoration:none;}
a:link { color: black; text-decoration:none;}
a:hover { color: #990000; text-decoration:none;}

/*----------------------------*/
#background {
  	height: 848px;
	background-repeat: no-repeat;
	background-position:top;
}
#box{
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  	height: 1px;
	width: 62em;
	border: 1px solid #750013;
}


#header {
	margin-top:4em;
	margin-left: 11em;
	height:4em;
	background-color: #e2dfdd;
    padding-left:1.5em;
    padding-top:1em;

}
#kasten {
 	font-size: 0.6875em;/*11px*/
	line-height: 1.4em;	
	color: black;
	font-family:  Verdana, Helvetica, sans-serif;
	position: relative;
}

#contenttext {
    margin-left:18em;
    padding-top:2em;
    padding-right:2em;
    height:38em;
    width:50em;
    overflow:auto;
    
}
html>body #contenttext {/*---richtiger Wert fuer alle anderen--------------------------*/
}
/*---------------------------------*/


#kastenbild {
	background-repeat: no-repeat;
	background-position:bottom right;
	height:100%;
}


#fussbereich {
	margin-left:0em;
	margin-right:0em;
	width:62em;
/*----------	background-color: white;
-----------------------*/
}
#fusstext {
 	font-size: 0.6875em;/*11px*/
	line-height: 1.4em;	
	color: white;
	font-family:  Verdana, Helvetica, sans-serif;

	width:14.2em;
	height:6em;
	float:right;
	padding-left:1em;
	padding-top:1em;
}
html>body #fusstext {/*---richtiger Wert fuer alle anderen--------------------------*/
	width:19.4em;
}
#clear {
	clear:both;
}


/*-----------------------------------------------------------*/
/*Menuefeld*/
#menu {
	float:left;
	text-align:left;
	width: 16em;/*---falscher Wert fuer IE PC--------------------------*/
	height:32em;
	padding-top:10em;
}
html>body #menu {/*---richtiger Wert fuer alle anderen--------------------------*/
    width:16em;
}
/*-----------------------------*/
ul.menuMain {
	font-size:1em;
	list-style:none;
	margin:0;
	padding-left:0;
}
/*-----------------------------*/
a.menu, a.menuAct {
	display: block;
	text-decoration: none;
	line-height: 2em;
	padding: 0em 0.2em 0em 2em;
}
/*-----------------------------*/
a.menu, a.menu:visited {
	color: black;
}
/*-----------------------------*/
a.menu:hover, a.menuAct {
	color:red;
	background-color:#E1E1D9;
}
/*-----------------------------------------------------------*/
/*Menuefeldinnen*/
ul.submenu {
	list-style: none;
	margin: 0;
	padding-left:0;
}
/*-----------------------------*/
a.submenu, a.submenuAct {
	display: block;
	text-decoration: none;
	line-height: 2em;
	padding: 0em 0.2em 0em 3em;
}
/*-----------------------------*/
a.submenu, a.submenu:visited {
	color: #904B2D;
}
/*-----------------------------*/
a.submenu:hover, a.submenuAct {
	color:black;
	background-image:url(img/submenue_hg.gif);
}



* html a.menuAct:hover, a.submenu:hover, a.submenuAct:hover { /* ie win */
	color: black;
}

#sprache {
	padding-left:2em;
	padding-top:2em;
	border-top:1px solid #d1d1d1;
}
#sprache a:active { color: white; }
#sprache a:visited { color: white; }
#sprache a:link { color: white; }
#sprache a:hover { color: white; }

