/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%

}
#header {
 width: 902px;
 padding: 10px;
 height: 80px;
 margin: 10px 0px 0px 0px;
 
background-image: url(images/head.gif);
	background-repeat: no-repeat;
}


 #header h1 a{
	color: #999999;
	font-size: 20pt;
	text-decoration: none;
}

h2 {
	color: #999999;
	font-size: 16pt;
	padding-top: 2px;
}

.head {
	padding-top: 2px;
	padding-left: 220px;
}

#navigation {
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFE8;
}
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;
//set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #666666;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}


#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: right;
}
.clear { clear: both; background: none; }
.clear ul {
	list-style: none;
	padding-bottom: 4px;
	font-size: 11pt;
}

.clear  a{
	display: block;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.clear a:hover{
	background-color: #CCCCCC;	
}
.partner{
	padding-top: 20px;
}
.partner a{
	font-size: 10pt;
}


#leftcolumn {
	float: left;
	margin: 10px;
	padding: 0px;
	width: 683px;
	display: inline;
	position: relative;
	min-height: 300px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.leftclear {
	clear: both;
	background: none;
	padding-right: 10px;
}

.leftclear h2{
	text-align: center;
}
.leftclear h3{
	padding-top: 10px;
	padding-bottom: 5px;
}
.leftclear h4{
	padding-top: 5px;
	padding-bottom: 5px;
}

.jog{
	text-align: center;
	font-size: 8pt;
	padding-top: 10px;
}
#valuta {
	padding-left: 120px;
	
}

.gomb{
	margin-top: 5px;
}

.legal{
	font-size: 10px;
}

#footer {
	width: 902px;
	clear: both;
	background:#FFFFE8 ;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
#bottom ul{
	list-style-type: none;
	text-align: center;
	padding-top: 3px;
	
	
		    
}
#bottom li{
	
	display: inline;

}

#bottom a{
	color: #666666;
	text-decoration: none;
}
#bottom a:hover{
	text-decoration: underline;
}

#bottom li span{
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #666666;
}

#cont {
	padding-left: 3px;
	padding-top: 10px;
	text-align: center;
	}
	
#cont span {
	padding-right: 5px;
	padding-left: 5px;
}
