
/* Standard Schriftart */
body
{
	font-family: "helvetica", sans-serif;
}
/* Seiten body style */
body
{
	font-size: 110%;
	background-color: #dddddd;
	margin-top: auto;
	margin-bottom: auto;
}

/*Links*/
a.call:link 
{
	color: #996666;
	font-family: "helvetica", sans-serif;
}
a.call:visited 
{
	color: Gray;
	font-family: "helvetica", sans-serif;
} 
a.call:active 
{
	color: #996666;
	font-family: "helvetica", sans-serif;
} 
a.call:hover 
{
	color: Gray;
	font-family: "helvetica", sans-serif;
} 

a.rabe:link 
{
	color: #996666;
	font-family: "helvetica", sans-serif;
}
a.rabe:visited 
{
	color: Gray;
	font-family: "helvetica", sans-serif;
} 
a.rabe:active 
{
	color: #996666;
	font-family: "helvetica", sans-serif;
} 
a.rabe:hover 
{
	color: Gray;
	font-family: "helvetica", sans-serif;
} 

a.body:link 
{
	color: #996666;
	font-family: "helvetica", sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align : center;
}
a.body:visited 
{
	color: Gray;
	font-family: "helvetica", sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align : center;
} 
a.body:active 
{
	color: #996666;
	font-family: "helvetica", sans-serif;
	font-size:15px;
	text-decoration: none;
	text-align : center;
} 
a.body:hover 
{
	color: Gray;
	font-family: "helvetica", sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align : center;
} 

a.schluss:link 
{
color: #e1e1e1;
font-family: "times new roman", times, serif;
font-size: 13px;
text-decoration: none;
text-transform : lowercase;
}
a.schluss:visited
 {color: #e1e1e1; 
 font-family: "times new roman", times, serif; 
 font-size: 13px; 
 text-decoration: none; 
 text-transform : lowercase;
 } 
a.schluss:active 
{color: #996666;  
font-family: "times new roman", times, serif; 
font-size: 13px; 
text-decoration: none; 
text-transform : lowercase;
} 
a.schluss:hover 
{color: #996666;  
font-family: "times new roman", times, serif; 
font-size: 13px; 
text-decoration: none; 
text-transform : lowercase;
} 

/*Tabellen definieren*/
table 
{
	margin: 0px auto 0px auto;
	color: #996666;
	font-size: 0.8em;
	letter-spacing : 1px;
	line-height : 20px;
	word-spacing : 0.5px;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
}

th.body, td.body 
{
	font-size: 110%;
	padding: 5px 5px 5px 5px;
	line-height: 50px;
}
th.ende, td.ende
{
	font-size: 100%;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
}

/*Kopf definieren*/
#container
{
	width: 1100px;
	margin-right: auto;
	margin-left : auto;
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	height : auto;
	margin-top : 5%;
}


/* Abschnitt Textbereiche definieren */

}
#body
{
	float: left;
	width:1100px;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-left : auto;
}

#Abschluss
{
	float: left;
	width:1100px;
	height:100px;
	margin-right: auto;
	margin-left : auto;
	text-align : center;
	text-transform : capitalize;
	vertical-align : middle;
	background-color: #EBEBEB;
}
/*Standard images*/
img
{
	border: none;
}
