body {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #DAE5EC;
	margin-top:3px;
}

td {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

h1 {
	font-size: 1.6em;
	color: #6C757A;
	padding-bottom:0px;
	margin-bottom:0px;
}

h3 {
	font-size: 1.2em;
	color: #6C757A;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 3px;
	margin-top: 0px;
}


a {
	color: #BB2121;
}

a.dunkelgrau {
	color: #414141;
}


table.main {
	margin-top:2px;
	width: 980px;
	background-color: #FFFFFF;
}

table.innermain {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}


#navigation {
	height: 30px;
	padding: 0 0 0 10px;
	background-color: transparent;
	background-image: url(images/navibg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#navigation ul {
	list-style-type: none;
}

#navigation li { 
	font-size: 12px;
	display: inline;
	line-height: 30px;
}

#navigation a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
	float: left;
}

#navigation a:hover { 
	color: #ffffff;
	background-image: url(images/navibgback.png);
	text-decoration: none;
	background-position: 0 -30px;
}

img.imageborder {
border-color:red;
border-style: double;
margin: 3px;
}

div.small {
	font-family: Arial;
	font-size: 11px;
}

div.rot {
	color:#BB2121;
}
a.linkstop,a.linkstop:visited,a.linkstop:active {
	color: #414141;
	text-decoration:underline;
}
a.linkstop:hover {
	color: #BB2121;
	text-decoration:underline;
}

ul	{
list-style-type: none;
margin-left: 10px;
}

li	{
margin-bottom: 3px;
}

/* FORMS */

* html input, input[type=text], input[type=password], textarea {
  border: 1px solid #dfdfdf;
  font-size: 11px;
  padding-left: 4px;
  font-family: Arial, sans-serif, Verdana;
  color: #505050;
}

input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus, textarea:hover, textarea:focus {
  border: 1px solid #000000;
}

fieldset	{
padding:20px;
}


