* {
	padding: 0;
	margin: 0;
}

html {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}
body {
	margin: 0px;
	text-align: center;
}

.page {
	background-image: url(img/bkgr_2.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
	min-width:1000px;
	/*z-index: 0;*/
}

.page-kontakt {
	background-image: url(img/bkgr_2k.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
}
	
a {
	text-decoration: none;
	color: #0E357E;
	font-weight: bolder;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0E357E;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	/*font-style: italic;*/
}
a:active {
	/*text-decoration: underline;*/
	color: #0E357E;
	font-weight: bold;
}
h1 {
	color: #990000;
	line-height: 28px;
}
h2 {
	color: #990000;
	line-height: 18px;
}
h3 {
	color: #990000;
}
.editmode {
	color: red;
	font-size: 10px;
}
#container {
	height: auto;
	width: 1000px;
	position: relative;
	font-size: 12px;
	/*margin-top: 5px;*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.head {
	height: 260px;
	background-image: url(img/head_n9.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
}

.head-kontakt {
	height: 260px;
	background-image: url(img/head_n9k.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
}

.tabelle1, .tabelle2{
	width: 100%;
}

.tabelle1 th {
	border-bottom: black 1px solid;
	text-align: left;
	padding: 3px 20px 5px 10px;
}

.tabelle1 td {
	/*border-bottom: black 1px solid;*/
	text-align: left;
	padding: 3px 20px 3px 10px;
}

.tabelle2 th {
	border-bottom: black 1px dashed;
	text-align: left;
	padding: 3px 10px 5px 10px;
}

.tabelle2 td {
	border-bottom: black 1px dashed;
	text-align: left;
	padding: 3px 10px 3px 10px;
}

.rand-rechts {
	border-right: black 1px dashed;
}

#container #head #logo {
	height: 100px;
	width: 250px;
	position: relative;
	float: right;
	top: 50px;
	right: 30px;
}

#navi {
	float: left;
	height: auto;
	width: 180px;
	position: relative;
	padding-bottom: 10px;
}
#container #main {
	float: left;
	clear: right;
	height: auto;
	width: 820px;
	position: relative;
	color: #000000;
}

#container #main-kontakt {
	float: left;
	clear: right;
	height: auto;
	width: 780px;
	position: relative;
	color: #000000;
	padding: 0 20px;
}

#container #main #text {
	float: left;
	height: auto;
	width: 620px;
	position: relative;
	padding: 0px 10px;
}

#container #main #text ul{
	list-style-type: circle;
	margin-bottom: 16px;
	padding-left: 40px;
	/*border-top: 1px solid #0E357E;*/
}

/*#container #main #text table {
	border-width: 0;
	border-spacing: 2px;
}
#container #main #text table th, #container #main #text table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: 3px;
}*/

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 1000;
	position: relative;
	font-size: 10px;
}
#footer #sumalex a:link {
	color: #0E357E;
}
#footer #sumalex a:hover {
	color: #990000;
	font-style: normal;
}
#footer #sumalex {
	float: left;
	height: 15px;
	width: 150px;
	position: relative;
	color: #0E357E;
	margin-top: 30px;
}
#footer #standart a:link {
	color: #0E357E;
}
#footer #standart a:hover {
	color: #990000;
}
#footer #standart {
	float: right;
	height: 15px;
	width: 75px;
	position: relative;
	padding-left: 5px;
	margin-top: 30px;
}

.headlinelink,
.headlinelink:VISITED,
.headlinelink:ACTIVE {
	font-weight: bold;
	color: #0E357E;
	margin-top: 7px;
}

.headlinelink:HOVER {
	font-weight: bold;
	color: #990000;
}

#listform {
	clear: both;
	border-top: 2px solid #a2c7da;
	margin-top: 10px;
	padding-top: 7px;	
}

#listform div h3 {
	font-size: 0.9em;
	float: right;
	margin-top: 0px;
}

.bottom_img {
	background-image: url(img/bottom_2.jpg);
	background-position: center;
	width: 100%;
	height: 120px;
}

.bottom_img_k {
	background-image: url(img/bottom_2k.jpg);
	background-position: center;
	width: 100%;
	height: 120px;	
}

.clear {
	clear: both;
}

#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #0E357E;

}

#navi ul li {
	/*padding: 5px 17px;*/
	border-bottom: 1px solid #0E357E;	
}

#navi ul li:hover  {
	background-color: #d5e4e9;
	
}

#navi a,
#navi a:visited,
#navi a:link{
	padding:5px 17px;
	color: #0E357E;
	text-decoration: none;
	display:block;
}

* html #navi a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

#navi ul li.act {
	background-color: white;
}

#navi ul li.act a:hover {
	color: #0E357E;
}

#rechts {
	float: right;
	height: auto;
	width: 160px;
	position: relative;
	padding: 0px 10px;
	text-align: center;
}

#rechts h3{
	
	/*height:20px;
	line-height:20px;*/
	color: #0e357e;
	/*background-color: #a0c3d5;*/
	margin-bottom: 25px;
}

#rechts .more {
	margin: 8px 15px 18px;
}


