/****************************************************
* Die Farben:
* Der dunkle Hintergrund:                 5a5a6a
* Hintergrund von den Menues:             bdbec6
* Hintergrund vom Inhalt z.b. Workshops:    dddddd
* Menueeinträge                           737994
* Überschrift Menueeinträge:                dddddd
* Links                                    cecfc6
* überfahrene links (erste zeile)         ffffff
*
*****************************************************/
BODY,#menu,#leftmenu,#title
{
  background:#5A5A6A;
}

body
{
background:#ffffff;
}
.menucontainer,#left,#content
{
  background:#dddddd;
}

A.leftmenu:link, A.leftmenu:visited, A.leftmenu:active, A.leftmenu:hover,.headzeile
{
  background:#737994;
}

A.menu:link, A.menu:visited, A.menu:active, A.menu:hover,
A.leftmenu:link, A.leftmenu:visited, A.leftmenu:active, A.leftmenu:hover
{
	color: #CECFC6;
}

A.menu:active, A.menu:hover´,#menu,#leftmenu
{
	color: #FFFFFF;
}

BODY
{
	font-family: Verdana;
	font-size: 12px;
}

H1
{
	font-size: 18px;
	color: #000000;
	margin-bottom: 0px;
}
H1:first-letter
{
	font-size: 25px;
}

H2
{
	font-size: 16px;
	color: #000000;
}

H3
{
	font-size: 14px;
	color: #000000;
}
P
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
CODE
{
	font-size: 14px;
	color: #0000FF;
}
PRE
{
	font-size: 14px;
	color: #0000FF;
}
A:link, A:visited, A:active, A:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #634142;
	font-size: 12px;
}
A:active, A:hover
{
	text-decoration: underline;
}
A.menu:link, A.menu:visited, A.menu:active, A.menu:hover
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
A.menu:active, A.menu:hover
{
	text-decoration: underline;
}
A.leftmenu:link, A.leftmenu:visited, A.leftmenu:active, A.leftmenu:hover
{
	display: block;
/*was macht das genau???*/
	padding: 3px;
/*vorher padding*/
	border-top: 1px solid #000;
	font-weight: bold;
	text-decoration: none;
}
A.leftmenu:active, A.leftmenu:hover
{
	text-decoration: underline;
	color: #737994;
	background-color: #FFFFFF;
}
.news
{
	display: block;
	padding: 3px;
	margin: 3px 5px 3px 0px;
	border: 1px solid #000;
	background-color: #BDBEC6;
}
.ueberschrift
{
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.datum
{
	text-align: right;
	font-size: 12px;
}
.linkueberschrift
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.linkfoto
{
	float: left;
	width: 130px;
}
/*Das Menü*/
#menu
{
	text-align: center;
	padding: 10px 0px;
/*das obere Menue, den Abstand zu den Zeilen drüber und drunter setzen!!*/
	border-bottom: 1px solid #000000;
}
#leftmenu
{
	border-bottom: 1px solid #000000;
}
.menutitle
{
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin: 2px;
}
.containertext
{
  margin: 6px;
}
.menucontainer
{
	border: 1px solid #000000;
/*farbe von der ersten zeile!!!*/
	width: 128px;
	margin: 6px;
}
#title
{
	height: 34px;
	padding: 5px;
	border-bottom: 1px solid #000000;
}
#leftcontainer
{
	float: left;
	width: 128px;
	line-height: 18px;
}
#left
{
	float: left;
	width: 188px;
	line-height: 18px;
	border: 1px solid #000000;
/*margin:6px;*/
	margin: 25%;
}

#content
{
	width: 520px;
	margin: 0 0 0 145px;
	min-height: 1000px;
	padding-left:1%;
	padding-right:1%;
	padding-top:4px;
}

#right
{
	float: right;
	width: 200px;
}

.tabelle
{
	border: 1px solid #000;
	font-family: verdana;
	padding: 0px;
	border-collapse: collapse;
}

.tabellenew
{
	border: 0px solid #000000;
	font-family: verdana;
	padding: 0px;
	border-collapse: collapse;
}

.hell
{
	background-color: #DADADA;
}

.dunkel
{
	background-color: #CCCCCC;
}

.beschreibung
{
	background-color: #00C007;
}


TH
{
	font-weight: bold;
	background-color: #EFEFEF;
	border-bottom: 1px solid #000;
	padding: 3px;
	text-align: left;
}
TD
{
	padding: 3px;
	vertical-align: top;
}
/*aus wiki - die thumbnails*/
DIV.tright
{
	clear: right;
	float: right;
	border-width: 0.5em 0 0.8em 1.4em;
}
DIV.tleft
{
	float: left;
	margin-right: 0.5em;
	border-width: 0.5em 1.4em 0.8em 0;
}
DIV.thumb
{
	margin-bottom: 0.5em;
	border: 2px solid #000000;
	border-style: solid;
	border-color: #BDBEC6;
	width: auto;
}
DIV.magnify
{
	float: right;
	border: none !important;
	background: none !important;
}
DIV.magnify A, DIV.magnify IMG
{
	display: block;
	border: none !important;
	background: none !important;
}
DIV.thumb DIV DIV.thumbcaption
{
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 0.3em 0 0.1em;
}
