/************************************************************************************************/
/*GENERAL SETTINGS*******************************************************************************/
/************************************************************************************************/

html { } 

body {
	background-image: url(../images/bodybg.png);
	background-repeat: repeat-x;
	background-color: #EEF7FE;
	margin: 0;
	font : 14px Arial;
	color: #333333;
	line-height: 1;
}

a:link,a:visited{
	text-decoration: none;
	color: black;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

h1, .page-header h2, .componentheading{
	font-size: 24px;
	color: #2459a3;
	margin: 0 0 20px 0;
	font-weight: normal;
}

.newsflash{
	margin-left:2px;
}

.newsflash-title{
	font-size: 12px;
	color: #2459a3;
	margin: 0 0 20px 0;
	font-weight: normal;
	line-height: 130%;
	text-align: left;
}

h2{
	font-size: 18px;
	color: #2459a3;
	margin: 0 0 20px 0;
	font-weight: normal;
}

h3{
	font-size: 16px;
	color: #453f3f;
	margin: 0 0 20px 0;
	font-weight: normal;
}

#left h3 {
	color: #2459a3;
	size: 18px;
}

h4, h5{
	font-size: 14px;
	margin: 0;
}

p { margin: 0; padding: 0; }

img {
	border: 0; 
}

form{
	margin: 0px;
	padding: 0px;
}

input{
	vertical-align: middle;
}
	
hr{
	color: #D3E5F7;
	height: 1px;
	border: 0;
	margin: 0;
	border-bottom: 1px solid #D3E5F7;
}

/************************************************************************************************/
/*MAIN-CENTER************************************************************************************/
/************************************************************************************************/

#main-center{	
	background-image: url(../images/bg_maincenter_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
	margin: 0 auto;	
	width: 940px;
	position: relative;
	border-top: 6px solid #4576BA;
	padding: 0 20px 30px 20px;
}
/************************************************************************************************/
/*TOP********************************************************************************************/
/************************************************************************************************/

#top{
	border-bottom: 6px solid #4576BA;
	padding: 10px 0 30px 40px;
	position: relative;	
}

#top .moduletable_menu ul {
	list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
    left: 264px;
    font-size: 18px;
    border-bottom: 1px solid #453F3F;
    width: 675px;
    height: 32px;
}
#top .moduletable_menu ul li{
    float: left;
	margin-right: 20px;
}

#top .moduletable_menu ul li a{
	font-weight: bold;
	color: #2459a3;
	text-decoration: none;
	padding-bottom: 10px;
	display: block;	
}

#top .moduletable_menu ul li.active a,
#top .moduletable_menu ul li:hover a{
	color: #464040;
	border-bottom: 4px solid #453F3F;
}

#top .moduletable_menu ul li.active ul.nav-child.unstyled.small,
#top .moduletable_menu ul li:hover ul.nav-child.unstyled.small{
	display:none;
}

#top .moduletable_menu ul li ul.nav-child.unstyled.small{
    background-color: white;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 32px;
    left: 0;
    font-size: 16px;
    color: #453f3f;
    padding-top: 10px;
    line-height: 1.2;
    border-top: 1px solid #453F3F;
	border-bottom:none;
    width: 675px;
	display:none;
}

#top .moduletable_menu ul li:hover ul.nav-child.unstyled.small{
	display:none;
}

#top .moduletable_menu ul li.active ul.nav-child.unstyled.small{
	display:block;
} 

#top .moduletable_menu ul li.parent:hover ul.nav-child.unstyled.small{
	display:block;
}

#top .moduletable_menu ul li ul.nav-child.unstyled.small li{
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 25px 0 0;
}

#top .moduletable_menu ul li ul.nav-child.unstyled.small li:last-child{
	background-image:none;
}

#top .moduletable_menu ul li ul.nav-child.unstyled.small li a{
	font-weight: normal;
	color: #453f3f;
	padding: 0;
	border: none !important;	
}

#top .moduletable_menu ul li ul.nav-child.unstyled.small li.active a,
#top .moduletable_menu ul li ul.nav-child.unstyled.small li:hover a{
	color: #464040;
	border-bottom: 4px solid #453F3F;
}

#top .moduletable_menu ul li a img{
	display:none;
}

/************************************************************************************************/
/*LEFT*******************************************************************************************/
/************************************************************************************************/

#left{
	width: 264px;
	float: left;
	margin-top: 40px;
	border-right: 1px solid #AAAAAA;
}

#leftNews{
	line-height: 1.2;
	font-size: 11px;
	width: 210px;
	text-align: justify;
}
#leftNews .newsflash .news{
	margin-bottom:20px;
	display:block;
}

#leftNews .newsflash .news:last-child{
	margin:0
	
}

#leftNews a{
	color: #2459a3;
	font-weight: bold;
	display:block;
	margin-top:5px;
}

/************************************************************************************************/
/*RIGHT******************************************************************************************/
/************************************************************************************************/

#right{
	width: 630px;
	float: right;
	margin-top: 40px;
}

#center{
	padding: 20px;
	line-height: 140%;
}

#bottom{
	background-color: #101927;
	padding: 20px;
	font-size: 9px;
	color: #979998;
	text-align: left;
}

/************************************************************************************************/
/*CONTENT****************************************************************************************/
/************************************************************************************************/

#content{
	line-height: 1.2;	
	text-align: justify;
}

#content strong{
	color: #2459a3;
	font-weight: bold;
}

.clear{
	clear: both;
	overflow: hidden;
	height: 0px;
	display: block;
}

/************************************************************************************************/
/*FOOTER*****************************************************************************************/
/************************************************************************************************/

footer{
	height: 48px;
	width: 960px;
	margin: 0 auto;
	padding-top: 9px;
	text-align: right;
}

/************************************************************************************************/
/*PHOCA-GALLERY**********************************************************************************/
/************************************************************************************************/

.pg-cv-box{
	position:relative;
	margin:0 40px 40px 0;
	height:auto;
	border-radius:0;
	border: 1px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
	padding: 35px 15px;
	-webkit-box-shadow:0;
    box-shadow:none;
    -webkit-border-radius:0;
}

.pg-cv-box:hover{
	background:none;
}

.pg-cv-desc{
	margin-bottom:10px; 
}

.pg-box-img-bottom{
	position:absolute;
	bottom:-30px;
	left:0;
	right:0;
	text-align:center;
}

.pg-box-img-folder:hover{
	text-decoration:underline;
}

.pg-box-img-folder a{
	background:none;
	padding:0;
	font: bold 12px/140% Verdana, sans-serif;
}

.pg-box-img-folder a{
	background:none;
	padding:0;
}

.pg-box-img-name .pg-cv-name{
	font-size:14px;
	text-align:center;
}