{
	padding: 0;
	margin: 0;
}

.std {
   font-size: 1.1em;
   font-weight: normal;
   color: #000000;
}

.stdfett {
   font-size: 1.1em;
   font-weight: bold;
   color: #000000;
}

.gross {
   font-size: 1.2em;
   font-weight: normal;
   color: #000000;
}

.grossfett {
   font-size: 1.2em;
   font-weight: bold;
   color: #000000;
}

.groesser {
   font-size: 1.3em;
   font-weight: normal;
   color: #000000;
}

.groesserfett {
   font-size: 1.3em;
   font-weight: bold;
   color: #000000;
}




/*Styles für slidemenü*/
.topItem
{
/*   font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  border: none;
  width: 185px;

  text-indent:10px;
*/
  height: 25px;
  cursor:pointer;
  color: #ff0000;
  background: url("arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
}

.topItemOver
{
/*   text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  height: 25px;
  width: 185px;
*/
  height: 25px;
  cursor:pointer;
  color: #FF6666;  
  background: url("arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
}

.topItemClose
{
/*   text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  height: 25px;
  width: 185px;
 */  
   height: 25px;
  color: #ff0000;
  cursor:pointer;
  background: url("arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
}

.topItemCloseOver
{
/*   text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  height: 25px;
  width: 185px;
 */  
   height: 25px;
  color: #FF6666;
  cursor:pointer;
  background: url("arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
}

.dropMenu
{
  /* font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #d6dff7;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  padding-top:5px;
  padding-bottom:5px;
   */
  filter:alpha(opacity=100);
}

.subMenu
{
   display:block;
}

.subItem
{
/*    margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #215dc6; */
     height: 550px;
}

.subItem a
{
/*    margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #215dc6; */
}

.subItemOver
{
/*    margin-left:10px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;	  
   height:18px;
   color: #428eff; */
     height: 25px;
}

.subItemOver  a
{
/*    margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #428eff;
   text-decoration:underline;
   cursor:pointer; */
}

.drop
{
/*    border-left:1px solid black;
   border-right:1px solid black;	 */
}

/*ENDE Styles für slidemenü*/



body {
	text-align: left;
	font-size: 76%;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	line-height: 1.3;
	style: overflow:scroll;
	overflow: -moz-scrollbars-vertical;	
}

h1, h2, h3, h4, h5, h6, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 0.5em 0;
}


h1, .contentheading, .componentheading, .contentpagetitle {
	color: #000000;
	font-weight:bold;
	font-size:2.2em;
}
h2{font-size: 1.7em;
   color: #000000;
   font-weight:bold;}
h3 {font-size: 1.5em;
   color: #000000;
   font-weight:bold;}
h4 {font-size: 1.3em;
   color: #000000;
   font-weight:bold;}
h5 {font-size: 1.2em;
   color: #000000;
   font-weight:bold;}
h6 {font-size: 1.1em;
   color: #000000;
   font-weight:bold;}

form {
	margin:0;padding:0;
}

a img {
	border: 0px;
}

li, dd {
	margin-left: 1em;
}
ul li {
	list-style-type:circle;
}

fieldset {
	padding:5em;
}



td {
	padding:1px;
}

#wrap {
	min-width: 1000px;
	max-width: 1000px;
	width: auto !important;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position:relative;
	height:125px;
	margin-top:10px;
	margin-bottom:5px;
	color:#fff;
}
#header .logo {
	margin-top:55px;
}
#header h1 {
	font-variant: small-caps;
	font-stretch: expanded;
	padding-left: 20px;
	color:#fff;
	font-weight: bold;
	font-size: 50px;
}


#header .banner {
	position:absolute;
	top: 68px;
	right:20px;
	color:#fff;
}

#leftcol {
	float:left;
	width:18%;
	overflow:hidden;
}

#content {
	position:relative;
	float:left;
	width: 64%;
	overflow:hidden;
}

 .blog a ,.blog a:link, .blog a:link, .blog a:visited
 {
  color:#000000;
 } 

 .blog a:active, .blog  a:hover
 {
  color:#FF0000;
 }


