@charset "UTF-8";
/* CSS Document */

body {
	background-color: #669999;
	background-image: url(fritzwebback.png);
	background-repeat: repeat-x;
}

#menu {
	background-color: #395657;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(Bilder/fritz_header.png);
	background-repeat: no-repeat;
	background-position: center -5px;
}
#menu_right {
	position: absolute;
	height: 90%;
	width: 230px;
	top: 10px;
	text-align: left;
	left: 250px;
}
#menu_left {
	position: absolute;
	height: 90%;
	width: 230px;
	left: 10px;
	top: 10px;
}
#frame {
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        padding-left: 10px;
}
#main_content {
	height:300px;
	width: 640px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 20px;
	
}

#content {
	background-color: #87CED3;
	border: 3px solid #FFFFFF;
	overflow:auto;
}
#menu_spare {

	position: absolute;
	height: 50px;
	width: 50px;
	right: 0px;
	top: 5px;
	
}
#footer {
	background-color: #395657;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

.font-family {

font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	
	}

