
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
p {
   padding: 5px 0px 5px 0px;
}
body {
	color: #444;
   font-family: Georgia, Helvetica, Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   overflow: -moz-scrollbars-vertical;
	background-color: #818286;
}

#container {
	margin: 40px auto 0px auto;
   padding: 10px;
	width: 860px;
	background-color: #fff;
}

h1 {
   font-size: 12px;
   font-weight: normal;
}

/* header */
#top {
	padding: 0px 0px 1px 0px;
   color: #fff;
   height: 179px;
   width: 860px;
}

#top-left {
   float: left;
   background: #fff url(images/top-left-bg.png) no-repeat;
   width: 182px;
   height: 179px;
   border: 0px #fff solid;
}

#top-left-text {
   padding: 147px 0px 0px 64px; 
   width: 116px; 
   font-weight: bold; 
   font-size: 14px;
}

/* navigation */
#menu {
   margin: 0px 1px 0px 0px;
   height: 40px;
   width: 860px;
   background-color: #4c5449;
}
#menu a {
   float: left; 
   width: 112px; 
   height: 40px;
   line-height: 40px;
   text-align: center;
   background-color: #4c5449;
   border: 1px #fff solid; 
   border-width: 0px 1px 0px 0px;   
   color: #fff;
}
#menu a:hover {background-color: #79925b;}

/*.menuitem {
   float: left; 
   width: 113px; 
   height: 40px;
   line-height: 40px;
   text-align: center;
   background-color: #4c5449;
}*/

#main {
   background: #fff url(images/content-bg.gif) repeat-y;
   overflow:auto;
   width: 870px;
   border: 0px #000 solid;
}
#main_left {
   float: left;
   padding-top: 42px;
   width: 181px;
   font-size: 11px;
   color: #000;
}
#main_left_title {
   padding: 0px 0px 19px 23px; 
   width: 158px; 
   height: 30px; 
   line-height: 30px; 
   background: #e7e7e9 url(images/left-bg-top.gif) no-repeat;
}
.left_menu_title {
   line-height: 21px; 
   height: 21px; 
   min-height:21px;
   height:auto !important;
   border: 1px #fff solid; 
   border-width: 1px 0px 0px 0px; 
   margin: 0px 11px 0px 11px;
   overflow: hidden;
}
.left_menu_title_text {
   margin-left: 12px;
}
#downloadcv {
   margin: 20px 0px 20px 19px; 
   width: 140px; 
   height: 29px; 
   background-color: #72845c; 
   text-align: center; 
   line-height: 29px; 
   color: #fff;
}
#main_content {
   float: left;
   margin: 41px 0px 8px 8px;
   width: 670px;
   border: 0px #000 solid;
   overflow: hidden;
}
#main_content h2 {
   font-size: 14px;
}
#main_content h4 {
   font-size: 10px;
   font-weight: normal;
   padding-bottom: 10px;
}
.main_content_middle {
   float: left;
}
.mediaclip {
   overflow: hidden; 
   margin-bottom: 8px; 
   border: 1px #939598 solid; 
   width: 99px; height: 76px;
}
.kader {
   padding-bottom: 10px;
}
.kader-top {
   width: 551px; 
   height: 20px; 
   background: #fff url(images/content-kader-top.gif) no-repeat;
}
.kader-middle {
   width: 513px; 
   background: #fff url(images/content-kader.gif) repeat-y; 
   padding: 0px 19px 19px 19px;
}
.kader-bottom {
   width: 551px; 
   height: 1px; 
   background: #fff url(images/content-kader-bottom.gif) no-repeat;
}
a {
   color: #000;
   text-decoration: none;
}
a:hover {
   color: #000;
   text-decoration: none;
}

img {
   border: 0px;
}
