@charset "utf-8";
/* Fonts */
p, li, input, textarea, select, option, optgroup, td, th {
	font: normal 12px/18px Tahoma, Geneva, Verdana , sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font: bold 18px Arial, Helvetica Neue, Helvetica, sans-serif ;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
div#footer p {
	font-size: 11px;
	line-height: 15px;
}
p.small {
	font-size: 11px;
	line-height: 15px;
}
p.linkInfo {
	font-size: 11px;
	line-height: 15px;
}
/* Basic layout & design */
body {
	background: #454b52 url(/_gfx/template/bg_body.gif) top left repeat;
	text-align: center;
}
a {
	color: #595959;
}
a:visited {
	color: #454b52;
}
a.hover:link {
	text-decoration: none;
}
a.hover:visited {
	text-decoration: none;
}
a.hover:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 11px 0;
}
h1,h2,h3 {
	color: #c3cccc;
	margin: 0 0 11px 0;
}
h4,h5,h6 {
	color: #c3cccc;
	margin: 0;	
}
ul {
	margin: 0 0 11px 16px;
}
ol {
	margin: 0 0 11px 24px;
}
ul li {
	list-style-type: disc;
	list-style-image: url(/_gfx/template/bullet.gif);
}
ol li {
	list-style: decimal;
}

/* Layout */
div#bg {
	background: transparent url(/_gfx/template/bg_main.gif) 0 100px repeat-x;
}
div#main {
	background-color: transparent;
	text-align: left;
	margin: 0 auto;
	width: 960px;
	height: 580px;
	overflow: hidden;
}
div#head {
	background: transparent url(/_gfx/template/head.png) 0px 0px no-repeat;
	margin-bottom: 15px;
	height: 100px;
	width: 960px;
	overflow: hidden;
}
div#head img {
	margin-left: 500px;
}
div.box {
	background: url(/_gfx/template/menu_art.gif) 0 0 no-repeat;
	padding-top: 0;
	margin-top: 10px;
	height: 400px;
	float: left;
}
div#home.box {
	background-image: url(/_gfx/template/menu_home.gif);
}
div#cv.box {
	background-image: url(/_gfx/template/menu_cv.gif);
}
div#links.box {
	background-image: url(/_gfx/template/menu_links.gif);
}
div.box.active {
	background-position: 0px -54px;
	margin-top: 0px;
}
div.box div.boxTitle {
	height: 27px;
	width: 100%;
	overflow: hidden;
}
div.box div.boxTitle img {
	width: 100%;
	height: 100%;
}
div.boxContents {
	background: #bfac8e 0 0 repeat-y;
	border: 1px solid #383d45;
	border-top-width: 0px;
	height: 400px;
	width: 99px;
}
div.box.left div.boxContents {
	border-width: 0px 0px 1px 1px;
}
div.box.right div.boxContents {
	border-width: 0px 1px 1px 0px;
}
div.box.active div.boxContents {
	background-color: #ffffff;
	height: 420px;
	width: 658px;
}
div.boxContentHolder {
	background: none;
	padding: 10px 10px 10px 0;
	overflow: hidden;
}
div.boxContentHolder.loader {
	background: url(/_gfx/template/loader.gif) center center no-repeat;
	width: 100%;
	height: 100%;
}

div.column100, div.column50, div.column33 {
	padding-left: 10px;
	float: left;	
}
div.column100 {
	width: 638px;
	float: none;
}
div.column50 {
	width: 314px;
}
div.column33 {
	width: 200px;
}
div#footer {
	text-align: center;
	clear: both;
}
div#footer p {
	color: #e1ebeb;
	letter-spacing: 0.5ex;
}

div.images, div.linkImages {
	margin: 0 0 10px -5px;
	overflow: hidden;
	clear: both;
}
div.imageHolder, div.linkImageHolder {
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0 0 5px 5px;
	border: 0;
	width: 75px;
	height: 75px;
	float: left;
	overflow: hidden;
}
div.linkImageHolder {
	background-position: top center;
	height: 80px;
}
p.linkInfo {
	text-align: center;
	margin-top: 5px;
}

div#imagePopup {
	background-color: #FFF;
	border: 1px solid #383d45;
	width: 320px;
	height: auto;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
div#imagePopupImage {
	background: url(/_gfx/template/loader.gif) center center no-repeat;
	margin: 10px auto;
	width: 300px;
	height: 300px;
}
div#popupBackground {
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 999;
}
a#imagePopupClose {
	position: absolute;
	top: 5px;
	right: 5px;	
	z-index: 1001;	
}

.hidden {
	display: none;
}
p.centered {
	text-align: center;
}
p.right {
	text-align: right;
}

a.linkMarkRight {
	background: url(/_gfx/template/raquo.gif) center right no-repeat;
	padding-right: 25px;
}

.floatLeft {
	margin: 0 10px 10px 0;
	float: left;
}
.clear {
	clear: both;
}
