@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #583119;
	background-image:url(../required/img/bg_pattern.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

.tbl_head{
	background-color: #e6dfd7;
	padding: 5px;
	font-weight: bold;
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
	text-align: left;
}

.tbl_con_1{
	padding: 5px;
	border-bottom: #333333 1px solid;
	text-align: left;
}

.tbl_con_2{
	padding: 5px;
	width: 100px;
	border-bottom: #333333 1px solid;
	text-align: right;
}

.tbl_con_3{
	padding: 5px;
	width: 50px;
	border-bottom: #333333 1px solid;
	text-align: left;
}

#footer{
	text-align:center;
	padding: 10px;
	old-color: #815d42;
	color: #ffffff;
}

#wrapper{
	width: 945px;
	height: auto;
	margin: 60px auto;
}

#inhalt{
	width: 945px;
	height: 553px;
	background-color: #FFFFFF;
}

#inh_links{
	width: 235px;
	height: 553px;
	background-image:url(../required/img/sidebar_links.gif);
	background-color: #FFFFFF;
	float: left;
	vertical-align: bottom;
}

#tb_links{
	padding: 15px;
	width: 205px;
	height: 523px;
	text-align: left;
	vertical-align: bottom;
}

#inh_mitte{
	width: 235px;
	height: 553px;
	background-color: #e6dfd7;
	float: left;
}

#inh_mitte a:link {
font-size: 12px;
font-weight: bold;
	color: #59301a;
	text-decoration: none;
}
#inh_mitte a:visited {
font-weight: bold;
	text-decoration: none;
	color: #59301a;
}
#inh_mitte a:hover {
font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#inh_mitte a:active {
font-weight: bold;
	text-decoration: none;
	color: #59301a;
}

#inh_print {
	width: 475px;
	background-color: #ffffff;
}


#inh_rechts {
	width: 475px;
	height: 553px;
	background-color: #ffffff;
	float: left;
}

#inh_rechts a:link {
font-size: 12px;
font-weight: bold;
	color: #59301a;
	text-decoration: none;
}
#inh_rechts a:visited {
font-weight: bold;
	text-decoration: none;
	color: #59301a;
}
#inh_rechts a:hover {
font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#inh_rechts a:active {
font-weight: bold;
	text-decoration: none;
	color: #59301a;
}

#inh_rechts_scroll {
	width: 475px;
	height: 553px;
	background-color: #ffffff;
	float: left;
	overflow-y:scroll;
	overflow-x:hidden;

}
#inh_rechts_scroll a:link {
font-size: 12px;
font-weight: bold;
	color: #59301a;
	text-decoration: none;
}
#inh_rechts_scroll a:visited {
font-weight: bold;
	text-decoration: none;
	color: #59301a;
}
#inh_rechts_scroll a:hover {
font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#inh_rechts_scroll a:active {
font-weight: bold;
	text-decoration: none;
	color: #59301a;
}

#navigation{
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
}

#nv_main{
	font-weight: bold;
	color: #a1846b;
}

#nv_main a:link {
	color: #a1846b;
	text-decoration: none;
}
#nv_main a:visited {
	text-decoration: none;
	color: #a1846b;
}
#nv_main a:hover {
	text-decoration: none;
	color: #ffffff;
}
#nv_main a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#nv_sub{
	color: #a1846b;
	margin-bottom: 3px;
}

#nv_sub a:link {
	color: #a1846b;
	text-decoration: none;
}
#nv_sub a:visited {
	text-decoration: none;
	color: #a1846b;
}
#nv_sub a:hover {
	text-decoration: none;
	color: #ffffff;
}
#nv_sub a:active {
	text-decoration: none;
	color: #FFFFFF;
}

input{
	width: 180px;
	border: #333333 1px solid;
}

#printorder{
	width: 600px;
	margin: 10px;
	background-color:#FFFFFF;
	color: #333333;
}

a:focus{
    outline:none;
}

