body {
	background: #FFCC99;
}

a:link, a:active, a:visited {
	color: #660000;
	/*text-decoration: none;*/
}

td {
	font-size: 10pt;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #660000;
}



/*eigene*/

.overall_frame {
	width: 800px;
	
	margin: 0px auto;
	text-align: left;
}

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 149px;
}

.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 104px;
	
	padding-top: 30px;
	text-align: center;
	font-size: 9pt;
}

.content {
	background-image: url(../images/bg_line.jpg);
	width: 800px;
}

.menu_frame {
	border: 0px solid;
	float: left;
	padding-top: 10px;
	
	width: 145px;
	text-align: left;	
}

.content_frame {
	border: 0px solid;
	/*position: relative;*/
	float: right;
	/*left: 170px;*/
	margin-right: 50px;
	
	padding: 5px;
	padding-top: 10px;
	
	width: 550px;
	
	text-align: left;
	color: #660000;
	font-size: 10pt;
	font-family: Georgia, Times New Roman, Times, serif;
}


/* Joomla spezifisch */
ul.menu {
	list-style-type: none;
	text-indent: -30px;
}

.menu a:link, .menu a:visited, .menu a:active {
	font: italic bold 14pt Georgia, Times New Roman, Times, serif;
	text-decoration: none;

	color: #660000;
}

img {
	border: 0px;
}
