
/* THE BIG GUYS */

*{
margin:0;
padding:0;
}

body {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: url(../img_layout/hg_oben.gif) repeat-x top;
}

/* WHOLE SITE WRAPPER */

#wrap {	margin: 0 auto; width:950px;}

/* CONTENT WRAPPER */

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

/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */

#header {
	height: 180px;
  	width:700px;
	border: 0;
	margin: 0;
	padding: 0;	
}

#header h1 {
	color: #005625;
	font-weight: bold;
	font-size: 26px;
	border: 0;
	margin: 0;
	padding: 130px 0px 0px 0px;
	text-align: right;
	vertical-align: bottom;	
}

#headerright {
 width:205px; 
 float:right; 
 position:relative; 
 margin:0px;
 padding: 55px 0px 0px 0px;
 text-align: right;
 }

/* LEFT COLUMN */

#leftcol {float:left; width:210px; padding:0;}

/* RIGHT COLUMN */
#rightcol {
 width:205px; 
 float:right; 
 position:relative; 
 margin:0px; 
 padding:0px;
 text-align: right;
 }

/* MAIN CONTENT */

#content {float:left; width:496px; padding:0px 5px 0px 5px; margin-bottom:5px;}

#contentfull {width:890px; padding:0px 30px 0px 30px; margin-bottom:15px;}

/* FOOTER */

#bot {
	height: 65px;
	padding: 0;
	margin: 0;
	background: url(../img_layout/hg_unten.gif) repeat-x fixed bottom;
	position: absolute;
	bottom: 0px;
	min-width: 100%;
	text-align: center;
	vertical-align: text-top;
	font-size: 11px;
	color: #666666;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #666666;
	padding: 0;
	margin: 0;
}

/* HEADINGS */

h1 {
	color: #005625;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0px 15px 0px;
	padding: 0px;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.fontmini {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 10px;
}

.fontmidi {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 12px;
}



















/* LINKS GLOBAL */

a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:underline;cursor:pointer} 

a:link {color:#c64934} 

a:visited {color:#c64934} 

a:hover,a:active {color:#c64934}

a img {border:none}

/* LANGUAGE SELECTION IN TOPMENU LIST */

ul#contentlist li.level1 {
	list-style: square;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 14px;
}

ul#contentlist li.level1 a {
	text-decoration: none;
	color: #red;
	font-weight: bold;
	list-style: url(../img/list_type_img.gif);
}

/* CATEGORY MENU */

ul#categorymenu {margin-bottom:15px;}

/* 1st TIER */

ul#categorymenu li.level1 {
	list-style: none;
	font-size: 15px;
	color:#red;
	padding: 4px 0px 4px 0px;
	margin:0px;
}

ul#categorymenu li.level1 a {
	text-decoration: none;
	color: #red;
	font-weight: bold;
	list-style: url(../img/list_type_img.gif);
}

/* 2nd TIER */

ul#categorymenu li.level2 {
	list-style-type: disc;
	background-color: #EEA003;
	padding: 4px 0px 4px 0px;
	border: solid #fff;
	border-width: 1px 0px 0px 0px;
}

ul#categorymenu li.level2 a {font-size: 11px; text-decoration:none; color:#FFFFFF; font-weight:bold;}

/* 3rd TIER */

ul#categorymenu li.level3 {list-style-type:none; background-color:#EEA003; padding:4px 0px 4px 40px; border: solid #fff; border-width:1px 0px 0px 0px;}

ul#categorymenu li.level3 a {font-size: 11px; text-decoration:none; color:#FFFFFF; font-weight:bold;}


td{
	border-bottom: thin solid Green;
}

td.noline{
	border: none;
}
