/* CSS Document */
*{ padding: 0; margin: 0; border: 0; }
body {
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
	color: #3a3a3a;
	background: url(bilder/bg2.gif);
	font-size: 100%; }
#frame { width: 1008px;
		margin: auto; }
a:link, a:visited {
		color: #008480;
		font-weight: bold;
		text-decoration: none; }
a:hover { color: #777;
		text-decoration: underline; }
a:active { color: #008480; }


/* Horizontale Aufteilung */

#reihe1 {
		width: 100%;
		height: 50px;
		background-color: #d2dfdc;
		text-align: right; }
#reihe2 {
		width: 100%;
		height: 170px;
		text-align: left;
		background-color: #fff;
		background-image: url(bilder/hg.gif); }
#reihe3 {
		width: 100%;
		height: 85px;
		background-image:url(bilder/streifen.gif);
		background-repeat: repeat; }
#reihe4 {
		width: 100%;
		height: 100%;
		background-color: #fff;
		background-image: url(bilder/hg.gif);
		background-repeat: repeat;
		text-align: left; }
#footer {
		width: 998px;
		padding: 5px;
		background-color: #98ccc8;
		color: #ffffff;
		text-align: center;
		font-size: 0.7em;
		letter-spacing: 0.08em; }


/* Reihe 1 -- Navigation */

#navlist {
		padding-right: 60px;
		padding-top: 25px; }
#navlist li {
		display: inline;
		list-style-type: none;
		padding-left: 20px; }
#navlist a:link, a:visited { font-size: 0.7em; }
#navlist .hier {
		color: #777777;
		text-decoration: underline; }

/* ENDE Reihe 1 -- Navigation */


/* Reihe 2 -- Header (Bild, Logo, Fahnen) */

#header_bild {
		width: 284px;
		height: 170px;
		padding-left: 17px;
		float: left; }
#header_weiss {
		text-align: right;
		width: 693px;
		height: 170px;
		float: left; }
#logo {
		padding-top: 40px;
		padding-right: 44px; }
#fahnen {
		padding-top: 25px;
		padding-right: 44px; }
#fahnen li {
		display: inline;
		list-style-type: none;
		padding-left: 20px; }

/* ENDE Reihe 2 -- Header */


/* Reihe 3 - Ueberschriften */

h1 {
		font-family: "Gill Sans", "Lucida Sans", "Franklin Gothic Medium", serif;
		font-size: 1em;
		padding-top: 20px;
		padding-left: 313px;
		letter-spacing: 0.4em;
		font-weight: bold;
		text-align: left; }
h2 {
		font-family: "Gill Sans", "Lucida Sans", "Franklin Gothic Medium", serif;
		font-size: 0.85em;
		padding-top: 15px;
		padding-left: 313px;
		letter-spacing: 0.46em;
		font-weight: bold;
		text-align: left; }

/* ENDE Reihe 3 - Ueberschriften */


/* Reihe 4 */


	/* Navigation */
#navcontainer {
 		width: 263px;
		float: left;
		padding-left: 17px;
		padding-bottom: 30px; }
#navcontainer ul { list-style-type: none; margin: 0 0 1px 0; }
#navcontainer a {
		display: block;
		padding: 10px 0px 10px 5px;
		font-size: 0.8em;
		background-color: #d2dfdc;
		text-decoration: none;
		border-bottom: 1px solid #fff; }
#navcontainer a:hover {
		background-color: #e4ecea;
		color: #777;
		text-decoration: underline; }
#navcontainer a.current {
		background-color: #e4ecea;
		color: #777;
		text-decoration: underline; }
#navcontainer li ul li ul  {
		margin: 0 0 0px 0;
		list-style-type: none; }
#navcontainer ul ul a {
		display: block;
		padding: 5px 0px 5px 30px;
		width: 232px;
		color: #008480;
		background-color: #d2dfdc;
		text-decoration: none; }
#nav2level li { text-indent: 30px;
		font-size: 0.95em; }
#nav3level li { text-indent: 60px;
		font-style: italic; }
	/* ENDE Navigation */

	/* Textbereich */
#main {
		width: 700px;
		margin-left: 4px;
		padding-bottom: 40px;
		float: left; }
#inhalt {
		padding: 41px 30px 0px 29px;
		 }
