/* ALLGEMEIN */

body {
	margin:0px;
	background-color:#FFFFFF;
	height:100%;
}
#body_website {
	background-image:url(../img/layout/bg_main.png);
	background-repeat:repeat-x;
	background-position:top;	
	background-color:#cccccc;
}
body,td,th,input,select,textarea,legend {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
a:link,a:visited,a:active {
	color: #004582;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:100;
	color: #004582;
	margin:0px 0px 8px 0px;
}
h2 {
	font-size:15px;
	line-height:20px;
	font-weight:100;
	color:#797979;
	margin:10px 0px 5px 0px;
}
h2.subtitle  {
	margin:0px 0px 10px 0px;
}
h3 {
	font-size: 14px;
	text-decoration:underline;
	font-weight:bold;
	color: #004582;
	margin:0px 0px 10px 0px;
}
h4 {
	font-size: 13px;
	text-decoration:none;
	font-weight:100;
	color: #161616;
	margin:0px 0px 10px 0px;
	font-style:normal;
}
fieldset {
	border:1px solid #b8e8ff;
	padding:0px 8px 8px 0px;
	max-width:530px;
}
.fieldsetContent {
	padding:3px 0px 0px 8px;
	max-width:530px;
}
.fieldsetContent ul {
	padding-left:1px;
}
fieldset legend {
	margin:0px 0px 0px 8px;
	padding:0px 0px 0px 0px;
}
fieldset legend h2,fieldset legend h3 {
	margin:0px;
}
label {
	cursor:pointer;
}
table,td,tbody {
	background:none;
}
body,td,th {
	line-height:18px;
}
th {
	padding-right:6px;
	padding-bottom:2px;
	text-align:left;
}
p {
	margin:0px 0px 10px 0px;
}
input,select,textarea {
	color:#000000;
	/*border:1px solid #8e8e8e;*/
	padding:0px 0px 1px 2px;
}
input.helptext
{
	color:#5a5a5a;
}
input.check {
	border:none;
	cursor:pointer;
}
hr {
	color:#CCCCCC;
	height:1px;
}
img,.img {
	border:0px;
	margin:0px;
	padding:0px;
}
form {
	margin:0px;
}
ul
{
	margin-bottom:0px;
	margin-left:16px;
	padding-left:0px;
}
ol
{
	margin-bottom:15px;
	margin-left:25px;
}
ul li {
	list-style-image:url(../img/design/li.png);
}
ul li ul {
	padding-top:4px;
}
ul li ul li {
	list-style-image:url(../img/design/li2.png);
}