*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 11px verdana,arial;
	color: #333333;
	background-repeat: repeat;
}

html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#main{
	width: 888px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;	
}

#cont{
	width: 888px;
	background: url(/images/cont_bg.png) top left repeat;
	*background: url(/images/trans.gif);
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cont_bg.png', sizingMethod='scale');
}

img {
	border: none;
}

a{
	text-decoration: none;
	color: #777b2a;
}


#print{

}

hr{ 	
	border-top: 1px solid #333333;
	border-bottom: none;
	width: 100%;
	height: 0px;
	margin: 5px 0px 5px 0px;
}

/*****************************************************| Header|***/
#header{
	position: relative;
	float: left;
	width: 888px;
	margin-top: -15px;
}

#logo{
	position: relative;
	float: left;
	margin-top: 10px;
}

#logo img{
	position: relative;
	float: left;
}

#header-flash{
	position: relative;
	float: left;
	width: 643px;
}

/*****************************************************| Nav|***/
#nav{
	visibility:hidden;
 	display:none;
}


/*****************************************************| Left|***/
#left{
	visibility:hidden;
 	display:none;
}



h2{
	font: 13px Verdana,arial;
	color: #777b2a;
	font-weight: normal;
	margin-bottom: 5px;
}

h3{
	font: 10px Verdana,arial;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
}

/*****************************************************| Content|***/
#content{
	position: relative;
	float: left;
	width: 550px;
	
}

h1{
	visibility:hidden;
 	display:none;
}

#print-h1{
	font: 18px Verdana,arial;
	color: #777b2a;
	font-weight: bold;
}

#text{
	position: relative;
	float: left;
	margin-bottom: 15px;
}

#text a:hover{
	text-decoration: underline;
}


#text ul{
	margin: 0px 0px 0px 12px;
	*margin: 0px 0px 0px 15px;
	padding: 0px;
}

#text li{
	margin: 0px;
	padding: 1px 0px 1px 0px;
	list-style-image:url(/images/li-moz.gif);
	*list-style-image:url(/images/li.gif);
}

#text table tr td img {
	float: left;
	margin: 0;
}


#text table {

	border-collapse: collapse;
	clear: both;
	border-bottom: 1px solid #eae8a4;
}



#text th {
	padding: 2px;
	background: #d9d893;
	font-weight: bold;
	color: #777b2a;
}

#text td{
	border: none;
	border-bottom: 1px dotted #c9c982;
	padding: 1px 2px;
}


.hl {
	font-size: 13px;
	color: #777b2a;
	padding-bottom: 5px;

}

.green{
	color: #777b2a;
}

/*****************************************************| Formular|***/

form td{
	font: 10px verdana,tahoma;
	border: none !IMPORTANT;
	padding: 0px !IMPORTANT;
}

form{
	padding: 0px;
	margin: 0px;
}

input {
	padding: 1px 2px 1px 2px;
	height: 13px;
	margin: 2px 10px 4px 0px;
	border: 1px solid #c9c982;
	background-color: #FFFFFF; 
	font: 10px verdana,tahoma;
	color: #333333;
	width: 95px;
}


select{
	height: 17px;
	*height: 18px;
	width: 101px;
	*width: 101px;
	border: 1px solid #c9c982;
	margin: 2px 10px 4px 0px;
	font: 10px verdana,tahoma;
	color: #333333;
}

textarea {
	width: 223px;
	*width: 218px;
	height: 60px;
	padding: 2px;
	margin: 4px 0px 5px 0px;
	border: 1px solid #c9c982;
	font: 10px verdana,tahoma;
	color: #333333;
}



/*****************************************************| Footer|***/
#footer{
	visibility:hidden;
 	display:none;
}


#links{
	visibility:hidden;
 	display:none;
}

#nill{
	visibility:hidden;
 	display:none;
}

