/* generelle Einstellungen */

body {

        background-color: #EEEEEE;		/* Weiße Hintergrundfarbe */

        color:#000000;					/* Schwarze Textfarbe */

        font-family:Arial;
		margin:0;
		padding:0;

}



/* Linkeinstellungen: alle Links werden wie normaler Text dargestellt */

a:link { font-weight:bold; color:#000000; text-decoration:none }

a:visited { font-weight:bold; color:#000000; text-decoration:none }

a:hover { font-weight:bold; color:#000000; text-decoration:none }

a:active { font-weight:bold; color:#000000; text-decoration:none }

a:focus { font-weight:bold; color:#000000; text-decoration:none }

#object1 {

	position:absolute; 

	background-color:FFFFDD;

	color:black;

	border-color:black;

	border-width:20; 

	visibility:show;  

	z-index:+1

}

/* Oben links */

#box1 {

        font-size: 16px;

        position:absolute;

   		top:10px;

   		left:10px;

   		width:143px;

   		height:80px

}



/* Oben rechts */

#box2 {

        font-size: 32px;

        font-weight: bold;

        position:absolute;

   		top:10px;

   		left:163px;

   		width:850px;

   		height:80px

}



/* Mitte links */

#box3 {

        font-size: 16px;

        font-weight: bold;

        position:absolute;

   		top:100px;

   		left:10px;

   		width:143px;

   		height:415px

}



/* Mitte rechts */

#box4 {

        font-size:30px;

        font-weight:bold;

        position:absolute;

   		top:100px;

   		left:163px;

   		width:850px;

   		height:410px;

   		overflow:auto;
		padding:5px 0 0 0;

}



/* Unten rechts */

#box5 {

        font-size: 16px;

        position:absolute;

		top:525px;

   		left:10px;

   		width:143px;

   		height:50px;

}



/* Unten links */

#box6 {

        font-size: 16px;

        position:absolute;

   		top:525px;

   		left:163px;

   		width:850px;

   		height:50px

}

/* Impressum */

#kleineSchrift {

        font-family: Arial;

        font-size: 10px;

        color: #000000;

}
