/* Top Elements */


body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 15px 0;
}

img{
	border: 0px;
}


/* Forms */ 
form  {
	padding: 0;
	margin: 0;
}

/* links */
a, a:visited {	
	color: #A6382E;
	text-decoration: none;
	font-weight: normal; 	
}
a:hover {
	color: #A6382E;
	text-decoration: none;
	font-weight: normal; 	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
}
h1 {
	font-size: 190%;	
	text-transform: uppercase;
	color: #A6382E;
	padding: 0px 0px 15px 0px;
}

h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #A6382E;
	padding: 15px 0px 10px 0px;
}

h3 {
	font-size: 130%;	
	color: #555;
	padding: 15px 0px 5px 0px;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ul {
	list-style: none;
}

.banner {
	background: #FAFAFA;
}


/* start - table */
table {
	border-collapse: collapse;
	border-right: 0px solid #E1E1E1;
	border-top: 0px solid #E1E1E1;
}

th {
	height: 29px;
	/*padding-left: 12px;
	padding-right: 12px;*/
	text-align: left;
	border-left: 0px solid #E1E1E1;
	border-bottom: 0px solid #E1E1E1;
	background-color: #F6F6F6;
}
tr {
	/*height: 30px;*/
}
td {
	/*padding-left: 11px;
	padding-right: 11px;
	padding: 3px;*/
	border-left: 0px solid #E8E8E8;
	border-bottom: 0px solid #DFDFDF;
}

/* end - table */

/* form elements */
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
        margin: 0px;

}
.searchbutton{
        width: 26px;
	height: 21px;
        color: #838181;
        font: bold 13px Arial;
        border: 1px solid #838181;
	vertical-align: top;
}
.searchinput_search {
        height: 15px; 
        width: 150px;
        border: 1px solid #838181;
	vertical-align: middle;
}
.searchinput_search_long {
        height: 15px; 
        width: 450px;
        border: 1px solid #838181;
	vertical-align: middle;

}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 1000px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 1000px;
	height: 19px;
	background: #CCC url(images/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 960px;	
	padding: 0; 	
	margin-left: 20px;	
	display: inline;
	background-image:url(images/bg_content.gif);	
}

#content-headers {
	position: relative;
	clear: both;
	float: left;	
	width: 960px;	
	padding: 0; 	
	margin-left: 20px;	
	display: inline;
}

#header {
	width: 1000px;
	position: relative;
	height: 250px;
	padding: 0;	
	color: #FFF;	
}

/* logo */
#header #header-logo {
	position: absolute;
	top: 20px; 
	left: 20px;	
	width:958px;
	height:225px;
	background: #FFF url(images/logo_225_4.jpg) no-repeat left bottom;
	cursor:pointer;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 20px;	
	color: #838181;
	font-size: 10px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}


/* Navigation */
#nav {
	clear: both;	
	padding: 0;	
	position: absolute;
	top: 250px; right: 20px;	
	width: 960px;
        
       
}
#nav ul {
	float: left;
	list-style: none;
	width: 960px;
	margin: 0 0 0 10px;
	padding: 0;
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;
	border-bottom: none;
	color: #A6382E;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
        font-weight:bold;
}




/* Sidebar */	
#sidebar_header {
	float: left;
	width: 211px;
	padding: 4px 0 0 10px; 
	height: 26px;
	border-left: 1px solid #ffffff;
	background-color: #E1E1E1;
}	

#sidebar {
	float: left;
	width: 200px;
	padding: 0px 10px 10px 10px; 
	margin: 20px 0 0 0;		
	border-left: 1px solid #E1E1E1;
}	

#sidebar h3 {
	padding: 0px 0px 5px 0px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A6382E; 		
}
#sidebar ul.sidemenu {

	text-align: left;
	margin: 0 0 15px 0; 
	padding: 0;
	text-decoration: none;		
	background: url(images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 0px;
	margin: 0;		
	color: #8F8F8F;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #A6382E;
}




#nav ul li a.active, #nav ul li a:hover {
	color: #000000;
}


/* subnavbar */	
#subnavbar_header {
	float: left;
	width: 201px;
	height: 30px;	
	border-right: 1px solid #ffffff;
	background-color: #E1E1E1;
}	

