/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	align: center;
				}
				
p	{
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
ul	{
	line-height: 1.5;
	}			
		
h2 	{
	font-size: 14px;
	color: black;
	}
	
h5 	{
	align: center;
	font-size: 12px;
	color: black;
	}
	
a:link	{
	color: black;
	text-decoration: none;
	}
	
a:hover	{
	color: red;
	text-decoration: underline;
	}
	
a:visited	{
	color: red;
	text-decoration: none;
	}
	
.bild-links	{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom:10px;
	}
	
.bild-rechts	{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom:10px;
	}

.fenster	{
	width: 955px;
	heigth: 580px;
	align: center;
	valign: middle;
	border: solid;
	border-width: 1px;
	border-color: red;
	}					
	
.hauptfenster	{
	align: left;
	width: 100%;
	height: 100%;
	overflow: auto;
	border: solid;
	border-color: red;
	border-width: 3px;
	scrolling: auto;
			}

div.kasten	{
	border: solid;
	border-width: 2px;
	border-color: red;
	width: 955px;
	}

.framefenster	{
	width: 735px;
	height: 485px;
	align: center;
	background: #EEEEEE;
	marginheight:20px; 
	marginwidth:20px; 
	border: no;
	scrolling: auto;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #EEEEEEE;
		}
	