body {
  margin-bottom: 20px;
  background: #005B87;
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 80%;
	line-height: 1.4;
	Text-align: center;

}

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }


a:focus, 
a:hover     { color: #71A3C8; }
a           { color: #005B87; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: normal; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }



/* form classes
-------------------------------------------------------------- */

label       {font-weight:bold;}
fieldset    {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend      {font-weight:bold;font-size:1.2em;}
input, input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input, input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input, input.text, input.title {width:225px;padding:5px;}
input.title {font-size:1.5em;}
submit		
textarea    {width:400px;height:200px;padding:5px; font-size:1.5em;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error      {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice     {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success    {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a    {color:#8a1f11;}
.notice a   {color:#514721;}
.success a  {color:#264409;}



/*Template --------------------------------------------------------------------------------*/
#wrapper {
  text-align: left;
  margin-bottom: 10px;
  background: #fbfaf7;
  background-image: url(../grafiken/rahmenrund.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

#nebennavigation {
   height: 5em;
	background-image: url(../grafiken/nebennav.png); 
   background-repeat: no-repeat;
   background-position: right top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-family: Georgia, Times New Roman, Times, serif; font-weight: normal; font-style:italic;
	font-size: 1.3em;
   text-decoration:none;
}

#footer {
  font-size: 0.8em;
  padding-top: 40px;
  padding-bottom: 13px;
  color: #005B87;
  background-image: url(../grafiken/footer.png);
  background-repeat: no-repeat; 
  background-position: bottom; 
}
#footer p {padding-left: 255px;}


/* -------------------------------------------------------- */
/* Hauptmenü */
/* --------- */

div.mainmenu {

  background-image: url(../grafiken/hauptnav.jpg);
	background-repeat: no-repeat;
  background-position:center center ;
  width:100%;
  display: block;
  font-size: 1.5em;
  text-align:left;
  padding-top:1em;
	padding-bottom:1em;
	line-height: 0em;
}
ul.mainmenu {
	margin-left:10px;
	padding: 0px;

}
li.mainmenu {
  margin: 10px;
  padding: 10px;
  display:inline;
}
li.mainmenu_submenu {
	display:inline;
}

a.menu {
   text-decoration:none;
}

/* -------------------------------------------------------- */
/* Aktiver Hauptmenüpunkt */
/* ---------------------- */
a.menuactive {
  color: #FEA620;
	font-weight:bold;
   text-decoration:none;
}
a.menuactive:hover {
	text-decoration:none;
}

/* -------------------------------------------------------- */
/* Detailmenü */
/* --------- */
div.detailmenu {
  padding-top: 0em;
	padding-bottom:0.8em;
	line-height: 0em;
 	
	text-align:left;
  font-size: 1.3em;
  border-bottom: 1px dotted #FEA620;
}
ul.detailmenu {
	margin-left: 90px;
	padding: 0px;
}
li.detailmenu {
	display:inline;
  margin: 10px;
  padding: 10px;
}
li.detailmenu_submenu {
	display:inline;
}

a.detailmenu {
   text-decoration:none;
}

/* -------------------------------------------------------- */
/* Aktiver detailmenüpunkt */
/* ---------------------- */
a.detailmenuactive {
  color: #FEA620;
	font-weight:bold;
   text-decoration:none;
}
a.detailmenuactive:hover {
	text-decoration:none;
}

/* -------------------------------------------------------- */
/* Fehler in Tag-Attribut oder -Wert */
/* --------------------------------- */
em.deadlink {
	color:#ff4444;
	text-decoration:line-through;
	font-weight:bold;
}


/* -------------------------------------------------------- */
/* Suchwort-Hervorhebungen */
/* ----------------------- */
em.highlight {
	padding:0px 1px;
	font-size:inherit;
	background-color:#dd0000;
	color:#ffffff;
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* Suchformular */
/* ------------ */
form.searchform {
	display:inline;
	padding:4px;
	color:#000000;
	text-align:center;
	width:120px;
	margin:2px 6px;
	font-weight:bold;
}



/* -------------------------------------------------------- */
/* Suchfeld */
/* -------- */
input.searchtextfield {

	border:none;
	border-bottom:1px solid #C0C0C0;
	width:100px;
	height: 15px;
	margin: 5px;
	padding: 3px;
}


/* -------------------------------------------------------- */
/* Suchbutton */
/* ---------- */
input.searchbutton {
	margin-bottom: -5px;
}

.sitemap {
margin-left: 20px;}

/* -------------------------------------------------------- */
/*                                                          */
/* AB HIER: CMS-SYNTAX                                      */
/*                                                          */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* [link|...]      */
/* --------------- */
a.link {
}


/* -------------------------------------------------------- */
/* [mail|...]      */
/* --------------- */
a.mail {
}


/* -------------------------------------------------------- */
/* [seite|...]      */
/* --------------- */
a.page {
}


/* -------------------------------------------------------- */
/* [kategorie|...]      */
/* --------------- */
a.category {
}


/* -------------------------------------------------------- */
/* [datei|...]      */
/* --------------- */
a.file {
}


/* -------------------------------------------------------- */
/* [galerie|...]      */
/* --------------- */
a.gallery {
}


/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
img {
	border:none;
}


/* -------------------------------------------------------- */
/* [bildlinks|...] */
/* --------------- */
img.leftcontentimage {
	margin:8px;
	border:none;
	max-width:100px;
	float:left;
	margin-left:0px;
}


/* -------------------------------------------------------- */
/* [bildrechts|...] */
/* ---------------- */
img.rightcontentimage {
	margin:8px;
	border:none;
	max-width:100px;
	float:right;
	margin-right:0px;
}


/* -------------------------------------------------------- */
/* [fett|...] */
/* ---------- */
em.bold {
	font-weight: bold;
}


/* -------------------------------------------------------- */
/* [kursiv|...] */
/* ------------ */
em.italic {
	font-style:italic;
}


/* -------------------------------------------------------- */
/* [fettkursiv|...] */
/* ---------------- */
em.bolditalic {
	font-weight:bold;
	font-style:italic;
}

/* -------------------------------------------------------- */
/* [unter|...] */
/* ------------ */
em.underlined {
	text-decoration:underline;
}


/* -------------------------------------------------------- */
/* [durch|...] */
/* ------------ */
em.crossed {
	text-decoration:line-through;
}

h1,h2,h3 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: normal;
  font-style:italic;
  color: #005B87; }
/* -------------------------------------------------------- */
/* [ueber1|...] */
/* ------------ */
 h1 {
    padding-top: 0.8em;
    color: #FEA620;
    font-size: 2.3em;
    line-height: 1;
    margin-left: 0em;
    margin-bottom: 0.5em; }

/* -------------------------------------------------------- */
/* [ueber2|...] */
/* ------------ */

h2 {
    font-size: 2em;
    margin-bottom: 0.75em; }

/* -------------------------------------------------------- */
/* [ueber3|...] */
/* ------------ */
h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0.5em;
    margin-top: 1em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* -------------------------------------------------------- */
/* [liste|...] */
li{}

/* [numliste|...] */
/* ------------ */
ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}
li {
	margin-top:0px;
	margin-bottom:0px;
}


/* -------------------------------------------------------- */
/* [----] */
/* ------ */
hr {
   color: #005B87;
   width: 95%;
   height: 1px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 1.25em;
   margin-bottom: 1.25em;
 
}

/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
	margin:0px auto;
	border:1px solid #C0C0C0;
	border-collapse:collapse;
	width:100%;
}
th.contenttable {
	vertical-align:top;
	border:1px solid #C0C0C0;
	background-color:#E7E3E7;
	padding:2px 5px;
}
td.contenttable1 {
	vertical-align:top;
	border:1px solid #C0C0C0;
	background-color:#ffffff;
	padding:2px 5px;
}
td.contenttable2 {
	vertical-align:top;
	border:1px solid #C0C0C0;
	background-color:#EEEEEE;
	padding:2px 5px;
}

#flag {position: relative; left:900px; bottom:32px; padding: 0px; margin:0px; border:0px; height:25px; width:42px;}


#rahmenrechts {border-right:2px solid #005B87;}
