/*

welcome at: www.clongclongmoo.org

----------------------------------------
----------------------------------------
---*****-*-------*****---*****---*****--
--*------*------*-----*-*-----*-*-------
--*------*------*-----*-*-----*-*--***--
--*------*------*-----*-*-----*-*----*--
---*****--*****--*****--*-----*--****---
----------------------------------------
---*****-*-------*****---*****---*****--
--*------*------*-----*-*-----*-*-------
--*------*------*-----*-*-----*-*--***--
--*------*------*-----*-*-----*-*----*--
---*****--*****--*****--*-----*--****---
----------------------------------------
--**--**--*****---*****-----------------
--*-**-*-*-----*-*-----*----------------
--*----*-*-----*-*-----*----------------
--*----*-*-----*-*-----*----------------
--*----*--*****---*****-----------------
----------------------------------------
----------------------------------------

*/


* {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	text-transform: lowercase;
	
}
html, body {
	margin:0;
	padding:0px;
	height:inherit;
	}

body 	{
	
	text-align:center;
	
	}
	
html
	{
	background:url(http://www.clongclongmoo.org/pix/back.png); 
	background-attachment:scroll;
	background-repeat: repeat-y;
	background-color:#000000;
		}

a {
	color:#000077;
	font-weight:bold;
	font-size:inherit;
	line-height:20px;
	white-space: nowrap;
	
}
a:link {
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF; 
	background-color: #FF00FF; 
	-moz-border-radius: 2px; 
	padding: 4px 4px 4px 4px;
	
	
}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF; 
	background-color: #FF00AA; 
	-moz-border-radius: 2px; 
	padding: 4px 4px 4px 4px;
}
a:hover	{
	text-decoration:none;
	background-color: #000000;
	font-weight:normal;
	-moz-border-radius: 2px; 
	padding: 4px 4px 4px 4px;
	color: #FFFFFF;
	font-weight:bold;

}
em {
	font:inherit;
	font-style:normal;
}
input, textarea {
	border:1px solid #C0C0C0;
	text-transform: none;

	
}

input 
	{ 
	margin: 4px;
	}	

.code
	{
	border: 1px solid #000000;
	font-family: Courier, "Courier New", monospace; 
	padding: 2px;
	margin: 2px 4px 4px 4px;
	white-space: nowrap;
	font-weight:bold;
	line-height: 24px;
	}
	
.code-klein
	{
	border: 1px solid #555555;
	font-family: Courier, "Courier New", monospace; 
	padding: 2px;
	/*margin: 2px 4px 4px 4px;
	line-height: 24px;*/
	font-weight:normal;
	color: #555555;
	font-size: 12px;
	}
		

.include
	{
	background: #FFFFFF; 
	text-align: left; 
	width: 500px; 
	padding: 10px; 
	-moz-border-radius-bottomright: 4px; 
	-moz-border-radius-bottomleft: 4px; 
	position: absolute; 
	top:90px; 
	left: 228px; 
	margin-top:5px;
	z-index: 11;

	}
/* -------------------------------------------------------- */
/* Haupt-Layer */
/* ----------- */

div.main 
	{

	}


/* -------------------------------------------------------- */
/* Header */
/* ------ */
div.header {

	padding-top: 0px;
	width: 200px;
	height: 115px;
	-moz-border-radius:2px; 
	/*background-color:#CCFF33;*/
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float:left;
	top: 20px;
	left: 20px;
	z-index:10;
	position: absolute;

	


	}

/* --------------------Inhalt kopf ----------------------- */

.head 
	{
	font-size: 30px; 
	letter-spacing: -8px; 
	font-family: Arial Black, Arial Black, Gadget, sans-serif; 
	-moz-border-radius:4px; 
	color: #000000;
	text-align: center;
	line-height: 22px;
	}

.category_name
	{
	font-family: Arial Black, Arial Black, Gadget, sans-serif; 
	-moz-border-radius:4px; 
	letter-spacing: -5px;
	font-size: 50px;
	color: #000000;
	text-transform: lowercase;
	background-color:#333333;
	position: absolute;
	margin-top 0px;
	margin-left: 21%;
	padding: 5px;
	}