#inhalt p, span {
		font-size: 0.8em;
		line-height: 1.4em;
		letter-spacing: 0.08em;
		text-align: justify; }
#inhalt a {
		font-size: 1em;
		line-height: 1.4em;
		letter-spacing: 0.1em; }
#list_container ul {
		text-align: left;
		padding-left: 40px; }
#simple_list_container ul {
		text-align: left;
		padding-left: 54px; }

#list_container ul {
		list-style-type: none; }
#list_container ul li a {
		background: transparent url(bilder/pfeil_li.gif) left center no-repeat;
		padding-left: 20px;
		text-align: left;
		letter-spacing: 0.08em;
		font-size: 0.8em; }
#list_container ul li a:hover {
		background: transparent url(bilder/pfeil_li_hover.gif) left center no-repeat;
		color: #777;
		text-decoration: underline; }
#simple_list_container ul {
		list-style-type: circle; }
#simple_list_container ul li {
		padding-left: 10px;
		text-align: left;
		letter-spacing: 0.08em;
		font-size: 0.8em ; }
.ueb {
		border-left: 10px solid #98ccc8;
		padding: 5px;
		height: 50px;
		background-image:url(bilder/streifen.gif);
		background-repeat: repeat;
		font-weight: bold;  }
.abstand15 { padding-top: 15px; }
.abstand25 { padding-top: 25px; }
.abstand35 { padding-top: 35px; }
#abstandlinks60 { padding-left: 60px; }
#zitat { padding-top: 25px;
		width: 500px;
		padding-left: 65px;
		text-align: justify; }
.en { padding-right: 0px; }
table { border: #CCCCCC solid 1px; }
td {
		font-size: 0.8em;
		line-height: 1.4em;
		letter-spacing: 0.08em;
		padding-left: 5px; }
.tdueb { 
		background-color:#CCCCCC; }
.tdrahm { border-left: #CCCCCC solid 1px; }
tr { height: 20px; }
#linkabst { padding-left: 20px; }

		/* Fussnote */
.fussnote { font-size: 0.7em; }
.fn1 { 	vertical-align: top;}
		/* ENDE Fussnote */

	/* ENDE Textbereich */
	/* Kontaktseite - Formular */
#adresse {
		padding-top: 20px;
		text-align: right;
		font-size: 0.8em;
		line-height: 1.4em;
		letter-spacing: 0.08em;
		text-align: left; }
#formbox {
		padding-top: 25px;
		padding-left: 29px;
		width: 450px; }
input {
		height: 25px; }
input, textarea {font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
  		font-size: 0.9em; }
input:hover, textarea:hover, select:hover {
		border-color: #008480; }
.reihe {
		clear: both;
		width: 450px;
        height: 30px; }
.knopf {
		margin-top: 60px;
		height: 30px;
		text-align: center; }
.newsknopf {		
		padding: 10px;
		height: 30px;
		text-align: center;}
.label {
		float: left;
		width: 128px;
		text-align: right;
		padding-top: 3px;
		padding-right: 5px; }
.feld {
		width: 260px;
		float: left;
		text-align: left; }
.checkersfeld {
		float: left;
		text-align: left; }
.checkers {
		float: left;
        margin-top: 0px;
        padding: 3px; }
.defbreite {
		width: 260px;
		border: 1px solid #d2dfdc; }
.defhoehe {
		width: 260px;
		height: 70px;
		border: 1px solid #d2dfdc; }
input#submit, input#reset {
		display: inline;
		padding: 3px;
		border: 1px solid #d2dfdc;
		background-color: #fff;
		color: #008480;
        font-size: 0.8em;
        font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
		letter-spacing: 0.08em;
		font-weight: bold; }
input#submit:hover, input#reset:hover {
		background-color: #d2dfdc;
        border-color: #008480; }

	/* ENDE Kontaktseite - Formular */
	
	/* Int. Service - Länderauflistung  */
#note { font-size: 70%; }
	/* ENDE Int. Service - Länderauflistung  */
	
	/* Newsletter - Formular */

.pflichtf { color: #CC3300;
		font-size: 0.7em; }
	/* ENDE Newsletter - Formular */
select {
		width: 75px;
		font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
        float: left;
        border: 1px solid #d2dfdc; }
.notiz { font-size: 90%; }

/* ENDE Reihe 4 */
.ISG { text-align: right;
		padding-right: 55px; }