/* -------------------------------------------------------- */
/* Globale Einstellungen */
/* --------------------- */
*{
	padding:0px;
  margin:0px;
	font-family:trebuchet ms, arial, helvetica, sans-serif;
	font-size:12px;
  color:#222222;
}

body{
  background-image:url(bg_body.gif);
}

a{
}
a:hover	{
	color:#5EABED;
}

em{
	font:inherit;
	font-style:normal;
}

/* -------------------------------------------------------- */
/* Haupt-Layer */
/* ----------- */
div.main {
	width:897px;
	margin:auto;
	border:#aad3f5 1px solid;
  background-image:url(bg_main.gif);
  background-repeat:repeat-y;
  background-position:right;
}


/* -------------------------------------------------------- */
/* Header */
/* ------ */
div.header {
	background-color:#FFFFFF;
	background-image:url("bg_header.jpg");
	background-repeat:no-repeat;
	height:120px;
	padding-left:10px;
}


/* -------------------------------------------------------- */
/* Hauptmenü */
/* --------- */
div.mainmenu {
  height:35px;
  padding:0px 10px 0px 10px;
  line-height:35px;
  background-image:url(bg_mainmenu.gif);
  background-repeat:repeat-x;
}


/* -------------------------------------------------------- */
/* Detailmenü und Seiteninhalt */
/* --------------------------- */
div.catcontent {
	width:685px;
	float:left;
	background-color:#ffffff;
	margin:10px 5px 10px 10px;
	padding:10px;
}


/* -------------------------------------------------------- */
/* Detailmenü und Seiteninhalt (Galerie) */
/* ------------------------------------- */
div.gallerycontent {
	width:99%;
	overflow:hidden;
	text-align:center;
}


/* -------------------------------------------------------- */
/* Hauptmenü (Galerie) */
/* ------------------- */
div.gallerymenu {
	padding:6px 8px 0px 8px;
	line-height:30px;
	text-align:center;
}


/* -------------------------------------------------------- */
/* Detailmenü */
/* ---------- */
div.detailmenu {
	line-height:30px;
	text-align:left;
  border-top:1px dashed #777777;
	border-bottom:1px dashed #777777;
}


/* -------------------------------------------------------- */
/* Detailmenü (Galerie) */
/* -------------------- */
div.gallerynumbermenu {
	padding:6px 8px 0px 8px;
	line-height:30px;
	text-align:center;width:99%;
	float:none;
	margin:0px auto;
	line-height:16px;
}


/* -------------------------------------------------------- */
/* Galerie-Tabelle (Übersichtsmodus) */
/* --------------------------------- */
table.gallerytable {
	margin:0px auto;
	border:1px solid #C0C0C0;
	border-collapse:collapse;
}
td.gallerytd {
	vertical-align:top;
	border:1px solid #C0C0C0;
}
img.thumbnail {
	margin:5px;
}


/* -------------------------------------------------------- */
/* Seiteninhalt */
/* ------------ */
div.pagecontent {
  margin-top:10px;
}


/* -------------------------------------------------------- */
/* Letzte Änderung */
/* --------------- */
div.lastchange {
	text-align:center;
	line-height:18px;
	color:#C0C0C0;
	font-size:10px;
}


/* -------------------------------------------------------- */
/* Hauptmenüpunkt */
/* -------------- */
a.menu {
	padding:10px 15px 10px 15px;
  font-size:10px;
  color:#ffffff;
  text-transform:uppercase;
  text-decoration:none;
}
a.menu:hover {
  color:#000000;
	background-position:center;
  background-image:url(bg_mainmenu_hover.gif);
  background-repeat:no-repeat;
}


/* -------------------------------------------------------- */
/* Aktiver Hauptmenüpunkt */
/* ---------------------- */
a.menuactive {
	padding:10px 15px 10px 15px;
  color:#000000;
  font-size:10px;
  text-transform:uppercase;
  font-weight:bold;
  text-decoration:none;
}
a.menuactive:hover {
  color:#000000;
}



/* -------------------------------------------------------- */
/* Detailmenüpunkt */
/* --------------- */
a.detailmenu {
	font-size:10px;
	padding-right:15px;
	text-transform:uppercase;
  text-decoration:none;
}
a.detailmenu:hover {
}


/* -------------------------------------------------------- */
/* Aktiver Detailmenüpunkt */
/* ----------------------- */
a.detailmenuactive {
	font-weight:bold;
	font-size:10px;
	padding-right:15px;
	text-transform:uppercase;
  text-decoration:none;
}
a.detailmenuactive:hover {
  color:#000000;
}


