/* CSS */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 25px 0 0 25px;
}

/*
	Akronyme hervorheben
*/
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

.logo {
	width:550px;
	vertical-align:bottom
}

.logofont {
	font-size: 20pt;
	font-weight: bold;
	float:left;
}

.content {
	border: 1px solid #59636F;
	background-color: #D9E3EF;
	height: auto;
	width: 550px;
	padding: 5px;
}

.content p {
	margin: 12px 0;
}

.statusborder {
	border: 1px solid #000000;
	background-color: #A9C0D9;
	padding: 1px;
	width: 99%;
	margin: 12px 0 15px 0;
}

.statusbar {
	width: 5%;
	background: url(images/statusgradient.gif) #5A7491 repeat-x;
	border-bottom:1px solid #8598AC;
	border-right:1px solid #8598AC;
	border-top:1px solid #B0C4D9;
	border-left:1px solid #B0C4D9;
	padding-left:2px;
}

.statusfont {
	color: #FFFFFF;
}

.title {
	font-weight: bold;
	font-size: 12pt;
}

.seperator {
	font-size:0pt; /* IE */
	background-image: url(images/seperator.gif);
	height: 2px;
	width: 100%;
	margin: 0 0 3px 0;
}

.bottom {
	width:550px;
	text-align:right;
	margin-top:5px;
}



img {
	border:0
}

a:link {
	color: #1271A7;
	text-decoration: underline;
}

a:visited {
	color: #1271A7;
	text-decoration: underline;
}  

a:hover {
	color: #1271A7;
	text-decoration: none;
}

a:active {
	color: #1271A7;
	text-decoration: underline;
}  


ul {
	margin: 12px 0 0 25px;
	padding: 0;
	list-style-type: square;
}

ul li {
	padding: 0;
	margin: 0;
}

/* thanks to http://www.sovavsiti.cz/css/w3c_buttons.html */
div.w3cbutton1 {
	position: relative;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
}

div.w3cbutton1 a {
	display: block;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #4a4a4a;
}

div.w3cbutton1 a.w3c1 {
	width: 3em;
	border-left: 1px solid #cecece;
	text-align: center;
}

div.w3cbutton1 a.spec1 {

	position: absolute;
	left: 3em;
	top: 0;
	width: 6.5em;
	border-right: 1px solid #4a4a4a;
	padding-left: 0.5em;
}

div.w3cbutton1 a.w3c1:link,
div.w3cbutton1 a.w3c1:visited,
div.w3cbutton1 a.w3c1:hover {
	background-color: #fff;
	color: #0c479d;
	text-decoration: none;
}
div.w3cbutton1 a.spec1:link,
div.w3cbutton1 a.spec1:visited,
div.w3cbutton1 a.spec1:hover {
	background-color: #fc6;
	color: #000;
	text-decoration: none;
}