/* -------------------------------------------------------- */
/* Detailmenü und Seiteninhalt */
/* --------------------------- */
div.catcontent {
	width:600px;
	overflow:hidden;
	position:absolute;
	line-height:30px;
	margin-top: -20px;
	margin-left: 220px;
	}


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


/* -------------------------------------------------------- */
/* Hauptmenü */
/* --------- */
div.mainmenu {
	float:left;
	line-height:20px;
	margin-top:8px;
	text-align:center;
	
}
ul.mainmenu {
	margin: 0px;
	padding: 0px;
		
}
li.mainmenu {
	display:inline;
}


/* -------------------------------------------------------- */
/* Hauptmenü (Galerie) */
/* ------------------- */
div.gallerymenu {
	padding:6px 8px 0px 8px;
	line-height:30px;
	text-align:center;
}
ul.gallerymenu {
	margin: 0px;
	padding: 0px;
}
li.gallerymenu {
	display:inline;
	padding-right: 5px;
}


/* -------------------------------------------------------- */
/* Detailmenü */
/* ---------- */
div.detailmenu {
	padding:6px 8px 0px 8px;
	line-height:30px;
	text-align:left;
	
}
ul.detailmenu {
	margin: 0px;
	padding: 0px;
}
li.detailmenu {
	display:inline;
	padding-right: 5px;
}
li.mainmenu li.detailmenu {
	list-style-type:none;
	display:block;
}


/* -------------------------------------------------------- */
/* 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 {
	width: 500px;
	position: absolute;
	top: 20px;
	left:228px;
	-moz-border-radius:2px;
	background-color:#FFFFFF;
	padding:10px;
	text-align:left;
	font-size: 12px;
	line-height:28px;
	
	}


/* -------------------------------------------------------- */
/* Letzte Änderung */
/* --------------- */
div.lastchange {
	text-align:center;
	line-height:18px;
	margin:22px;
	margin-bottom:-10px;
	border-top:1px solid #C0C0C0;
	color:#C0C0C0;
	font-size:10px;
	}


/* -------------------------------------------------------- */
/* Hauptmenüpunkt */
/* -------------- */
a.menu {
	display:block;
	padding:3px;
	color:#000000;
	background-color:#FFFFFF;
	text-align:center;
	border:1px solid #C0C0C0;
	width:120px;
	margin:2px 5px;
	font-weight:bold;
	-moz-border-radius:5px; 
	}

a.menu:hover {
	color:#000000;
	text-decoration:none;
	border:1px solid #C0C0C0;
	background-color:#D0D0D0;
	}


/* -------------------------------------------------------- */
/* Aktiver Hauptmenüpunkt */
/* ---------------------- */
a.menuactive {
	display:block;
	padding:3px;
	color:#000000;
	background-color:#D0D0D0;
	text-align:center;
	border:1px solid #C0C0C0;
	width:120px;
	margin:2px 5px;
	font-weight:bold;
	-moz-border-radius:5px; 
	}

a.menuactive:hover {
	text-decoration:none;
	}


/* -------------------------------------------------------- */
/* Detailmenüpunkt */
/* --------------- */
a.detailmenu {
	padding:3px 5px;
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
 
	}
a.detailmenu:hover {
	color:#000000;
	text-decoration:none;
	border:1px solid #C0C0C0;
	background-color:#D0D0D0;
	}


/* -------------------------------------------------------- */
/* Aktiver Detailmenüpunkt */
/* ----------------------- */
a.detailmenuactive {
	padding:3px 5px;
	color:#000000;
	
	background-color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom: 5px #FFFFFF solid;
}
a.detailmenuactive:hover {
	text-decoration:none;
}


/* -------------------------------------------------------- */
/* Galeriemenüpunkt */
/* --------------- */
a.gallerymenu {
	padding:3px 5px;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #C0C0C0;
	font-weight:bold;
}
a.gallerymenu:hover {
	color:#000000;
	text-decoration:none;
	border:1px solid #C0C0C0;
	background-color:#D0D0D0;
}


