/* Bestimmt Größe und Darstellung der DIV Tags */

#headerframe {

	background-color:#FFFFFF;
	background-image: url("bilder/oben.jpg");
	/*background-repeat: no-repeat;*/
	height:107px;
}

#mainframe {
	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:50px;
	
	/*background-color:#99CC00;*/

}

#contentframe {
	width:80%;
	float:right;
	/*background-color:#CC3399;*/
	padding-bottom:10px;
}

#submenueframe {
	background-color:#330099;
}

#menueframe {
	/*background-color:#66FFFF;*/
	width:10%;
	padding-top:50px;
	align: left;
}

#footerframe {
	float:none;
	width:100%;
	
	padding-top:5px;
	padding-bottom:5px;
	
	font-size:10px;
	font-weight:bold;
	text-align:right;
	background-image:url(bilder/unten.jpg);

	/*background-color:#FFFF00;*/

}

/* Tag Definitionen! */
body {
	background-image:url(bilder/hg2.jpg);
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}


body, p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

a:link { 
	font-family: "Times New Roman", Times, serif;
	color:#009933; 
	text-decoration:none;
} 
a:visited { 
	font-family: "Times New Roman", Times, serif;
	color:#009933; 
	text-decoration:none;
} 
a:active { 
	font-family: "Times New Roman", Times, serif;
	color: #009933; 
} 
a:hover { 
	font-family: "Times New Roman", Times, serif;
	color: #FF0000; 
	text-decoration:none;
}

a.menue:link { 
	font-family: "viner Hand ITC"; src:local("viner Hand ITC"), url("VINERITC.TTF"), format(TrueType);
	font-size: 18px;
	font-weight: bold;
	color:#333333; 
	text-decoration:none;
} 
a.menue:visited { 
	font-family: "viner Hand ITC";
	font-size: 18px;
	font-weight: bold;
	color:#333333; 
	text-decoration:none;
} 
a.menue:active { 
	font-family: "viner Hand ITC";
	font-size: 18px;
	font-weight: bold;
	color: #333333; 
	text-decoration:none;
} 
a.menue:hover { 
	font-family: "viner Hand ITC";
	font-size: 18px;
	font-weight: bold;
	color:#FF3333; 
	text-decoration:none;
} 

a.menue2:link { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#666666; 
	text-decoration:none;
} 
a.menue2:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#666666; 
	text-decoration:none;
} 
a.menue2:active { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #009933; 
	text-decoration:none;
} 
a.menue2:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#FF3333; 
	text-decoration:none;
} 

.titel1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #3E2B4B;
	text-align:left;
	border-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#333333;
}
.titel2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #615175;
	background-color:#CCCCCC;
	margin-bottom:0px;
	}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
}

.smallfont {
	font-family: "Times New Roman", Times, serif;
	font-size:small;
	font-weight:bold;
	color:#666666;
}

a.smallfont:link {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
}


a.smallfont:visited {
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
}

a.smallfont:hover {
	font-weight:bold;
	color:#FF3333;
	text-decoration:none;
}

