body {
	background-attachment: fixed;
	margin: 20px;
	background-color: white;
	background-image: url(background.jpg);
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #4F4F4F;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-track-color: #FFFFFF;
}

.main {
	width: 600px; 
	position: absolute; 
	left: 150px;
	padding-bottom: 20px;
}

@media print {
  .main {width: 600px; position: absolute; left: 0px;}
}

p,body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	color: black;
	font-weight: normal;
	text-align: justify;
}

li {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
}

td,th {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: justify;
}

th {
	font-weight: bold;
	vertical-align: top;
}

td.left, th.left {
	padding-left:0px;
}

h1 {
	font-size: 24px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	color: #FF8000;
	text-align: right;
	margin-bottom: 30px;
	border-bottom: 3px solid black;
}

h2 {
	font-size: 18px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #FF8000;
	margin-bottom: 18px;
}

h3 {	
	font-size: 14px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #FF8000;
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


hr {
	width: 100%;
	color: black;
}

a:link, a.unvisited:visited {
	text-decoration: none;
	color: #FF8000;
}

.colored {
	color: #FF8000;
}
	
a:hover, a.unvisited:hover {
	text-decoration: none;
	color: #C74634;
}

a:active {
	text-decoration: none;
	color: #C74634;
}

a:visited {
	text-decoration: none;
	color: gray;
}

input,select,textarea {
	font-family: Verdana, sans-serif;
	color: black;
	/*border:1px solid gray;*/
	background:transparent;
}

input.button, button {
	cursor:pointer;
}

input.radio,input.checkbox {
	/*border:none;*/
}

.searchwidth { 
	width: 200px 
}

div.line {
	border-bottom:1px solid black;
	height:1px;
	margin-top:6px;
	margin-bottom:6px;
	font-size:0;
}

div.line2 {
	border-bottom:2px solid black;
	height:2px;
	margin-top:6px;
	margin-bottom:6px;
	font-size:0;
}

.wichtig {
	background-color: #FFF4EA;
}
