/* CSS Document */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FCFAEE;
}
a
{
	text-decoration: none;
}
.Container {
	width: 600px;
	float: left;
}
.ContainerLinks {
	width: 220px;
	float: left;
}
.HeaderKurzLinks 
{
	width: 300px;
	float: left;
}
.HeaderKurzRechts 
{
	width: 300px;
	float: right;
}
.ContainerRechts {
	width: 380px;
	float: right;
}
.HeaderLinks {
	/*border: dotted #EEEEEE 1px;*/
	text-align: center;
	padding: 8px;
	float: left;
}
.BodyLinks {
	/*border: dotted #EEEEEE 1px;*/
	padding: 8px;
	float: left;
}
.HeaderRechts {
	/*border: dotted #EEEEEE 1px;*/
	padding: 8px;
	float: right;
	width: 380px;
}
.BodyRechts {
	/*border: dotted #EEEEEE 1px;*/
	padding: 8px;
	float: right;
	width: 380px;
}
.title
{
    font-size:13pt;
    color:#B9A577;
    font-weight:bold;
}
.titleMedium
{
    font-size:11pt;
    color:#B9A577;
    font-weight:bold;
}
.titleSmall
{
	font-size: 10pt; 
	color:#B9A577;
	font-weight:bold;
}
.subTitle
{
    font-size: 30px;
    font-weight: bold;
    color: #917351;    
}
.divSupTitle
{
    height: 70px;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #917351;
    padding-top: 47px;
}
.Titel {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 28px;
	font-style: italic;
}
.Untertitel {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 16px;
	/*font-style: italic;*/
	font-weight: bold;
}
.Datum {
	font-weight: bold;
}
.Intro {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-style: italic;
}

	
