/** BASIC */

html, body {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	height: 100%;
	width:100%;
	background-color:#C3DFFC;
}


.container {
	height:100%;
	width:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 100%;
	background-image:url('images/header_bg.png');
	margin: 0px auto;
	height: 136px;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}


/** MENU */

#menu {
	width: 100%;
	margin: 0px auto;
	background-color:#C3DFFC;
	border-bottom: 1px solid black;
	text-align:center;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	padding-left:10px;
	padding-right:10px;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
}


/** CONTENT */

#content {
	width: 100%;
	height:100%;
	margin: 0px auto;
	padding: 0px;
}

#columnA {
	float: left;
	padding-left: 20px;
	background-color:#B0D7FF;
	width:100%;
}

#columnA h2 {
	height: 22px;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 175px;
	height:100%;
	background-color:#C3DFFC;
}

#columnB h3 {
	height: 22px;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

#columnC {
	float: right;
	width: 175px;
	height:100%;
	background-color:#C3DFFC;
}

#columnC h3 {
	height: 22px;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}
/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}

/** Regger */
.regger_checkbox {
	width:20px;
	height:20px;
}


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

td.trenner {
	width:10px;
}


td.input {
	text-align:right;
}

td.input input {
	width:105px;
	height:15px;
	border:1px solid #1E3851;
	font-size:12pt;	
}

td.input textarea {
	border:1px solid #1E3851;
	font-size:8pt;	
}

td.input select {
	width:243px;
	height:18px;
	font-size:8pt;
}

tr.row0 {
	background-color:#E0E8EF;
}

tr.row1 {
	background-color:#EFF7FF;
}


td.footer_left
   {
   background-image:url(images/footer_left.gif);
   background-repeat:no-repeat;
   background-position:0px 0px;
   }

td.footer_right
   {
   background-image:url(images/footer_right.gif);
   background-repeat:no-repeat;
   background-position:0px 0px;
   }