/*#############################################################
Name: Esc Cube
Date: 2007-04-15
Description: simple Template 4 Websitebaker Contest 2007
Author: Michael Brinsteiner
URL: http://escpro.de.vu
#############################################################*/

/* standard elements */
#container  {
	background: #005697 ;
         width: 900px;
         align: center;

}
.content {
	margin:0px;
         background: #005697 ;
         width: 650px;
         align: center;
	padding: 2px;
	     align: left;
         }
* {
	margin: 0;
	padding: 0;
}
a {
	color: #00ff00;
}
a:hover {
	color: #ff8000;
}
body {
	background: #002b5d;
	color: #fff;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.0em;
	padding-bottom: 0em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	color: #FF8000;
	padding-top: 6px;
}

/* Footer */
powered_by  {
	align: center;

}
/*=========== menu left ===========*/

#menul  {
border: solid 0px #e6e6e6;
width:161px;
margin: 10px;
padding:10px;

}

#menul ul ,#menul li{
 list-style: none;
        margin: 0px;
        padding: 0px;
        }





#menul li a:link , #menul li a:visited , #menul li a:active {display:block;height:67px;
line-height:67px;
background-image:url(but1.png);
        font-weight: bold;
        color:#fff;
        text-decoration:none;
text-align:center;
        font-size: 13px;
        font-family: verdana, sans-serif;
padding-right:11px;
        padding-bottom:0px;
        margin:0px;
		

}

#menul li a:hover {background-color:transparent;
background-image:url(but.png);
        color:#FF9900;}

<!-- ### Topmenue (only topsites) ### -->

#mainmenu {
margin-bottom:31px;
}

#mainmenu ul {
font-size:16px;
margin:0;
padding:0;
}

#mainmenu li {
float:left;
height:31px;
list-style:none;
margin:0;
padding:0;
}

#mainmenu a {
border-right:1px solid #b0b0b0;
color:#606060;
display:block;
font-size:1.0em;
padding:11px 10px 10px;
text-transform:uppercase;
text-decoration:none;
}

#mainmenu a:hover {
background:#3E82A8 url(images/tm1.png) top left repeat-x;
color:#505050;
text-decoration:none;
}

#mainmenu a.current {
background:#D2CFCF url(images/tm1.png) top left repeat-x;
color:#505050;  font-size:1.1em;   
text-decoration:none;
}