html, body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	
	min-height: 200px;
	margin: 0px;
	
	background-color: #ecf389;
	background-repeat: no-repeat;
	background-position: top center;
}


/* head blocks  --------------------------------------------------------------  */



#head {
	height:125px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #ed5532;
}



#logo {
	position: relative;
	text-align: right;
	padding-top: 10px;margin: 0 auto;
	width: 760px;
	
}


/* body blocks  --------------------------------------------------------------  */


#page { 
	position: relative;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 20px;
	width: 760px;
	border-top: 1px solid #ecf389;
}

#col_left{
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav {
	width: 164px;
	height: 150px;
	margin: 0px;
	padding:0px; 
}

#marginal
{	
	width: 144px;
	font-style: italic;
	line-height: 14px;
	text-align: right;
	padding: 90px 0px 0px 20px;
	color: #003300;
}

#col_right{
	position: absolute;
	left: 222px;
	top: 10px;
	width: 550px;
	padding: 10px;
	padding-bottom: 10px;
}




/* general  --------------------------------------------------------------  */

table {
	margin-left: -4px;
}

td {
	padding-top 6px;
}
.color_box {
 	vertical-align:middle;
 	padding: 0px 0px 0px 6px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	padding-top: 30px;
}

.adressblock {
	text-indent: -8px;
	padding: 15px 0px 0px 30px;

}
img.at_right {
	padding-top: 6px;
	padding-right:70px;
	float: right;
}

img.horizontal_at_right {
	padding-top: 6px;
	float: right;
}

p {
	width: 420px;
}

.small {
	width: 310px;
}

li { /* i just don't like them */
	list-style-type: none;
}

a, a:visited {
    color: #000;
	text-decoration: none; 
}

a:hover {
     color: #ed5532;
}

img, a img {
    border: none;
    }

/* navigation  --------------------------------------------------------------  */

li.main, li.main_active { /* main menue */
	width: 164px;
	text-align: right;
	font-size: 14px;
	line-height: 18px; 
	padding: 0px 0px 1px 0px;
}



li.sub_li, li.sub_active { /* sub menue */
	font-size:11px;
	line-height: 13px;
	padding: 1px 3px 0px 3px;
	color: #003300;
	width: 180px;
}


li.main a.main_a, li.sub_li a, li.sub_li a:visited, li.main a.main_a:visited {
	color: #003300; 
	text-decoration: none; 
}

li.sub_active a, li.sub_active a:visited {
	color: #ed5532; 
	text-decoration: none; 
}

li.main a.main_a:hover, li.main a.main_a:hover { /* main on mouse-over */
	color: #ed5532;
}

li.main_active, li.main_active a.main_a { /* main on mouse-over */
	color: #ed5532;
}

li.sub_li a:hover, li.sub_active:hover a{ /* sub on mouse-over */
	color: #ed5532; 
}

ul.sub { /* sub_menues (inactive moved out of window) */
	position: absolute;
	left: -1000px;
	top: 48px;
	margin-left: -2px;
	text-align: left;
	padding: 0px;
}

ul.sub_active { /* the active one stays static */ 
	position: absolute; 
	left: 166px;
	top: 48px;
	margin-left: -2px;
	text-align: left;
	padding: 0px;
}

#nav li:hover ul, #nav li a:hover ul, #nav li.sfhover ul{ /* sub_menue (active - stop moving outside)  */
	left: 166px;
}

