html {height:100%;}
body {margin: 0px; padding:0px; background-color:#ffffff;font-size: 12px;font-family: Arial, Helvetica;color: #555555;}

#adminbody{
	background-color:#ffffff;
}


/* ### allgemeine Formatierungen ------------------------------------------ ### */
h1 {
	font-size:20px;
	color:#7c9a9a;
	letter-spacing:3pt;
	margin: 10px 0 20px 0;
	padding: 0;
	text-align:left;
	
}
h2 {
	font-size:18px;
	font-weight:normal;
	font-style: italic;
	margin: 5px 0 10px 0;
	padding: 0;
	color:#C33;
	text-align:left;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#999999;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	text-align:left;
}

a {	text-decoration: none;}
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #7c9a9a;}
a:active { color: #000000;}

p {
	font-size:12px;
	color:#666;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height:12pt;
	text-align:left;
}
img {border: none;}

ul {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal;
	color: #555555;
	margin-left:15px;
	margin-bottom:15px;
	padding:0px;
	text-align:left;}
li {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal;
	padding:0px;
	margin-top:5px;
	margin-left: 0px;
	margin-bottom: 0px; 
	list-style-type: circle;
	list-style-position: outside;
	color: #555555; 
	line-height:16px;
	text-align:left;}
	

/* ### Kontaktformular ------------------------------------------ ### */
.field {font-family: Trebuchet, Arial, Helvetica; font-size:12px; line-height:12px; background-color: #eeeeee;}
.fieldradio {font-family: Trebuchet, Arial, Helvetica; font-size:12px; line-height:12px;}
.fieldtextarea {font-family: Trebuchet, Arial, Helvetica; font-size:11px; line-height:12px; background-color: #eeeeee;}
.fieldmail {font-size:12px; line-height:12px; font-weight:bold;margin-top:0px;}
.fieldname {font-size:11px; line-height:12px;margin-bottom: 8px;}
.fieldnameerror {color: #ff0000; font-family: Trebuchet, Arial, Helvetica; font-size:11px; line-height:12px;margin-bottom: 10px;}


/* ### Struktur ------------------------------------------ ### */
#all {
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px;
	width: 798px;
	min-height: 500px;
	background-color: #fff;
	text-align:left;
	float:center;
}

#head {
	width: 798px;
	height: 120px;
}

#content {
	padding-left:20px;
	min-height:400px;
	padding-bottom:30px;
}

#foot {
	border-top: #aaaaaa 1px solid;
	font-size:10px;
	width:798px;
	padding: 10px 20px 0 0;
	text-align:right;
}

#foot a {
	color:#777;
}

#foot a:hover {
	color:#7c9a9a;
}

#MenuBar1 {
	padding-top:15px;	
}

#MenuBar1 a {
	font-size:12px;
}
/* ### Galerie ------------------------------------------ ### */
.gallerytitle {
	font-size:18px;
	font-weight:normal;
	font-style: italic;
	margin: 5px 0 10px 0;
	padding: 0;
	color:#C33;
}
#gallery {
	border: #ff0000 0px solid;
	text-align:center;
	
}

#gallery img {
	margin:20px; height:100px;
}

/* ### Menüsteuerung ------------------------------------------ ### */

		#nav {
			margin:0; 
			padding: 15px 0 0 0; 
			list-style:none;
		}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:130px; 
			padding:0;
			margin: 0 3px 0 0;
			background-color: #dfdfdf;
			position:relative;
			z-index:500; 
		}
		
		/* this is the parent menu */
		#nav li a {
			display: block;
			cursor: pointer;
			padding: 0.5em 1em;
			color: #333;
			text-decoration: none; 
			font-size:12px;  
			line-height:16px; 
		}
		#nav li a:visited
		{
			background-color: #D6D6D6;
		}
		#nav li:hover {
			color:#fff;
			background-color:#7c9a9a;
		}
		
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/*******************************************************************************
		 SUBMENU INDICATION: styles if there is a submenu under a given menu item
		 *******************************************************************************/

		/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
		a.MenuBarItemSubmenu
		{
			background-image: url(images/MenuBarDown.gif);
			background-repeat: no-repeat;
			background-position: 95% 50%;
		}

		/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
		a.MenuBarItemSubmenu:Hover
		{
			background-image: url(images/MenuBarDownHover.gif);
			background-repeat: no-repeat;
			background-position: 95% 50%;
		}

	
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:130px; 
			float:left; 
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			line-height:16px;
			padding: 0.5em 1em;
			background-color: #dfdfdf;
			color:#666;
		}
		
		#nav ul a:hover {
			background-color:#7c9a9a;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}