/* -------------------------------------------------------- */
/* Aktiver Detailmenüpunkt */
/* ----------------------- */
a.gallerymenuactive {
	padding:3px 5px;
	color:#000000;
	border:1px solid #C0C0C0;
	background-color:#D0D0D0;
	font-weight:bold;
}
a.gallerymenuactive:hover {
	text-decoration:none;
}


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


/* -------------------------------------------------------- */
/* Links im Footer */
/* --------------- */
div.lastchange a {
	text-decoration:none;
	font-size:10px;
	color:#a0a0a0;
	font-weight:bold;
}
div.lastchange a:hover {
	text-decoration:underline;
}


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


/* -------------------------------------------------------- */
/* Suchwort-Hervorhebungen */
/* ----------------------- */
.highlight {

	background-color:#FFFFFF;
	color:#000000;
	border: 2px solid #CC0000;
	-moz-border-radius: 4px;
	padding: 2px;
	font-size: 20px;
}


/* -------------------------------------------------------- */
/* Suchformular */
/* ------------ */
form.searchform {
	margin: 2px 0 0 0;
	background-color:#444444;
	-moz-border-radius: 4px;
	padding: 10px 5px 5px 5px;
	width: 190px;
	-moz-opacity:  0.8;
	}

form.searchform:hover {
	-moz-opacity:  1;
	}



/* -------------------------------------------------------- */
/* Suchfeld */
/* -------- */
input.searchtextfield {
text-transform: none;
	
}


/* -------------------------------------------------------- */
/* Suchbutton */
/* ---------- */
input.searchbutton {
	margin-top: 4px;


}


/* -------------------------------------------------------- */
/* Kontaktformular */
/* --------------- */
form#contact_form {
}
table#contact_table {
}
table#contact_table td {
  vertical-align:top;
  padding:5px;
  }
span#contact_errormessage{
  color:#880000;
  font-weight:bold;
}
span#contact_successmessage{
  color:#008800;
  font-weight:bold;
}
input#contact_name, input#contact_mail, input#contact_website {
  width:200px;
}
textarea#contact_message {
  width:200px;
}
input#contact_submit {
  width:200px;
}





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


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


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


/* -------------------------------------------------------- */
/* [seite|...]      */
/* --------------- */
a.page {
background: #FF00FF url() center right no-repeat;
}


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


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


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


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

a.img
{
margin:0px;
padding: 0px;
}

span.imagesubtitle {
	margin:3px 3px;
	text-align:justify;
	font-size:0.9em;
	line-height:1.1em;
}


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

img.leftcontentimage {
	border:1px solid;
	max-width:100px;
}


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

img.rightcontentimage {
	border:1px solid;
	max-width:100px;
}


/* -------------------------------------------------------- */
/* [fett|...] */
/* ---------- */
b {

}


/* -------------------------------------------------------- */
/* [kursiv|...] */
/* ------------ */
i {

}


/* -------------------------------------------------------- */
/* [unter|...] */
/* ------------ */
u {

}


/* -------------------------------------------------------- */
/* [durch|...] */
/* ------------ */
s {

}


/* -------------------------------------------------------- */
/* [ueber1|...] */
/* ------------ */
h1 {
	font-size:40px; 
	margin: 0px; 
	letter-spacing: -4px; 
	font-family: Arial Black, Arial Black, Gadget, sans-serif; 
	-moz-border-radius:4px; 
	background-color:#000000; 
	padding: 0 20px 0 5px; 
	color: #FFFFFF;	
	line-height:30px;
	}


/* -------------------------------------------------------- */
/* [ueber2|...] */
/* ------------ */
h2 {
	font-size:30px; 
	margin: 0px; 
	letter-spacing: -3px; 
	font-family: Arial Black, Arial Black, Gadget, sans-serif; 
	-moz-border-radius:4px; 
	background-color:#555555; 
	padding: 10px 20px 10px 5px; 
	color: #FFFFFF;
}


