/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #E6E6E6;
  text-align: center;
}
p, li, td, a, strong, em, div {
  font-size: 12px;
}
#layout {
  width: 999px;
  text-align: left;
  background-color: white;
  margin: 0 auto 0 auto;
}
#lang {
  height: 27px;
  text-align: right;
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 11px;
  color: #8B8B8C;
}
#lang p {
  height: 20px;
  padding-top: 7px;
  padding-right: 5px;
}

#lang img {
  border: 0;
  margin-right: 3px;
}

#lang a {
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 11px;
  color: #8B8B8C;
  text-decoration: none;
  margin: 0 3px 0 3px;
}

#lang a:hover {
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 11px;
  font-weight:bold;
  color: #004D50;
  text-decoration: none;
}


#header {
  height: 174px;
  background-color: White;
  background: url(../img/header-image1.jpg) no-repeat center;
  width: 999px;
}
#header img {
  position: relative;
  top: 97px;
  border: 0;
}
#menu {
  width: 835px;
  height: 37px;
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 163px;
  margin-top: 3px;
  margin-bottom: 3px;
}

#menu a {
  display: block;
  width: 108px;
  float: left;
  height: 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../img/menu-norm.gif);
  padding-top: 17px;
  padding-left: 9px;
  margin-right: 2px;
}

#menu a:hover{
  background-image: url('../img/menu-act.gif');
}

#menu2 {
	height: 26px;
}
#nav {
  width: 994px;
  height: 47px;
  clear: both;
  margin-bottom: 3px;
  background-image: url(../img/rootlines.gif);
  background-position: center top;
}
#nav-inner {
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 10px;
  color: black;
  margin-left: 163px;
  padding-top: 25px;
  padding-left: 9px;
  margin-right: 250px;
}
#nav a {
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 10px;
  color: black;
  text-decoration: none;
}

#nav a:hover {
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 10px;
  color: #004D50;
  text-decoration: underline;
}

#left {
  float: left;
  width: 163px;
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 12px;
}
#left-inner {
  padding: 30px 10px 10px 10px;
}
#left h2 {
  font-size: 14px;
  font-weight: bold;
}
#left h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}
#left p {

}

#left #submenu p {
	margin: 0;
	padding: 0;
}

#left a {
  color: Black;
  text-decoration: none;
  line-height: 180% !important;
}

#left a:hover {
  color: #2EA1A5;
}
#left a.printer, #left a.back {
  color: rgb(151,151,151);
}
#left a.printer:hover, #left a.back:hover {
  color: #2EA1A5;
}

#right {
  float: right;
  width: 239px;
}
#right-inner {
  width: 236px;
}
#q-img {
  height: 203px;
}
#q-text {
  font-family: "Courier New", "Courier monospace", Courier, monospace;;
  font-size: 10pt;
  font-weight: normal;
  color: white;
  background-color: #2EA1A5;
  background-image: url(../img/zitat-oben.jpg);
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 7px;
  line-height: 130%;
  margin: 0;
}
#q-author {
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: white;
  background-color: #2EA1A5;
  background-image: url(../img/zitat-unten.jpg);
  background-repeat: no-repeat;
  padding-top: 33px;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 5px;
}
#content {
  margin: 0 239px 0 163px;
  padding: 15px 5px 5px 5px;
  font-family: "Arial", "Verdana", sans-serif;
}
#content p {
  font-size: 12px;
}
#content h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}
#content h2 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
#content h3  {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
#content p {
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 5px;
}
#content td, #content li, #content strong, #content em {
  font-size: 12px;
}
#content a {
  color: #2EA1A5
}
#footer {
  height: 27px;
  clear: both;
  background-image: url(../img/footline.gif);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 8px;
}
#footer p {
  text-align: center;
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 9px;
  color: black;
}

#footer a {
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 11px;
  color: #8B8B8C;
  text-decoration: none;
  margin: 0 3px 0 3px;
}

#footer a:hover {
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 11px;
  font-weight:bold;
  color: #004D50;
  text-decoration: none;
}

.sitemap-list{
	padding-left:15px;
}

.sitemap-list-item a {
	line-height: 170%;
}

#info-panel {
  font-family:"Verdana",sans-serif;	
}

#ip-inner {
  border:1px solid #c8c8c8;
  overflow:hidden;
  margin-bottom: 5px;
}

#ip-head {
  background-color:#9C9C9C;
  color:white;
  font-size:12px;
  font-weight:bold;
  margin-bottom:5px;
  margin-top:5px;
  padding:6px 7px;
}
#ip-img {
	float: left;
	display: block;
}
#ip-txt-container {
	margin-left: 87px;
  color:#808080;
  font-size:11px;
  margin-bottom:5px;
  padding:6px 7px;
  line-height:16px;
}
#ip-name {
	font-weight: bold;
	padding: 15px 0 15px 0;
}
#ip-mail a {
  color:#2EA1A5;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0 10px 0;
 }

#ip-tel {
	font-size: 11px;
}
#file-list {
/*	border:1px solid #c8c8c8;*/
	margin: 0 0 15px 0;
	padding: 11px 0 1px 0;
}
#file-list ul {
	padding-left: 0px;
}
#file-list li {
	list-style-type: none;
	padding: 5px 0 5px 10px;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	height: 30px;
	overflow: hidden;
}
.file-list-left {
	float: left;
	width: 275px;
	margin-left: 10px;
}
.file-list-right {
	width: 275px;
	margin-left: 300px;
}
.file-list-footer {
	clear: left;
	font-size: 1px;
	line-height: 2px;
}
#box-search {
	float: right;
	width: 230px;
	margin-top: 10px;
	padding: 0;
	text-align: center;
}
#txt-search {
	border: 1px solid #C6C6C6;
	color: #666666;
	background-color: #e8eef2;
	font-size: 16px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#btn-ok {
	margin-left: 4px;
}
