/*############################################*/
/*##### CSS-Style copyright Özgür Yasar ######*/
/*#####        September 2008           ######*/
/*############################################*/

/*----------------------------MAIN-----------------------------------*/

div.header
{
  width: 790px;
  height: 90px;
  border: solid 5px #EEEFEF;

}
div.logoleft
{
  width: 180px;
  height: 90px;
  float:left;
  background-color:#D4D0C8;
  border: solid 0px #696969;

}

div.logoright
{
  width: 180px;
  height: 90px;
  float:right;
  background-color:#D4D0C8;
  border: solid 0px #696969;

}
div.main
{
 width: 790px;
 height: 450px;
 background-color: #EEEFEF;
 border: solid 0px #000000;
}
div.mainleft
{
 width: 230px;
 height: 100%;
 float: left;
 border: solid 0px #000000;
}
div.mainleftup
{
 width: 100%;
 height: 220px;
 float: left;
 padding-top: 20px;
 border: solid 0px #000000;
}
div.mainleftdown
{
 width: 100%;
 height: 230px;
 float: left;
 border: solid 0px #000000;
}
div.mainright
{
 width: 560px;
 height: 100%;
 float: right;
 padding-top: 4%;
 font-family:arial,verdana;
 border: solid 0px #000000;
}
div.footer
{
 width: 790px;
 height: 25px;
 background-color: #EEEFEF; 
 border-top: solid 1px #FFFFFF;
}

input.button
{
	border: solid 0px red;
   	no-repeat left;
    	text-align:left;
	padding-left:20px;
	/*background-image: url(../pics/button.jpg);*/
    	width:144px;
    	height:24px;
    	font-size:20px;
    	color:#000000;
    	font-weight:normal;
    	font-family:Monotype Corsiva,verdana;
}

input.button_next
{
	border: solid 0px red;
	padding-left:20px;
	background-image: url(../pics/button_next.jpg);
    	width:100px;
    	height:30px;

}

input.button_back
{
	border: solid 0px red;
	padding-left:20px;
	background-image: url(../pics/button_back.jpg);
    	width:100px;
    	height:30px;
}

a
{
	color: #000000;
	font-weight:normal;
	font-size:15px;
	text-decoration: none;
	font-family:Hobo Std,verdana;
}

a:hover {text-decoration:underline; }