/* -------------------------------------------------------- */
/* [ueber3|...] */
/* ------------ */
h3 {
	font-size:20px; 
	margin: 0px; 
	letter-spacing: -2px; 
	font-family: Arial Black, Arial Black, Gadget, sans-serif; 
	-moz-border-radius:4px; 
	background-color:#333333; 
	padding: 10px 20px 10px 5px; 
	color: #FFFFFF;
}

h5 
	{
	font-size:20px; 
	margin: 5px 0px 5px 0; 
	letter-spacing: -2px; 
	font-family: Arial Black, Arial Black, Gadget, sans-serif; 
	-moz-border-radius:4px; 
	background-color:#000000; 
	padding: 0 20px 0 5px; 
	color: #FFFFFF;
	text-transform: lowercase; 
	text-align: left;
	}
	
th.contenttable a
	{
	width: 50px;

	padding: 0 10px 0 8px;

	text-transform: uppercase;
	font-size:20px; 
	letter-spacing: -2px; 
	font-family: Arial Black, Arial Black, Gadget, sans-serif; 
	-moz-border-radius:4px; 
	background-color:#000000; 
	color: #FFFFFF;
	}

th.contenttable 
	{
	text-align: left;
	padding-top:15px;
	padding-bottom:15px;
	}
	
/* -------------------------------------------------------- */
/* [liste|...] */
/* [numliste|...] */
/* ------------ */
ul, ol {
	margin-top:0px;
	margin-bottom:0px;
	
}
li {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 20px;
	list-style-type: square;
}


/* -------------------------------------------------------- */
/* [----] */
/* ------ */
hr {
	border-bottom: 10px dotted #DDDDDD;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	clear:both;

}

/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
	margin:0px auto;
	border:0px solid #C0C0C0;
	border-collapse:collapse;
	width:100%;

	
}




td.contenttable1 {

	font-size: 12px; 
	border-color: black black #CCCCCC; 
	padding-left: 0px; 
	padding-top: 10px; 
	padding-bottom: 30px; 
	border-style: dotted; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 2px; 
	border-left-width: 0px;
	vertical-align: top;


	}

td.contenttable2 {

	font-size: 12px; 
	border-color: black black #CCCCCC; 
	padding-left: 0px; 
	padding-top: 10px; 
	padding-bottom: 30px; 
	border-style: dotted; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 2px; 
	border-left-width: 0px;
	vertical-align: top;


}



/* -------------------------------------------------------- */
/* about */
/* -------------------------------------------------------- */

.about 
	{
	background: #000000; 
	color:#FFFFFF; 
	-moz-border-radius: 4px; 
	padding: 10px; 
	margin-left: 0px; 
	margin-right: 0px;
	margin-top: -5px;}


/* -------------------------------------------------------- */
/* cover */
/* -------------------------------------------------------- */


.cover div
	{
	
}

.cover img
	{
	-moz-border-radius: 2px; 
	border: 1px #000000 solid; 
	background: #FFFFFF; 
	padding:1%;
	margin:0px;
	width:150px;
	/*height:20%;*/
	}

.cover a
	{
	padding:0px;
	margin:0px;

	}

.cover a:hover
	{
	padding:0px;
	margin:0px;

	}

.cover a:visited
	{
	padding:0px;
	margin:0px;

	}

/* -------------------------------------------------------- */
/* bild */
/* -------------------------------------------------------- */


.bild div
	{

}

.bild img
	{
	-moz-border-radius: 2px; 
	border: 1px #000000 solid; 
	background: #FFFFFF; 
	padding:4px;
	margin:2px;
	width:150px;
	float: left;
	
	}

.bild a
	{
	padding:0px;
	margin:0px;

	}

.bild a:hover
	{
	padding:0px;
	margin:0px;

	}

.bild a:visited
	{
	padding:0px;
	margin:0px;

	}

.bild-klein img
	{
	
	padding:0px;
	margin:0px;
	width:100px;
	float: left;
	
	}

.bild-klein a
	{
	padding:0px;
	margin:0px;

	}

.bild-klein a:hover
	{
	padding:0px;
	margin:0px;

	}

.bild-klein a:visited
	{
	padding:0px;
	margin:0px;

	}



	
