/* CSS Document */

body, div, img, ul, li, p {
	margin: 0;
	padding: 0;
}

body {
	background-color: #085172;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2px;
}

.invisible
{
    display: inline;
    visibility: hidden;
    overflow: hidden;   
    position: absolute;
    left: -1000px;
    top: -1000px;
    width: 0px;
    height: 0px;
    margin: 0;
    padding: 0;
}


/* ---------- Seitenkopf ----------- */
#header {
	border: 1px solid #fff;
	width: 739px;
}

/* ---------- Navigation ---------- */
#mainnavi {
	background-image: url(../img/layout/mainnavi_bg.jpg);
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #00008b;
	font-size: 10px;	
	height: 18px;
	width: 739px;
}

#mainnavi a {
	color: #fff;
}

/* ---------- Content ---------- */
#contentWrapper {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 739px;
}

#contentWrapper h1 {
	color: #2f312e;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 0 20px;
}

#contentLeft {
	background-color: #fff;
	float: left;
	height: 473px;
	font-size: 11px;
	line-height: 18px;
}

#contentLeft p {	
	margin: 20px 5px 10px 12px;	
}

#contentLeft a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#contentLeft a:hover {
	text-decoration: underline;
}

#contentRight {
	background-color: #f5f5f5;
	float: left;
	height: 473px;
}

.content {
	height: 88%;
	font-size: 11px;
	line-height: 18px;	
	margin: 20px 20px;
	overflow: auto;
}

.content a {
	color: #2e2e2e;
	font-weight: bold;
	text-decoration: none
}

.content a:hover {
	text-decoration: underline;
}

.content h1, h2, h3 {
	color: #184c61;
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
}

.content p {
	margin-bottom: 12px;
}

.content table.space td {
	padding: 0 25px 0 3px;
}

.content th {
	text-align: left;
	font-weight: normal;
	padding: 2px 5px 2px 3px;
	background-color: #d5d5d5;
}

input, select {
	border: 1px solid #d5d5d5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}

input.btn {
	background-color: #f5f5f5;
	padding: 3px 5px 3px 5px;
	width: 175px;
}

input.txtlang, select {
	width: 220px;
	margin-bottom: 5px;
}
textarea.txtlang {
	border: 1px solid #d5d5d5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 1px 2px 1px 2px;
	width: 220px;
}

#contentLeft li {
	background-position: 0 2px;
}

ul {
	text-align: left;
	margin-bottom: 8px;
}

li {
	background-image: url(../img/layout/li_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-left: 10px;
	padding-left: 15px;
	list-style-type: none;
}

/* ---------- Seitenfuss ---------- */
#footer {
	background-color: #015079;
	border: 1px solid #fff;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	width: 739px;
}