#subnavbar {
	float: left;
	width: 200px;
	padding: 0px 0px 0 0; 
	margin: 0 0 0 0;		
	border-right: 1px solid #E1E1E1;
	font-weight: normal; 	
}	

#subnavbar ul {
	text-align: left;
	margin: 0 0 15px 0; 
	padding: 0;
	text-decoration: none;		
	border-bottom: 1px solid #E1E1E1;
	font-weight: normal; 	
}

#subnavbar ul li.level_2 {
	display: block;
	list-style: none;
	border-top: 1px solid #E1E1E1;
font-weight: normal;
}

#subnavbar ul li.level_3 {
	display: block;
	list-style: none;
	background-color: #F6F6F6;
font-weight: normal;
}

#subnavbar ul li.level_2 a {
	display: block;
	text-decoration: none;	
	color: #A6382E;			
	padding: 4px 0 4px 20px;
	margin: 0;
	background-image:url(images/bg_subnav.gif);
	background-position:left;
	background-repeat:no-repeat;
font-weight: normal;
}

#subnavbar ul li.level_3 a {
	display: block;
	text-decoration: none;	
	color: #000000;			
	padding: 1px 0 2px 40px;
	margin: 0;		
font-weight: normal;
}

#subnavbar ul li.level_2 a:hover, #subnavbar ul li.level_2 a.active {	
	display: block;
	color: #000000;
	padding: 4px 0 4px 20px;
	margin: 0;		
	background-color: #F6F6F6;
	background-image:url(images/bg_subnav_hover.gif);
	background-position:left;
	background-repeat:no-repeat;
font-weight: normal;
}

#subnavbar ul li.level_3 a:hover, #subnavbar ul li.level_3 a.active {	
	display: block;
	text-decoration: none;	
	color: #793f0d;			
	padding: 1px 0 2px 40px;
	margin: 0;	
font-weight: normal;	
}

#subnavbar ul li.off {
        display: none;
	
}


/* Main Column */
#main_home_header {
	float: left;
	width: 737px;
	height: 30px;
	background-color: #E1E1E1;
}

#main_header {
	float: left;
	width: 536px;
	height: 30px;
	background-color: #E1E1E1;
}	

#main_header #breadcrumb, #main_home_header #breadcrumb  {
	text-align: left;
	margin: 6px 0 0 20px; 
	padding: 0;
	text-decoration: none;	
	color: #000000;	
}

#main_header #breadcrumb a, #main_home_header #breadcrumb a{
	color: #000000;
	padding: 0 8px 0 8px;
	background-image:url(images/bg_breadcrump.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#main_header #breadcrumb a:hover, #main_home_header #breadcrumb a:hover{
	color: #793f0d;
}

#main_home {
	float: left;
	width: 710px;
	padding: 20px 20px 20px 20px; 
	margin: 0px 0 0 0px;
	display: inline;
	height: auto !important;
	min-height: 300px;
	height: 300px;
	border-bottom: 1px solid #E1E1E1;
        background-color: #ffffff;
        
}

#main {
	float: left;
	width: 710px;
	padding: 0px 20px 20px 20px; 
	margin: 20px 0 0 0px;
	display: inline;
	height: auto !important;
	min-height: 300px;
	height: 300px;
	border-bottom: 1px solid #E1E1E1;
}

#main ul li {
	list-style-image: url(images/bullet.gif);
}


/* footer */
#footer-wrap {
	clear: both;
	width: 1000px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background: url(images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a, #footer-powered a {
	text-decoration: none;
	color: #666666;
}
#footer-wrap a:hover, #footer-powered a:hover {
	color: #793f0d;	


}
#footer-wrap p {
	padding:10px 0;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 960px;
}

#footer-powered {
	color: #666;	
	margin: 0 auto; 
	width: 960px;
	text-align:right;
}


.links, #links {
    display: none;
}

.jassen         {
         background: url('/cms/images/content/Content/jassen/jass_set_ausbl5.jpg');background-repeat:repeat-y;


}

.jassen2         {
         background: url('/cms/images/content/Content/jassen/jass_set_ausbl4.jpg');background-repeat:repeat-y;


}

