@charset "utf-8";
/* CSS Document */

*{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
h1 {
	font-weight:bold;
	font-size:14px;
}
h2 {
	font-weight:bold;
	font-size:13px;
}
body {
	background-color: #e8e0cd;
	font-size:13px;
}
#navi {
	font-size:15px;
}
#navi_top_box {
	font-size:14px;
}
#lower_box, #upper_box{
	color: white;
	font-size:14px;
}
#upper_box {
	background-color:#938472;
}
#lower_box {
	background-color:#c0b29f;
}
#header_img {
	background-image:url(/img/header.png);
	background-position:center;
	background-repeat:no-repeat;
}
/* footer */
#footer{
	border-top:#c0b29f solid 2px;
	text-align:justify;
}
#footer {
	list-style-type:none;
	text-align:justify;
	text-height:14px;
}
/* top navigation*/
#navi_top_box{
	text-transform:uppercase;
	font-size:110%;
	background-image:url(/img/header_navi_balken.png);
	background-repeat:no-repeat;
}
#navi_top{
	list-style-type:none;
	text-align:justify;
}
#navi_top a{
	text-decoration:none;
	color:#332e28;
}
#navi_top :hover{
	color:#888;
}
/* main navigation */
#navigation{
	text-transform:uppercase;
	font-size:110%;
	color:#000;
}
#navi{
	text-align:justify;
	padding-bottom:3px;
	border-bottom:#c0b29f solid 3px;
}
#navi ul{
	list-style-type:none;
}
#navi li{
	text-align:center;
}
#navi a{
	color:#000;
	border-bottom:#c0b29f 3px solid;
	padding-bottom:3px;
}

/* subnavigation */
#sub_navi li{
	list-style-type:none;
}
#sub_navi a{
	color:#ffffff;
}
#sub_navi a:hover{
	border-left:#ffffff 5px solid;
}
#sub_navi .current{
	border-left:#ffffff 5px solid;
}

#news li{
	list-style-type:none;
	display:inline-block;
}
#news a{
	color:#ffffff;
}
#news li:hover{
	border-left:#ffffff 5px solid;
}
#lower_box h1{
	color:#938371;
}

/* container area */
#container p, #container h1, #container ul{
	margin-bottom:10px;
	padding-bottom:10px;
	text-align:justify;
}
#container h2{
	margin-bottom:5px;
	padding-bottom:5px;
	text-align:justify;
}

/*#container ul{
	list-style-position:inside;
}*/
#container li {
	list-style-position:outside;
	margin-left:15px;
}

.picture img{
	max-width:350px;
}

.picture p{
	padding-top:5px;
	padding-bottom:5px;
	max-width:350px;
	color:#938472;
	border-bottom:solid #938472 2px;
}

