﻿#MainContainer
{
	width: 776px;
	margin: 0 auto;
	height: 500px;
}

#TopContainer
{
	padding: 0 2px;
	background: url(/Files/System/Images/BackgroundTopContainer.gif) repeat-y 0 0;
}

#Header
{
	height: 95px;
	padding-top: 12px;
	background: #fff url(/Files/System/Images/BackgroundHeader.gif) repeat-x 0 0;
}

#Header #Logo
{
	float: left;
	margin: 12px 0 0 30px;
}
#Header #Address
{
	float: right;
	margin: 16px 14px 0 0;
}
#Header #Address p
{
	text-align: right;
	line-height: 18px;
	color: #c5c5c5;
}

#MenuContainer
{
	width: 756px;
	margin: 10px auto 0 auto;
	padding: 9px 0 0 0;
	background: url(/Files/System/Images/BackgroundMenuTop.gif) no-repeat 0 0;
	position: relative;
	z-index: 2;
}
#MenuContainer #Image
{
	float: right;
	width: 548px;
	margin-right: 10px;
	height: 202px;
	background: #fff url(/Files/System/Images/Butterfly.jpg) no-repeat 0 0;
	z-index: -1;
}
#MenuContainer #Image p
{
	color: #fff;
	position: absolute;
	top: 170px;
	right: 35px;
	font-size: 24px;
	font-weight: lighter;
}
#TopContainerBottom
{
	height: 23px;
	margin-left: -4px;
	background: url(/Files/System/Images/BackgroundTopContainerBottom.gif) no-repeat 0 0;
}

#HighlightBlock
{
	float: left;
	width: 185px;
	margin: 0 0 0 2px;
	padding: 5px 0 10px 18px;
	background: #d9d9d9;
}

#CopyrightBlock
{
background-color: #ededed;
margin: 20px -5px -10px -18px;
padding: 5px 18px;
line-height: 1.5em;
}

#CopyrightBlock, #CopyrightBlock a
{
color: #999;
}

#MainPageContent
{
	width: 522px;
	min-height: 400px;
	margin-right: -2px;
	padding: 5px 25px;
	float: left;
	background: url(/Files/System/Images/BackgroundMainPageContent.gif) repeat-y 0 100%;
	font-size: 1.2em;
	line-height: 1.4em;
}

#MainPageContent h1.MyClass
{
color: #f00;
}


#MainPageContent img
{
	padding: 1px;
	border: 4px solid #289acc;
}
#MainContentTop
{
	border-bottom: 1px dotted #4c4c4c;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.MainContentBottomLeft, .MainContentBottomRight
{
	float: left;
	width: 46%;
	margin: 5px;
	padding: 8px 0;
}
.MainContentBottomRight
{
	border-left: 1px dotted #4c4c4c;
	padding-left: 20px;
}

#CVDetails
{
	width: 100%;
	border: dotted 1px #9d9d9d;
	border-width: 1px 0;
}
#CVDetails th, #CVDetails td
{
	vertical-align: top;
	padding: 5px;
}

#CVDetails th
{
	width: 100px;
	font-weight: bold;
	text-align: left;
}

a.GoBack
{
	display: block;
	padding: 4px;
	background: #e8e8e8;
	color: #004d85;
	width: 150px;
	margin: 5px 0;
	text-align: center;
}

/* Search Control */
#SearchBoxes div
{
	width: 44%;
	margin: 5px 0;
	padding: 0 8px;
	float: left;
}

.CvList
{
	width: 100%;
	margin: 10px auto;
	border-color: #fff;
}
.CvList th
{
	text-align: left;
	padding-left: 4px;
}
.CvList td
{
	padding: 3px 5px;
	background: #d7e9f3;
}

#NewsList a.Kop
{
/*  color: green; */
}