body, p, td { font-family: Arial }
body { background-color: silver }
p { font-size: 15px; }
td { vertical-align: top; }
a { text-decoration: none; color:#000000; font-weight: bold; }
td { font-size: 14px; }



body
{
	width: 1000px;
	margin: 0 auto;
	/*background-image: url('../pics/back.gif');
	background-repeat: repeat;*/
}

#container
{
	background-image: url('../pics/menublau.jpg');
	background-position: left; 
	background-repeat: repeat-y;
	background-color: #96b2eb; /*#4d21b4;*/
	border: 1px solid black;	
	padding: 0; /*top right bottom left*/
	height: inherit;
	margin-top: 10px; 
}

#title
{	background-image: url('../pics/headerblau.jpg');
	background-color: #FFFFFF;
	background-position: center; 
	height: 130px;
	/*border-bottom: solid navy 1px;*/
}

#menu
{
	float: left;
	padding: 5px;
	width: 170px;
	height: inherit; 
}

#menu a { text-decoration: none; color:#000000; font-weight: normal; }

#menu p.submenu
{
	width: 75%;
	padding: 3px; /*top right bottom left*/
	margin: 4px 4px 4px 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#menu p.submenu_selected
{
	background-color: #ffc935;
	width: 75%;
	/*border-right: solid black 2px;
	border-bottom: solid black 2px;
	border-top: solid white 2px;
	border-left: solid white 2px; */
	padding: 3px; /*top right bottom left*/
	margin: 4px 4px 4px 30px;
	font-size: 12px;
	font-weight: bold;
	/*text-align: left;*/
}

#menu p.selected
{
	background-color: #ffc935;
	width: 90%;
	padding: 3px; /* 1px 1px 3px;  /*top right bottom left*/
	margin: 4px 4px 4px 4px;
	font-weight: bold;
	text-align: left;
	/*border-right: solid black 2px;
	border-bottom: solid black 2px;
	border-top: solid white 2px;
	border-left: solid white 2px; */
}

#menu p
{
	width: 90%;
	padding: 3px; /*top right bottom left*/
	margin: 4px 4px 4px 4px;
	font-size: 15px;
	text-align: left;
	color: #000000;
}

#menu p.admin
{
	background-color: #ff0000;
	border-bottom: none;
}


#menu p:hover
{
	background-color: #e0e0e0;
}

#menu p a { color: black; }
#menu p a:hover{ color: white; }

#content
{	position: inherit;
	border-bottom: solid navy 1px;
	
	padding: 0 0 20px 40px; /*top right bottom left*/
	margin: 0px 0 0 180px;
	background-color: #e6e5fb;
	/*background-image: url('../pics/background.jpg');
	background-repeat:  repeat-x;*/
		
	min-height: 1630px; 
}

#galerie
{ position: absolute;
  top: 200px;
  left: 400px;
  width: 400px;
  height: 400px;
}


