/* CSS Document */
html {height:100%;} 
* { margin:0; padding:0; font-size: 100%; } 
img {border:0;}
body {width: 950px;margin: 0 auto;background:#9d906b;font-family: Verdana, Tahoma, sans-serif; font-weight: normal;font-size: small;min-height: 101%;text-align: left;} 

#container{width: 950px;margin: 0;background-image: url('../bilder/content_bg.png');background-repeat: repeat-y;}
#header{background-image: url('../bilder/header.png');background-repeat: no-repeat;height: 380px;}
#header img{float:right;}


#left{float: left;width: 380px;margin: 0;padding:0;}
#navi_links{width: 190px;float: left;margin:0;padding:0;}
#subnavi{float: right;width: 190px;}


#right{float: right;width: 190px;margin: 0;}
#content{margin-left: 380px;margin-right: 200px;}

#footer{clear: both;width: 950px;margin: 0;}

#nav-contact{margin-left: 760px;width: 190px;height: 119px;}



/*Formate*/
h1, h2, h3, h4,h5 p, ul, li { font-weight: normal;}

h1 {font-size: 15px; line-height: 20px;color: #654e13;}
h2 {font-size: 12px; color: #000; line-height: 18px; font-weight: bold;}
h3 {font-size: 10px; text-align:left;letter-spacing: 0.1em;color: #606060;line-height: 14px;font-weight: bold;text-transform:uppercase;margin: 0 0 16px 0px;}
h4 {font-size: 12px; color: #ad1c1c; line-height: 18px; font-weight: bold;}
h5 {font-size: 12px; color: #827551;; line-height: 18px; font-weight: bold;}

p { font-size: 12px; color: #333; line-height: 18px; padding: 10px 16px 0px 18px; }

/*menu header*/
#nav-c{list-style-type: none;font-size: 12px;padding-top:20px;}
#nav-c li{padding:3px 0 3px 12px;background-image: url('../bilder/assets/dreieck-rot.png');background-repeat: no-repeat;background-position: 0 8px;}
#nav-c li a{ font-size: 12px; line-height: 14px;color: #333;  text-decoration:none; border-bottom: 1px dotted;}
#nav-c li a:hover {border-style: none;}
#nav-c li.active a {color: #990000;border-style: none;}
#nav-c li .active a:hover {border-style: none;}

/*main menu*/
#tbl-navi{border-collapse: collapse;border: none;width: 760px;margin-left:190px;}
#tbl-navi td{padding:6px;text-align: center;background-color:#AD1C1C;}
#tbl-navi a	{color: #FFF;font-size: 15px;text-decoration: none;border: none;}
#tbl-navi a:hover {background: transparent;color: #E38027;}
#tbl-navi .active{background-color: #E38027;color: #fff;}
#tbl-navi .active a:hover{color: #fff;}

/*menu-links*/
#sidenavi{list-style-type: none;font-size: 11px;margin-top:14px;}
#sidenavi li{border-bottom: 1px solid #FAF3E0;padding: 8px 0;}
#sidenavi li a{font-size: 11px;color: #333;text-decoration:none;border:none;padding-left:14px;}
#sidenavi li a:hover {background-image: url('../bilder/assets/dreieck-rot-sidenavi.png');background-repeat: no-repeat;background-position: 4px 3px;}
#sidenavi li#current a:hover {background-image: url('../bilder/assets/dreieck-rot-sidenavi-current.png');background-repeat: no-repeat;background-position: 4px 14px;}
#sidenavi li#current{background-color: #FAF3E0;background-image: url('../bilder/assets/dreieck-rot-sidenavi-current.png');background-repeat: no-repeat;background-position: 4px 10px;}


/*submenu-links*/
#sub-sidenavi{list-style-type: none;font-size: 11px;margin:14px 0 0 0;padding:0;}
#sub-sidenavi li{padding: 8px 0;border-bottom: 1px solid #E1D7BA;}
#sub-sidenavi li a{font-size: 11px;color: #333;text-decoration:none;border:none;padding-left:14px;}
#sub-sidenavi li a:hover {background-image: url('../bilder/assets/dreieck-rot-sub-sidenavi.png');background-repeat: no-repeat;background-position: 4px 4px;}
#sub-sidenavi li.current a:hover {background-image: url('../bilder/assets/dreieck-rot-sub-sidenavi-current.png');background-repeat: no-repeat;background-position: 4px 14px;}
#sub-sidenavi li.current{background-color: #E1D7BA;background-image: url('../bilder/assets/dreieck-rot-sidenavi.png');background-repeat: no-repeat;background-position: 4px 10px;}

#sub-sidenavi ul{list-style-type: none;font-size: 11px;margin-bottom:10px;}
#sub-sidenavi ul li{font-size: 11px;color: #333;text-decoration:none;border:none;padding:4px 0 8px 14px;}
#sub-sidenavi ul li.sub_current{background-color: #E1D7BA;}
#sub-sidenavi ul li.sub_current a:hover{background-image: url('../bilder/assets/dreieck-rot-sidenavi.png');background-repeat: no-repeat;background-position: 4px 3px;}
#sub-sidenavi ul{
	margin-bottom: 0px;
}
