BODY {
	color : #426cb1;
	margin : 0;
	background-color: #eee9df;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 11px;
	line-height: 1.4em;
}

TABLE, TD, P, DIV	{
	color : #426cb1;
	font-family : Garamond,Times New Roman,serif;
	font-size : 15px;
	line-height: 1.4em;
}

.main {
	position:relative;
	top:15px;
	margin-left:auto;
	margin-right:auto;
	width:870px;
	height:570px;
	background-color: #f6f4ef;
	border:5px double #dbd2be;
}

.foot {
	position:absolute;
	top:380px;
	height:170px;
	color:white;
}

.menu {
	position:absolute;
	top:10px;
	left:25px;
}

.content {
	padding:15px;
	position:absolute;
	top:35px;
	left:25px;
	width:790px;
	height:315px;
	overflow:auto;
	background-color:white;
}

H1 {
	color:#d3c7b0;
	font-size:14px;
	font-weight: bold;
	margin-bottom:12px;
}

A.navi, A:LINK.navi, A:VISITED.navi {
	font-family : Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #426cb1;
	text-decoration : none;
}

A:HOVER.navi {
	color : #0087d4;
	text-decoration : underline;
}

A:ACTIVE.navi {
	color : #ff0000;
	text-decoration : none;
}

A, A:LINK, A:VISITED {
	color : #0087d4;
	text-decoration : underline;
}

A:HOVER {
	color : #426cb1;
	text-decoration : none;
}

A:ACTIVE {
	color : #ff0000;
	text-decoration : none;
}

.footer {
	font-size: 9px;
	color: #d3c7b0;
}

A.footer, A:LINK.footer, A:VISITED.footer {
	color : #d3c7b0;
	text-decoration : none;
}

A:HOVER.footer {
	color : #d3c7b0;
	text-decoration : underline;
}

A:ACTIVE.footer {
	color : white;
	text-decoration : none;
}

IMG.rahmen {
	border: solid 1px #c9d3e5;
}

UL, LI {
	list-style: square;
}

HR {
	height : 1px;
	color: #c9d3e5;
	background-color: #c9d3e5;
	border-top: none;
	border-bottom: 1px solid #c9d3e5;
}

INPUT, TEXTAREA, SELECT {
	color : #001e38;
	background-color : #c9d3e5;
	border : 1px solid #0087d4;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 11px;
}