body {text-align: center;}
html, body {
	margin:0; 
	padding:0; 
	color: #06375F; 
	font-family: Verdana, Arial, sans-serif;
	background-image: url(../images/main/body_bg.gif);
}
#center {
	width: 765px;
	margin: auto;
	text-align: left;
	position: relative;
}
#box0 {
	margin:0; padding:0;
	background-color: #fff;
	width: 765px;
	position: absolute;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#box1 {
	margin: 0;
	padding: 0;
	height: 160px;
	width: 765px;
	background-color: #fff;
	position: relative;
	background-image: url(../images/ttari_schriftzug_blau.jpg);
	z-index: 1;
}

#box2 {
	margin: 0px;
	padding: 0;
	height: 25px;
	width: 765px;
	position: relative;
	top: 140px;
	z-index: 2;
}

#box4 {
	margin: 0px;
	padding: 0;
	margin:0;
	width: 765px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: White;
	z-index: 6;
		font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
}
#box5 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 765px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #5A659D;
	z-index: 5;
}
#titleright {text-align: right; padding: 20px 40px 0;}
#titleleft {text-align: left; padding: 20px 0 0 40px;}
#leftpart {width: 330px; float: left; padding: 20px 10px 20px 40px;}
#rightpart {width: 330px; float: right; top: 50px; padding: 20px 40px 20px 10px;}
#antrieb {position: absolute; bottom: 0px; right: 50px; z-index: 6;}
/* Navigation ------------------------------ */
#nav {
	margin:0; 
	padding:0;
	width: 765px;
}
div#nav ul { /* Linker, oberer + rechter Rand der Submenü-Leisten */
	margin: 0;
	padding: 0;
	height: 25px;
	float:right;
}
#nav li {
	list-style:none; 
	float:left; 
	padding-left: 4px; 
	margin:0; 
	font-size: 10px; 
	line-height: 20px; 
	white-space: nowrap; 
	background: #5A659C url(../images/button1.gif) 0 0 no-repeat;
}
#nav a {
	display:block; 
	float:left; 
	padding: 0 16px 0 12px; 
	text-decoration:none; 
	font-weight: bold; 
	background: #5A659C url(../images/button1.gif) 100% 0 no-repeat; 
	color: #fff; 
	width: .1em;
}
html>body #nav a {
	width: auto;} /*fixes IE6 hack*/
	/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
#nav a {float: none;} /* End of IE5-Mac hack */
#nav a:hover {color:#000;}
#nav #current, #nav #current a {color: #fdb; background-image: url(../images/button3.gif);}
#nav li:hover, #nav li:hover a {background-image: url(../images/button2.gif);}

/* Ende der Navigation ---------------------- */

img {
	border: none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
.h3liste {
	list-style-type: circle;
	margin: 0;
	padding-left: 15px;
}
.copyright {font-size:9px; color:White; text-align: center; padding-top:6px;}

a, a:link, a:visited {text-decoration: underline; color: #06375F;}
a:hover, a:active {color:#FF9B5F;}

.copyright a, .copyright a:link, .copyright a:visited {text-decoration: none; color:White;}
.copyright a:hover, .copyright a:active {color:#FF9B5F; text-decoration: underline;}
/* --------------- Formulare -------------------  */

form {
	padding: 20px 5px 15px 5px;
	border: 1px solid #006699;
	width: 308px
}
form.cynthia {
	text-align: left;
}
input, textarea {
	background-color: #C3D2DF;
	margin: 5px;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	border: 1px solid #C3D2DF;
}
.beschriftung { 
	width: 100px;
	padding-top: 10px;
	float: left;
	line-height: 100%;
	text-align: left;
	clear: left;
	font-size: 100%;
}
.langebeschriftung { 
	width: 100px;
	padding-top: 5px;
	float: left;
	line-height: 100%;
	text-align: left;
	clear: left;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #fff;
	border: 1px solid black;
	width: 188px;	
}
input, textarea, textarea:focus, textarea:hover {
	width: 188px;
}
input.check {
	width: 15px;
	background-color: white;
}
#box4 input.submit, #box4 input.reset {
	background-color: #C3D2DF;
	border: 3px double #006699;
	width: 80px;
	font-size: 80%;
	margin-left: 8px;
}
#box4 .submit:focus, #box4 .reset:focus, #box4 .submit:hover, #box4 .reset:hover {
	background-color: #fff;
	border: 3px double #006699;
	width: 80px;
}
select {
	border-color: #C3D2DF;
	background-color: #C3D2DF;
	margin: 5px;
	width: 195px;
}
select:focus, select:hover {
	border-color: #C3D2DF;
	background-color: #fff;
	width: 195px;
}
/* -------------- Tabellen ------------- */
.tabelle1 { 
	width: 100px;
	padding: 0px 0 0 20px;
	float: left;
	line-height: 100%;
	text-align: left;
	clear: left;
	font-size: 100%;
}
.tabelledata1 {
	line-height: 100%;
	padding: 0 0 0 120px;
}
.tabelle2 { 
	width: 30px;
	padding: 0px 0 0 20px;
	float: left;
	line-height: 100%;
	text-align: left;
	clear: left;
	font-size: 100%;
}
.rechts {
	text-align: right;
}
.mini {
	font-size: 10px;
}

/* ----- neue CSS Einträge ----- */
div#datenschutz{margin: 30px 50px 50px 50px; width:680px;clear:both;}
