@charset "utf-8";
/* CSS Document */

/* türkis = #006e7c
   orange = #f29d29 */

body {
	border:0;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

img {
	border:0;
	margin:0;
	padding:0;
}

div#center {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

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

a:hover {
	color:#f29d29;
}

/* KOPF */

div#kopf {
	width:1000px;
	height:191px;
	background-image:url(../bilder/design/Kopf-Hintergrund.png);
}

div#logo {
	width:571px;
	height:156px;	
}

div#navigation {
	width:970px;
	margin:0 0 0 10px;
}

table#navigation {
	width:100%;
	padding:4px 80px 0 80px;
}

div#navigation td {
	text-align:center;
}

div#navigation td a {
	text-decoration:none;
	color:#006e7c;
	font-weight:bold;
	font-size:16px;
}

div#navigation td a:hover {
	color:#f29d29;
}

/* INHALT */

div#mitte {
	background-image:url(../bilder/design/Inhalt-Hintergrund.png);
	width:1000px;;
	text-align:center;
}

div#inhalt {
	padding:0 0 0 10px;
	width:970px;
}

div.box_mitte {
	text-align:left;
	width:800px;
	margin:0 auto;
	padding:10px 30px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

div.navi_links {
	width:200px;
	float:left;
	text-align:left;
}

div.navi_links a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}

div.navi_links a:hover {
	color:#f29d29;
}

div.navi_links ul {
	padding:10px 0 10px 30px;
	margin:10px 0 0 0;
	border:0;
}


div.navi_links ul li {
	list-style-type:none;
	padding:0;
	margin:0 0 10px 0;
}

div.box_rechts {
	text-align:left;
	width:650px;
	padding:10px 30px;
	margin-left: 30px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	float:left;
}

div.clear {
	clear:both;
}

/* FUSS */

div#fuss {
	width:1000px;
	height:49px;
	background-image:url(../bilder/design/Fuss-Hintergrund.png);
}

div#fuss p {
	padding:8px 0 0 10px;
	width:970px;
	text-align:center;	
	color:#006e7c;
	font-size:13px;
	margin:0;
}

div#fuss p a {
	text-decoration:none;
	color:#006e7c;
}

div#fuss p a:hover {
	text-decoration:none;
	color:#f29d29;
}

h2,h3,h4 {
	font-size:16px;
}

h1 {
	font-size:18px;
}

.rottextinput {
	border:1px solid red;
}


