html, body {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}
body {
	background-color: #152757;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #101E43;
	text-decoration: none;
}
ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #101E43;
	text-decoration: none;
	list-style-image:url(../images/dot.gif);
	line-height: 14px;
}

.bildtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #83868e;
	text-align: left;
}
.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #101E43;
	text-decoration: none;
	text-align: left;
}
.ueberschrift_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #101E43;
	font-weight: bold;
}
.ueberschriften {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: lighter;
	color: #EBE0A0;
}
.ueberschriften_klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #101E43;
	font-weight: bold;
}
.mini {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #101E43;
}
.klein {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #101E43;
}
input {
	background-color: #BAC0D2;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #333333;
}
.courier {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

textarea {
	border: 1px dotted #333333;
	background-color: #BAC0D2;
}
.send {
	background-color: #B0B8CC;
	border: 1px solid #C9CEDC;
}
a:link {
	color: #263764;
	text-decoration: none;
}
a:visited {
	color: #69769C;
	text-decoration: none;
}
a:hover {
	color: #69769C;
	text-decoration: none;
}
a:active {
	color: #263764;
	text-decoration: none;
}


.hl_line {
	background-image: url(../images/hl_line.gif);
	background-repeat: no-repeat;
}