.menu-fixed
	{
	top: 20px; 
	left: 757px; 
	position: fixed; 
	width:200px;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	-moz-border-radius: 2px;
	background: #EEEEEE url(http://clongclongmoo.org/pix/nix.png) center right no-repeat;
	text-align: left;
	font-size: 10px;
	z-index:10;
	-moz-opacity: 0.9;
	}

.menu-fixed-noscript
	{
	top: 0px; 
	left: 529px; 
	position: absolute; 
	width:200px;
	margin: 0 0 0 0;
	padding: 0px 10px 10px 10px;
	-moz-border-radius: 2px;
	background:#EEEEEE;
	text-align: left;
	font-size: 10px;
	z-index:20;
	height: 100%;
	}
	
.menu-fixed a
	{
	line-height:24px;
	padding: 2px;
	}

.menu-fixed-noscript a
	{
	line-height:24px;
	padding: 2px;
	}	
	

.datum
	{
	text-align: right;
	color: #CCCCCC;
	-moz-border-radius: 2px;
	/*background:#CCCCCC;*/
	padding: 1px;
	}

/* -------------------------------------------------------- */
/* accordion menu */
/* -------------------------------------------------------- */


.accordion_menu_list {
	width: 200px;
	position: absolute;
	left: 20px;
	top:140px;
	position: absolute;
	z-index: 10;
	}

.accordion_menu_list-noscript {
	width: 200px;
	position: absolute;
	left: 20px;
	top:140px;
	position: absolute;
	z-index: 20;
	background:#9999FF;
	}

.accordion_menu_head {
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-size:20px;	
	background: #FF00FF; 
	-moz-border-radius: 2px; 
	margin-bottom: 0px;
	letter-spacing: -2px; 
	cursor:pointer;
	font-weight: bold;
	color: #FFFFFF;

}
.accordion_menu_head:hover {

	background: #DD00DD; 

}
.accordion_menu_body {
	display: none;
	margin: 0px;
	padding: 10px;
	margin: 2px 0px 2px 0px;
	-moz-border-radius: 2px;
	background:#9999FF;
	-moz-opacity:  0.9;
}
.accordion_menu_body-noscript {
	display:block;
	margin: 0px;
	padding: 10px;
	margin: 2px 0px 2px 0px;
	-moz-border-radius: 2px;
	background:#9999FF;
	height: 100%;



}





.accordion_menu_body a{
	line-height: 15px;
}
.accordion_menu_body a:hover{
	
 }

p.accordion_menu_head {
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px;
	

}

/* -------------------------------------------------------- */
/* accordion submenu */
/* -------------------------------------------------------- */


div.pagecontent .accordion_submenu_list h5

{
display:none;
}

div.pagecontent p.accordion_submenu_head

{
display:none;
}


div.pagecontent .accordion_submenu_list .menu-fixed h5

{
display:block;

}

div.pagecontent .menu-fixed p.accordion_submenu_head

{
display:block;
}


.accordion_submenu_list h2 a 
	{
	color: #FFFFFF;
	
	
	}

.accordion_submenu_list h2 a:hover
	{
	background-color: #555555;
	padding: 0px;
	
	}

.accordion_submenu_head {
	
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF; 
	/*background-color: #FF00FF; */
	-moz-border-radius: 2px; 
	background: #FF00FF url(http://clongclongmoo.org/pix/mximize.png) center right no-repeat;

	cursor:pointer;
	/*background: #000000;*/

}
.accordion_submenu_head:hover 
	{

	background: #FF00AA url(http://clongclongmoo.org/pix/mximize.png) center right no-repeat;
	color: #FFFFFF;
	-moz-border-radius: 2px; 
	padding: 0 4px 0 4px ;
	}

.accordion_submenu_body {
	
	display: none;
	padding: 10px;
	-moz-border-radius: 4px;
	line-height:30px;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	margin: -8px 0px 0px 0px;
	line-height: 20px;
	font-size: 10px;
	background: #eeeeee;
	
}

div.accordion_submenu_body a
	{
	line-height:24px;
	padding: 2px;
	}
	
