/* 
------------------------------------------------
Globale Definitionen BODY und HTML
------------------------------------------------
*/

body,html {
	 background-color:#FFCC33;
	 color:#777777;
    font-size: 100.01%;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    height:100%;
    margin: 0; 
    padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
		  
/* 
------------------------------------------------
Unsichtbarer Hauptcontainer
------------------------------------------------
*/
  
#window {
    position:relative;
	 background:#ffcc33;
	 background-image: url(fileadmin/tmpl/background.png);
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	margin-top: 40px;
    width: 1024px;
    padding: 0;
    height: 90%;
    border: 0px dashed silver;
}		  
		  
/* 
------------------------------------------------
Hintergrundbild als seitenfüllende Box für index.html
------------------------------------------------
*/
	
#background {
	background: #ffcc33 url("bg_80.jpg") no-repeat top; 
	width: 810px !important; /* intended total box width - padding-right(next) */  
	/* 20100905 zweite Footerzeile alt: height: 530px; */
	height: 540px; 
	padding-right: 0; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0 auto; /* use to position the box */
  
	}		  

#banner {
    position:absolute;
	top:21px;
	left:126px;
	height:104px;
	width:772px;
	margin:0;
	/*background: transparent url("banner_print.png") no-repeat top; */
	text-align:left;
	border: 0px dashed silver;
	overflow:auto;
}
	
	
a {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;}

a:link     {color: #000000;}
a:visited  {color: #000000;}
a:hover    {color: #CC0000;}
a:active   {color: #000000;}

h1 {
	font-size: 14px;
	font-weight:bold;
	margin:0;
	margin-bottom:5px;
}

h2 {
	font-size:12px;
	font-weight: bold;	
	margin:0;
	margin-bottom:5px;
}

h3 {
	font-size:12px;
	font-weight: normal;	
	margin:0;
	margin-bottom:5px;
}

#right {
	text-align:right;
}

p {
	font-size: 12px;
	text-align:justify;
	margin:0;
	margin-bottom:10px;
}

ul {
	list-style: circle;
	font-size:12px;
}

#topnav {
      position:absolute;
		margin:0;
		padding:0;
		top:-20px;
		right:115px;
      font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
      color:#CC0000;
      font-size:11px;
		text-align:right;
		height:20px;
      background:transparent;
}

a.topnav{ 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #CC0000;
	padding:5px;
	font-weight: normal;
	text-decoration: none;}

a:link.topnav     {color: #CC0000;}
a:visited.topnav  {color: #CC0000;}
a:hover.topnav    {color: #880606;}
a:active.topnav   {color: #CC0000;}


#content {
   position:absolute;
	top:190px;
	left:130px;
	height:300px;
	width:770px;
	margin:0;
	background:transparent;
	text-align:left;
	border: 0px dashed silver;
	overflow:auto;
}
#content p {
	margin-right:10px;
}

#content label{
display:block;
width:200px;
float:left;
}
#content input, #content textarea {
margin-bottom: 3px;
}

#indexbild {
	position:relative;
	margin:0;
	margin-right:20px;
}
#indextext {
	position:absolute;
	bottom:0px;
	right:0;
	margin:0;
	overflow:hidden;
}

div.profil {
	overflow:hidden;
	width:730px;
}

div.profil img {
	float:left;
	margin-right:15px;
}


#footer p{
	position:absolute;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #FAFAD3;
	font-size: 0.7em;
	font-weight: normal;
	text-align:center;
	width:790px;
	left:115px;
	top:510px;
	background-color:transparent;
}

