body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
}

div { background-repeat: no-repeat; }

a {
	text-decoration: none;
	color: #4076BB;
}

a:hover {
	text-decoration: underline;
}

li a:hover, .tab .tablink a:hover {
	text-decoration: none;
}

h1 { font-size: 20px; margin: 0 0 8px 0; }
h2 { font-size: 20px; margin: 0 0 8px 0; }
h3 { font-size: 14px; }
h4 { font-size: 12px; color: #4076BB; }
h5 { font-size: 10px; text-transform: uppercase; margin: 0 0 10px 0; }

/* trennlinie */
.separator {
	border-bottom: 1px dotted gray;
	padding-bottom: 10px;
}

p { margin-bottom: 0; }

small { font-size: 9px; }

input { width: 120px; }

.space { margin-top: 8px; }

.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }

.bold { font-weight: bold; }

/* make a object 30% clear & a other cursor by mouseover */
.clickable:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.clickable { cursor: pointer; }