/* layout styles */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #e1e1e1;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 30px;
	}
	
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	background-image: url(../img/container_bg.jpg);
	background-repeat: repeat-x;
	}
	
#header {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
	}
	
#wrapper {
	width: 898px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #dedede; 
	background-color: #fff;
	background-image: url(../img/wrapper_bg.gif);
	background-repeat: repeat-y;
	}
	
#leftcol {
	width: 175px;
	float: left;
	}
	
#rightcol {
	width: 183px; 
	float: right;
	}
	
#main {
	margin: 0 195px;
	padding-bottom: 20px;
	}
	
#inner_leftcol {
	width: 245px;
	float: left;
	}
	
#inner_rightcol {
	width: 245px;
	float: right;
	}
	
#footer {
	width: 898px;
	text-align: right;
	font-size: 9px;
	padding-top: 48px;
	}
	
 .clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
	}
	
.floatleft {
	float: left;
	}
	
.floatright {
	float: right;
	margin-left: 10px;
	}
	
.position {
	padding: 0 0 0 50px;
	margin: 0 50px 10px 0;
	border-bottom: 1px solid #dedede;
	}
	
.bio {
	margin-top: 20px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
	text-align: justify;	
	}

/* text styles */

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	height: 25px;
	padding-top: 20px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
	}
	
h3 {
	font-size: 12px;
	color: #6b8e00;
	margin: 20px 0 6px 0;
	}
	
h4 {
	font-size: 12px;
	}
	
#inner_leftcol h2 {
	margin-left: -10px;
	padding-left: 10px;
	}
	
#inner_rightcol h2 {
	margin-right: -10px;
	padding-right: 10px;
	}
	
#inner_maincol h2, #inner_semifullcol p {
	margin-left: 95px;
	}
	
p {
	margin-bottom: 10px;
	}
	
p.sendcv {
	text-align: right;
	}
	
p.sendcv a {
	color: #fff;
	text-decoration: none;
	background-color: #6b8e00;
	padding: 2px 8px;
	}
	
p.sendcv a:hover {
	background-color: #aabe54;
	}
	
ul {
	margin: 0 0 10px 20px;
	}
	
ul li {
	margin-bottom: 4px;
	}
	
ul.contact {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
a {
	color: #6b8e00;
	}
	
a:hover {
	text-decoration: none;
	}
	
#footer ul {
	list-style-type: none;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	}
	
#footer ul li {
	display: inline;
	margin-left: 5px;
	}
	
#footer a {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
.boldgreen {
	font-weight: bold;
	color: #6b8e00;
	}
	
	
/* img styles */

#main img {
	border: 1px solid #dedede;
	margin-bottom: 10px;
	}
	
.spoiler { border-width: 0; font-size: 12px; padding: 1px 14px 3px; margin-left: 6px; line-height: 15px; font-weight: bold; cursor: pointer;}
.folded { display: block;
	background: transparent url(../img/plus.gif) no-repeat left center; padding-left: 14px; }
.unfolded { display: block;
	background: transparent url(../img/minus.gif) no-repeat left center; padding-left: 14px; }
	
#langling
{
	width: 900px;
	margin: 0 auto;	
	text-align:right;
	height:30px;
}

#langling a
{
	position:relative;
	top:33px;
	color:#76941d;
	padding:3px 21px 3px 22px; 
	border:1px solid #dedede;
	background:url('../img/smrarr.gif') 10px 6px no-repeat;
	text-decoration:none;
}

.green
{
	color:#76941d;
	margin-top:45px;	
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:10px 0 9px 10px; 
	font-weight:bold;
	background:url('../img/darr.gif') no-repeat 150px 15px;
}

.rightmenu
{
	list-style-type:none;
	padding:0;
	margin:0;
}

.rightmenu li
{
	border-bottom:1px solid #dedede;
	padding:0;
	margin:0;
}

.rightmenu li a
{
	margin:0;
	color:#666666;
	display:block;
	padding:10px 3px 9px 10px;	
	width:170px;
	background:#f8f8f8;
	text-decoration:none;
}

.rightmenu li a:hover
{
	color:#ffffff;
	background:#76941d;
}	
