

/*****************************/
/*** Core html setup stuff ***/
/*****************************/




*:focus { outline: 0; }

html, body {

	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	text-align:left;
}
body {

	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	color: #111;

	background:url(../images/HG/parkett.jpg);
}


ul, ol{

	margin:10px 0;
	padding-left:40px;
}

	#content ul{


		list-style:none;
		padding-left:20px;
}		
	#content ul li{

		font-size:8pt;
		list-style:none;
		padding-left:26px;
		padding-bottom:2px;
		background:url(../images/symbols/checks/16-square-green-check.png ) no-repeat 0px  2px; /* sets list backgorund for ff position */
/*		min-height:/**/0px;  /* for ie7 bullets to align in the right position  */
		_height:/**/1; */
}		

	

* td{

	vertical-align:top;
}


form {
  margin: 0;
  padding: 0;
}


a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input,
button,
button.button,
input.button {

	border:1px solid #135CAE;
	border:1px solid #ccc;		
	padding:4px 2px 2px 5px;
}
input[type=text],
input[type=password] {

	border:1px solid #135CAE;
	border:1px solid #ccc;		
	padding:4px 2px 2px 5px;
	background-image:url(../images/elements/input_hg.png);
}
input[type^=checkbox],
input[type^=radio] {

	border:0px solid #ccc;	
	background:#000;
	padding:0;
	margin:0;	
}
input[type^=submit],
input[type^=reset],
button[type^=submit],
button.button,
input.button { 

	width:120px;
	min-width:120px;
	max-width:220px;
	cursor: pointer;
	border:1px solid #135CAE;	
	border:1px solid #ccc;	
	
	color:#ccc;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	
	background-color:#ccc;	
	background-color:#111;	
	background-image:url(../images/button_hg.png);
	background-repeat:repeat-x;
 }
		
		
textarea {

	border:1px solid #ccc;		
	padding:4px 2px 2px 5px;
	background-image:url(../images/elements/input_hg.png);
}


p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }