* {
	font-weight:normal; font-family:Georgia, Times ,"Times New Roman", serif; font-style: italic;
	font-size: 14px;
	color:#533405;
}

.table {
	border:1px solid;
}

.page{
	width: 1000;
	min-height: 600;
	background-color: #CD820D;
	background-position: top center;
	background-image: url('images/gradient.jpg');
	background-repeat: no-repeat;
}

.title{
	width: 824px;
	background-color:#322004;
	background-position: center center;
	margin-top: 25px;
	margin-bottom: 7px;
	padding-top:15px; padding-bottom: 15px;
	color:#CA872E; 
	font-size: 28px;
}

.smalltitle{
	font-size:15px;
	color:#CA872E; 
}

.nav1{
	width: 270px;
	background-color:#CD820D;
	background-position: center center;
	padding-top:10px; padding-bottom:10px;
	color:#533405;
	font-size: 18px;
}

.txt1{
	width: 824px;
}

.txt2{
	width: 824px;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

.li1{
	width: 750px;
}

.topic1{
	width: 824px;
	font-size: 18px;
	font-weight:bold;
}

.subtopic1{
	width: 824px;
	font-size: 16px;
	text-decoration: underline;
}

a {
	display: block;
	font-size: 18px;
	text-decoration: none;
}

a:hover {
	font-size: 18px;
	text-decoration: underline;
}

a.link {
	display: inline;
	font-size: 14px;
	text-decoration: underline;
}

a.link:hover {
	font-size: 14px;
	text-decoration: underline;
}

hr{
	background-color:#322004; /* Mozilla 1.4 */
	color:#322004; /* IE 6 */
	border: #322004; /* Opera 7.11 */
	height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom:1px solid #322004;
	border-bottom-width: 1;
	/* line-height: 18px;*/
	z-index: 100;
	background-color: #CD820D;
	width: 270px;
}

.anylinkcss a{
	display: block;
	text-indent: 3px;
	font-size: 13px;
	background-color: #845307;
	color: #322004;
	border-top: 1px solid #322004;
	padding: 10px;
	text-decoration: none;
	text-indent: 5px;
}

.anylinkcss a:hover{
	background-color: #322004;
	font-size: 13px;
	color:#CA872E;
	text-decoration: underline;
}

