* {margin : 0; padding : 0;}



body {	
	width:100%; 
	height:100%;
	background-color: #aeaaab;
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
	font-family: Arial;
	color: #545454;

}

img {
	vertical-align: top;
}

.menu_link {
	border: 01px solid black; position: absolute;
}

.menu_link a {
	display: block;
}

.menu_link a span {
	display: none;
}

#home_link {
	margin-left: 55px; margin-top: 115px; border: 0px solid #000000;
}

#home_link a {
	height: 20px; width: 50px;
}


table {
	margin: 0px 0 0px 0;
}


p {
	margin: 20px 0 10px 0;
	line-height: 20px;
	font-family: Arial;
}


span {
	color: #364753;
	line-height: 20px;
}

strong {
	color: #364753;
}


a, a:link, a:active, a:visited {
	color: #9c433f;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #9c433f;
	
}


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

.header1 {
	background-image: url(../images/header1.jpg); 
	background-repeat: no-repeat;
	width: 510px; 
	height: 80px; 
}

.header2 {
	background-image: url(../images/header2.jpg); 
	background-repeat: no-repeat;
	width: 490px; 
	height: 80px
}


#imp a,
#imp a:link,
#imp a:visited,
#imp a:active,
#imp a:hover {
	color: #ffffff;
	text-decoration: none;
}


.background {
	background-image: url(../images/content-rep.gif);
	background-repeat: repeat-y;
	height: 1px;
}


.content ul {
	margin-left: 30px;
	padding: 0px;
	list-style-type: none;
}

.content ul li {
	line-height: 20px;
	background-image: url(../images/herz.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 20px;
}







.navi {
	width: 220px;
	margin-top: 43px;
	padding-left: 0px;	
}

.navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.navi ul li {
	display:inline;
}


.navi ul li a,
.navi ul li a:visited,
.navi ul li a:active,
.navi ul li a:link {
	color: #9c433f;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #9c433f;
	line-height: 20px;
	height: 20px;
	display: block;
	padding-left: 15px;
	margin: 10px 20px 0px 0px;
	font-size: 12px;
}

.navi ul li a:hover {
	color: #9c433f;
	text-decoration: underline;
	
}

.navi ul ul {
	margin-top: 10px;
}


.navi ul ul li a,
.navi ul ul li a:visited,
.navi ul ul li a:active,
.navi ul ul li a:link {
	color: #545454;
	font-weight: normal;
	line-height: 11px;
	text-decoration: none;
	height: 11px;
	display: block;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 11px;
	border-bottom: none;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
}

.navi ul ul li a:hover {
	color: #545454;
	text-decoration: underline;	
}





h1 { 
	color: #9c433f;
	font-size: 16pt;
	font-family: Arial;
	line-height: 25px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 20px;
}

h2, h3, h4, h5 { 
	color: #9c433f;
	font-size: 13pt;
	font-family: Arial;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}




.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 100px;
}

.footer_a {
	padding-bottom: 30px;
}


