/*grundgrüst*/

#header
{
	width: 790px;
	height: 266px;
	background-image:url(/templates/wellwall/images/header.jpg);
}

#mainbody
{
	border: 0px;
	width: 790px;
	background-image:url(/templates/wellwall/images/mainbody.gif);
}

#footer
{
	width: 790px;
	height: 75px;
	background-image: url(/templates/wellwall/images/footer.gif);
}





/*Inhalt von Mainbody*/
#menubody
{
	vertical-align: top;
	width: 183px;
	height: auto;
}

#content
{
	vertical-align: top;
	width: 575px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 20px;
}





/*Inhalt von menubody*/
#menu_top
{
	vertical-align: top;
	width: 180px;
	height: 57px;
	background-image:url(/templates/wellwall/images/menu_top.gif);
}

#menu_content
{
	vertical-align: top;
	width: 180px;
	height: auto;
	background-image:url(/templates/wellwall/images/menu_content.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #cccccc;
}

#menu_bottom
{
	vertical-align: top;
	width: 180px;
	height: 67px;
	background-image:url(/templates/wellwall/images/menu_bottom.gif);
}

#banner_inner {
	float: left;
	padding: 20px;
	height: 70px;
}






/*Inhalt von menu_content*/
#menu_content_php
{
	width: 150px;
	padding-left: 30px;
}	

/*Inhalt von content*/

#pathway
{
	width: 530px;
	height: 25px;
	background-image:url(/templates/wellwall/images/pathway.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17pt;
}

#content_php
{
	width:530px;
	padding-left: 4px;
}

a:link, a:visited {
	color: #000000; 
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a:active {
	color: #ff9900; 
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a:hover {
	color: #ff9900;	
	text-decoration: none;
	font-weight: bold;
}