/* -------------------------------------------------------- */
/* Submenüpunkt */
/* --------------- */
a.submenu {
	display:block;
	width:120px;
	margin:1px 5px;
	padding:1px 3px;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #C0C0C0;
	font-weight:normal;
	text-align:right;
}
a.submenu:hover {
	color:#000000;
	text-decoration:none;
	border:1px solid #C0C0C0;
	background-color:#E0E0E0;
}


/* -------------------------------------------------------- */
/* Aktiver Submenüpunkt */
/* ----------------------- */
a.submenuactive {
	display:block;
	width:120px;
	margin:1px 5px;
	padding:1px 3px;
	color:#000000;
	border:1px solid #C0C0C0;
	background-color:#E0E0E0;
	font-weight:normal;
	text-align:right;
}
a.submenuactive:hover {
	text-decoration:none;
}


/* -------------------------------------------------------- */
/* Zuletzt geänderte Seite */
/* ----------------------- */
a.latestchangedlink {
	text-decoration:none;
	font-size:10px;
	color:#a0a0a0;
	font-weight:bold;
}
a.latestchangedlink:hover {
	text-decoration:underline;
}


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


/* -------------------------------------------------------- */
/* Suchwort-Hervorhebungen */
/* ----------------------- */
em.highlight {
	text-decoration:inherit;
	background-color:#dd0000;
	color:#ffffff;
	font:inherit;
}


/* -------------------------------------------------------- */
/* Suchformular */
/* ------------ */
form.searchform {
	width:100%;
	padding-bottom:5px;
}



/* -------------------------------------------------------- */
/* Suchfeld */
/* -------- */
input.searchtextfield {
	border:1px solid #C0C0C0;
	width:105px;
}


/* -------------------------------------------------------- */
/* Suchbutton */
/* ---------- */
input.searchbutton {
	padding-left:5px;
}




/* -------------------------------------------------------- */
/*                                                          */
/* 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-right:8px;
	border:none;
	float:left;
}


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


/* -------------------------------------------------------- */
/* [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;
}


/* -------------------------------------------------------- */
/* [ueber1|...] */
/* ------------ */
h1 {
	font-size:16px;
	color:#5EABED;
}


/* -------------------------------------------------------- */
/* [ueber2|...] */
/* ------------ */
h2 {
	font-size:12px;
	color:#5EABED;
}


/* -------------------------------------------------------- */
/* [ueber3|...] */
/* ------------ */
h3 {
	color:#5EABED;
}


/* -------------------------------------------------------- */
/* [liste1|...] */
/* [liste2|...] */
/* [liste3|...] */
/* ------------ */
ul {
	margin-left:15px;
}
li {
}


/* -------------------------------------------------------- */
/* [----] */
/* ------ */
hr {
	border: 0px dashed #777777;
	border-bottom-width:1px;
}

.juve_sidebar{
  margin:10px 16px 10px 10px;
  width:130px;
  float:right;
  text-align:center;
  padding:0px 10px 0px 10px;
}
.juve_sidebar_header{
  color:#ffffff;
  font-size:18px;
  font-weight:bold;
  padding-bottom:10px;
  padding-top:10px;
}
.juve_sidebar_item{
  color:#ffffff;
  border-top:1px dashed #ffffff;
  padding:5px 5px;
}
.juve_sidebar_item a{
  color:black;
  text-decoration:none;
}
.juve_sidebar_item a:hover	{
  color:#ffffff;
	font-weight:bold;
}
.juve_sidebar_banneritem{
  padding-bottom:10px;
  padding-right:23px;
  line-height:1px;
}
.juve_sidebar_counter{
  padding-top:10px;
}

.tabelle_table{
}
.tabelle_trh{
}
.tabelle_trh1{
}
.tabelle_trd{
}
.tabelle_trd1{
	background-color:#f2f2f2;
}
.tabelle_trd2{
}
.tabelle_th{
	font-size:14px;
	color:#5EABED;
	padding:15px 2px 0px 2px;
}
.tabelle_th1{
	padding:0px 2px 0px 2px;
}
.tabelle_td{
	padding:5px 2px 5px 2px;
}
.tabelle_td1{
}
.tabelle_td2{
}
.ergebnis_td1{
	width:50px;
}
.ergebnis_td2{
}
.ergebnis_td3{
	width:100px;
}
.ergebnis_td4{
	width:40px;
}
.ergebnis_td5{
	width:150px;
}
.newsend{
	border-top: 1px dashed #777777;
	color:#777777;
	text-align:right;
	margin:5px 0px 10px 0px;
}
.include_page{
}
.include_page1{
}
.include_pageinfo{
	border-top:1px dashed #777777;
	color:#777777;
	text-align:right;
	margin:5px 0px 10px 0px;
}
.include_pageinfo1{
}