body, table
{
	color: #222222;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	scrollbar-3dlight-color: #005aa5;
	scrollbar-arrow-color: #005aa5;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #005aa5;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
}

ul
{
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-position: outside;
}

ol
{
	list-style-type: decimal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	list-style-position: outside;
}

li
{
	padding-top: 5px;
}

li.menu
{
	padding-top: 0px;
}

input, select, option, password
{
	border: 1px solid #005aa5;
	font-size: 10px;
}

textarea
{
	border: 1px solid #005aa5;
	font-size: 12px;
}

fieldset
{
	padding: 10px;
}

legend
{
	color: #005aa5;
	font-weight: bold;
}

.radio
{
	border: 0px;
}

input.rightAlign
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

input.submit
{
}

h1
{
	font-size: 20px;
	font-weight: normal;
	display: inline;
	color: #005aa5;
	line-height: 30px;
}

h2
{
	font-size: 12px;
	display: inline;
}

h3
{
	font-weight: bold;
	display: inline;
}

hr
{
	border: 1px solid #005aa5;
}

p
{
	margin-top: 6px;
	margin-bottom: 12px;
}

table
{
	
}

th
{
	background-color: #005aa5;
	color: white;
	font-weight: bold;
}

tr
{
}

td
{
}

/* own styles */

.errorbox
{
	border: 2px solid red;
	padding: 3px;
	background-color: #ffffff;
}

.list
{
	padding: 4px;
}

.headnormal
{
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: #005aa5;
	text-align:center;
}

.headsmall
{
	font-size: 12px;
	font-weight: normal;
	display: inline;
	color: #005aa5;
	text-align:center;
	padding-top: 10px;
}

.menuDiv
{
	background-color: transparent;
	width: 200px;
	border: 0px solid #d0d0d0;
	border-bottom-width: 3px;
	xpadding: 15px 0px 0px 15px;
	margin: 10px 0px 0px 10px
}

.menu
{
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}

.divHead
{
	background: #005aa5;
	color: White;
	font-weight:bold;
}

.meldung
{
	font-weight: bold;
	color: #ff5555;
	padding: 10px 0px 10px 0px;
}

.tabelleRow
{
	border: 0px solid #d0d0d0;
	border-top-width: 3px;
	padding: 10px 0px 10px 0px;
	vertical-align: top;
}

/* links */

a:link
{
	color: #005aa5;
	text-decoration: none;
}

a:visited
{
	color: #005aa5;
	text-decoration: none;
}

a:hover
{
	color: #005aa5;
	text-decoration: underline;
}

a:active
{
	color: #005aa5;
	text-decoration: none;
}


a.menu:link
{
	font-size: 14px;
	font-weight: bold;
	color: #005aa5;
	text-decoration: none;
}

a.menu:visited
{
	font-size: 14px;
	font-weight: bold;
	color: #005aa5;
	text-decoration: none;
}

a.menu:hover
{
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}

a.menu:active
{
	font-size: 14px;
	font-weight: bold;
	color: #005aa5;
	text-decoration: none;
}


a.bottom:link
{
	color: #444;
	text-decoration: none;
}

a.bottom:visited
{
	color: #444;
	text-decoration: none;
}

a.bottom:hover
{
	color: #444;
	text-decoration: underline;
}

a.bottom:active
{
	color: #444;
	text-decoration: none;
}