#rightcol {
	position:relative;
	float:left;
	width:18%;
	overflow:hidden;

}

#footer {
	clear:both;
	background:#fff url(images/fbg.png) 0 bottom no-repeat;
	height:60px;
	margin-bottom:10px;
	padding-top:20px;
	text-align:center;
}

.box {
	padding:10px;
}

/* --- */

#leftcolbg {
	background: url(images/lbg.png) 23% 0 repeat-y;
}

#rightcolbg {
	/*background: url(../images/rbg.png) 77% 0 repeat-y;*/
}


hr {
	border:1px solid #C0C0C0;
}
fieldset {
	padding: 0.3em;
	border: 0px;
}

#footer, .small, .createdate, .modifydate {
	font-size:0.8em;
	color: #C0C0C0;
}
.module {
	margin-bottom: 1em;
	padding: 0 10px;
	padding-bottom: 5px;
	border: 1px solid #C0C0C0;
	text-align:left;
}

.module h3 {
	background: #C0C0C0;
	color: #000000;
	padding: 0.25em 0.5em;
	text-align: center;
	font-size: 1.1em;
	margin: 2px -8px 0.5em -8px;
	text-align: left;
	
}

.menue {
	padding:0;
	margin-bottom: 1em;
	color: #FF0000;
}

.menue {
	margin-bottom: 1em;
}

.menue h3 {
	background: #C0C0C0;
	color: #000000;
	padding: 0.25em 0.5em;
	text-align: left;
	font-size: 1.1em;
	margin: 0;
	border-bottom: 1px solid #fff;	
}

.menue ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menue li {
	border-bottom: 1px solid #C0C0C0;
	margin: 0;
	list-style:none;
}

.menue li a {
	display: block;
	padding: 3px 5px 3px 0.5em;
	border-left: 10px solid #000000;
	background-color: #FF0000;
	color: #fff;
	text-decoration:none;
}

.menue ul li a {
	display: block;
	padding: 3px 5px 3px 0.5em;
	border-left: 10px solid #000000;
	background-color: #FF0000;
	color: #fff;
	text-decoration:none;
}

html>body .menue li a {
	width: auto;
}
.menue li a:hover, a#active_menu:link, a#active_menu:visited {
	border-left: 10px solid #FF0000;
	background-color: #FFFFFF;
	color:#FF0000;
}

.menue #current a {
	border-left: 10px solid #FF0000;
	background-color: #FFFFFF;
	color:#FF0000;
}

/*sub*/
.menue ul li ul li a{
	display: block;
	padding: 3px 5px 3px 1.0em;
	border-left: 20px solid #000000;
	background-color: #FF0000;
	color: #fff;
	text-decoration:none;
	border-top: 1px solid #B4CC8F;
}

.menue ul #current ul li a:hover, a#active_menu:link, a#active_menu:visited {
	border-left: 20px solid #FF0000;
	background-color: #FFFFFF;
	color:#FF0000;
}

.menue ul #current ul li a{
	display: block;
	padding: 3px 5px 3px 1.0em;
	border-left: 20px solid #000000;
	border-top: 1px solid #B4CC8F;
	background-color: #FF0000;
	margin:0 0 -1px 0;
	color:#fff;
}

.menue ul li ul #current a{
	display: block;
	padding: 3px 5px 3px 1.0em;
	border-top: 1px solid #B4CC8F;
	border-left: 20px solid #FF0000;
	background-color: #FFFFFF;
	margin:0 0 -1px 0;
	color:#FF0000;
}

/** Gästebuch **/
  div.gerade { border: 1px solid rgb(255, 164, 73);
    }

  div.ungerade { border: 1px solid rgb(128, 160, 255);
    }

  div.kopfzeile { font-family: arial;
    font-size: 1.1em;
    color: #000000;
    font-weight: bold;
    }

  div.eintragstext { font-family: arial;
    font-size: 1.1em;
    font-weight: normal;
    color: #000000;
    }