div.accordion_submenu_body td.contenttable1 , div.accordion_submenu_body td.contenttable2
	{
	line-height:20px;
	padding:2px
	}

.accordion_submenu_body_noscript {

	margin: 0px;
	padding: 10px;
	-moz-border-radius: 2px;



}
.accordion_submenu_body a{
	line-height: 15px;
}
.accordion_submenu_body a:hover{

 }

p.accordion_submenu_head 
	{
	padding: 0 4px 0 4px ;
	}



/* -------------------------------------------------------- */




.adfree
	{
	
	width: 200px;
	margin-top: -70px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: fixed;
	top: 100%;
	left: 0px;
	z-index:1;
	padding: 0px;
	background-color: none;
	}

.impressum 
	{
	
	width: 100px;
	margin-top: -30px;
	margin-left: 820px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: fixed;
	top: 100%;
	left: 0px;
	z-index:2;
	padding: 0px;
	background-color: none;
	border: 1px solid #666666;
	}

a.impressum

	{
	background-color: #000000;
	color: #666666;
	font-size: 10px;
	padding: 0px;
	}
	

	
.new
	{
	font-weight: bold; 
	margin: 0 4px 0 4px; 
	-moz-border-radius:4px; 
	background: green; 
	color: #FFFFFF; 
	padding: 4px;
	}

.klein
	{
	font-size: 10px;
	}

.ausklapp_feld
	{
	background-color: #DDDDDD;
	-moz-border-radius: 4px;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
	
	}
	
.ausklapp_feld  li, ul
	{
	list-style-type:decimal-leading-zero;
	}
	
.ausklapp_button
	{
	
	}

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

.labels-content { color: #990000; background-color: #FFFFFF; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px }
.label-name {  width: 250px }
.label-farbe1 { height: 20px; width: 20px; background-color: #FFFF99}
.label-farbe2 { height: 20px; width: 20px; background-color: #FF9999}
.label-farbe3 { height: 20px; width: 20px; background-color: #99FF99}
.label-farbe4 { height: 20px; width: 20px; background-color: #CC9966}
.label-farbe5 { height: 20px; width: 20px; background-color: #999999}
.label-farbe6 { height: 20px; width: 20px; background-color: #6699FF}

.label-alphabet 
	{
	background-color: #FFFFFF;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}
	
.label-alphabet h5
	{
	
	width: 25px;
	text-align: center;
	padding: 0 4px 0 0 ;
	margin: 0px;
	text-transform: uppercase;
	}

	

.label-ort { background-color: #EEEEEE; width: 40px}

.rahmen 
	{
	text-align: right;
	padding: 4px 4px -20px 8px;
	margin: -10px 0 0 0;
	float:right;
	
	}

	
.cc 
	{ 
	-moz-border-radius:10px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	padding-right: 2px; 
	border: 1px #999999 solid; 
	color: #999999; 
	text-transform: uppercase; 
	font-size: 10px; 
	letter-spacing: -0.0em; 
	text-align: center; 
	font-weight: normal; 
	background-color: #FFFFFF; 
	}
	
	
table#labellist td 

	{
	font-size: 12px; 
	border-color: black black #CCCCCC; 
	padding-left: 5px; 
	/*height: 20px; */
	padding-top: 4px; 
	border-style: dotted; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px
	}

.jump
	{
	text-align: right;
	margin-bottom:-35px;
	margin-top: 15px;
	position:relative;
	background: url() center right no-repeat;

	}

.jump a
	{
	font-size: 10px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	
	

	}


.mitte

{	

	text-align: center;
	position:absolute;
	top:50%;
	margin-top:-100px;
	height:200px;
	width:100%;
	z-index:10;
	background-color: #FFFFFF}

div.feed
	{
	text-align: center;
	}

a.feed
{
	-moz-border-radius: 4px;
	background: #FF9933 url() center right no-repeat;;
	color: #FFFFFF;

	font-size:20px;
	font-weight: bold;
	text-decoration:none;
	padding; 0px;
	border: 1px solid #999999;
	margin: 0px;
	
}
