body { background-color: #fff6da; 
	text-align: center; 
	margin: 0 auto; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; color: #804000; 
}

#site { 
	background-color: #ffe69a; 
	width:85%; min-width: 900px; 
	margin: 2em auto; 
}
#header { 
	background: #804000 url(../pics/background.jpg) repeat-x 
	right 0; height: 270px; 
	text-align: left;
}
#menue {
	background-color: #804000;
	text-align: left;
	height: 40px;
	padding: 5px;
}
.contentframe { 
	background-color: #ff9500; 
	text-align: left;
}
.menueText {
	color: #ffe69a;
}
.contentbox { 
	background-color: #ffe69a; 
	margin: 0 200px 0 0;
}
#content{ 
	margin-left: 20px; 
	margin-right: 20px; 
	padding-top: 20px; 
}
#rightbox { 
	background-color: #ff9500; 
	width: 200px; 
	float: right;
}
#rightContent{ 
	background-color: #ff9500; 
	margin-left: 20px; 
	margin-right: 20px; 
	padding-top: 20px; 
}
#right { 
	background-color: #ff9500; 
	text-align: left; 
}
#footer { background-color: #804000; clear: both; }
#selectedItem { text-align: left; font-weight: bold; color: #ffc000; text-decoration: underline; }
#selectedMenu {
	text-align: left;
	font-weight: bold;
	color: #ffc000;
}
#logo {
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffe69a;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
a.menu:link { color: #FFE69A; }
a.menu:visited { color: #ffe69a; }
a.menu:hover { color: #ffe69a; text-decoration: underline; }
a.menu:active { color: #ffe69a; }

a.selectedMenu { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffc000;/*#ff9900; */
	text-decoration: none; 
	font-size: 16px; 
	font-weight: bold; 
}
a.selectedMenu:link { color: /*#FF9900*/#ffc000; }
a.selectedMenu:visited { color: /*#FF9900*/#ffc000; }
a.selectedMenu:hover { color: /*#FF9900*/#ffc000; text-decoration: underline; }
a.selectedMenu:active { color: /*#FF9900*/#ffc000; }

a { font-family: Arial, Helvetica, sans-serif; color: #804000; font-weight: bold; text-decoration: none; font-size: 16px; }
a:link { color: #804000; }
a:visited { color: #804000; }
a:hover { color: #804000; text-decoration: underline; }
a:active { color: #cd4400; }

h1 { 
	color: #804000; 
	font-size: 19px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-style: normal; 
	vertical-align: 0; 
}
h2 { 
	color: #804000; 
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
}
p { 
	color: #804000; 
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 22px; 
}
.kommentar { color: #804000; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-style: italic; line-height: 22px; }
img.conPicStd { 
	margin-left: 0.5em; 
	border: solid 6px #804000;
}

