
* {
	font-family			: Verdana, Arial, Sans serif;
	font-size			: 12px;
}
body {
	background-color	: #F2F2F2;
	text-align			: center;
	padding				: 0px;
	margin				: 0px;
}
a {
	color				: #336699;
}
h1, h2 {
	position			: absolute;
	top					: -100em;
	left				: -100em;
}

#BGLeft {
	position			: absolute;
	top					: 0px;
	left				: 0%;
	width				: 50%;
	height				: 160px;
	background-image	: url('images/bg-left.png');
	background-repeat	: repeat-x;
	background-position	: top;
	z-index				: 1;
}

#BGRight {
	position			: absolute;
	top					: 0px;
	left				: 50%;
	width				: 50%;
	height				: 160px;
	background-image	: url('images/bg-right.png');
	background-repeat	: repeat-x;
	background-position	: top;
	z-index				: 2;
}

#Main {
	z-index				: 3;
	position			: absolute;
	left				: 50%;
	margin-left			: -430px;
	width				: 870px;
	text-align			: left;
	background-color	: #F9F9F9;
	background-image	: url('images/shadow-right-with-menu.png');
	background-repeat	: repeat-y;
	background-position	: top right;	
}
#ColumenLeft {
	z-index				: 4;
	width				: 180px;
	float				: left;
}
#ColumnMiddle {
	z-index				: 5;
	width				: 680px;
	float				: left;
}
#ColumnRight {
	width				: 10px;
	float				: left;
	padding				: 0px;
	margin				: 0px;
	margin-right		: -1px;
}

#HeaderLogo {
	z-index				: 6;
	height				: 101px;
	background-color	: #ffffff;
	border-width		: 0px 0px 0px 1px;
	border-color		: #6699CC;
	border-style		: solid;
}
#HeaderLogo img{
	margin				: 28px 0px 0px 23px;
}

#HeaderMoodbar {
	z-index				: 7;
	height				: 121px;
	text-align			: right;
	border-width		: 0px 1px 0px 0px;
	border-color		: #6699CC;
	border-style		: solid;
}
#HeaderMoodbar img {
	margin-top			: 29px;
}

#HeaderBarLeft {
	z-index				: 8;
	height				: 20px;
	background-image	: url('images/header-bar-left.png');
	background-repeat	: repeat-x;
	background-position	: top left;
}
#HeaderBarRight {
	z-index				: 9;
	height				: 20px;
	background-image	: url('images/header-bar-right.png');
	background-repeat	: repeat-x;
	background-position	: top left;	
	border-width		: 0px 1px 0px 0px;
	border-color		: #ffffff;
	border-style		: solid;
	text-align			: right;
	vertical-align		: middle;
}
#HeaderBarRight img {
	border-width		: 0px 0px 0px 1px;
	border-color		: #ffffff;
	border-style		: solid;
	margin				: 0px;
	padding				: 0px;
}

#Menu {
	z-index				: 10;
	width				: 150px;
	min-height			: 440px;
	background-color	: #F9F9F9;
	background-image	: url('images/bg-menu.png');
	background-repeat	: no-repeat;
	background-position	: top left;
	padding				: 50px 0px 0px 30px;
	border-width		: 0px 0px 0px 1px;
	border-color		: #6699CC;
	border-style		: solid;
}
#MenuList {
	margin			: 0px 0px 0px 0px;
}
#MenuList a {
	font-family		: Trebuchet MS, Verdana, Arial, Sans serif;
	text-decoration	: none;
}
#MenuList, .subMenu {
	padding-left	: 0px;
	margin-left		: 0px;
	list-style-type	: none;
}
.subMenu li {
	margin-left		: 2em;
}
.menuSpacer {
	height			: 0em;
	margin-bottom	: 1em;
}
.menuItem {
}
.menuItemSubHeader {
	margin-bottom	: 1em;
}
.menuItemSubHeader li{
	font-weight		: normal;
}

#Content {
	z-index				: 11;
	min-height			: 470px;
	background-color	: #ffffff;
	border-width		: 0px 1px 0px 1px;
	border-color		: #6699CC;
	border-style		: solid;
	padding-top			: 2em;
	padding-bottom			: 2em;
}
#ContentTitle {
	margin-left			: 1.5em;
}
#ContentText {
	margin				: 0em 3em 0em 3em;
}
#ContentFooter {
	clear			: both;
	padding-bottom		: 1em;
	background-color	: #F9F9F9;
	border-width		: 1px 1px 0px 0px;
	border-color		: #6699CC;
	border-style		: solid;
	height			: 1.5em;
	color			: #36699C;
	font-family		: Trebuchet MS, Verdana, Arial, Sans serif;
	font-weight		: bold;
	font-size		: 0.8em;
	text-align		: center;
}

#Footer {
	z-index				: 12;
	clear				: both;
	float				: left;
	height				: 12px;
	width				: 708px;
	background-image	: url('images/footer-bar.png');
	background-repeat	: repeat-x;
	background-position	: top left;	
	border-width		: 1px 1px 1px 1px;
	border-color		: #6699CC;
	border-style		: solid;
	text-align			: center;
	vertical-align		: middle;
	color				: #ffffff;
	font-size			: 0.8em;
	padding-left			: 150px;
}
#ColumnRightFooter {
	z-index				: 13;
	width				: 10px;
	height				: 13px;
	float				: left;
	background-image	: url('images/shadow-right.png');
	background-repeat	: repeat-y;
	background-position	: top left;	
}
#ShadowFooter {
	z-index				: 14;
	clear				: both;
	width				: 870px;
	height				: 10px;
	background-image	: url('images/shadow-bottom.png');
	background-repeat	: repeat-x;
	background-position	: top left;
	text-align			: right;
}
#Contents {
	position			: absolute;
	top					: -100px;
	left				: -200px;
}

.clear {
	clear			: both;
}

#ImageBar {
	width			: 220px;
	float			: right;
	text-align		: right;
}
#ImageBar img {
	border-width		: 1px;
	border-color		: #6699CC;
	border-style		: solid;
	margin			: 0px 0px 20px 20px;
}


.TeaserBox, .TeaserBoxLarge {
	width	: 290px;
	margin-top	: 1em;
	float:left;
}
.TeaserBoxLarge {
	width	: 600px;
}
.TeaserBoxTitle, .TeaserBoxLargeTitle {
	border-width		: 0px;
}
.TeaserBoxImage, .TeaserBoxLargeImage {
	border-width		: 1px;
	border-color		: #6699CC;
	border-style		: solid;
	margin			: 0px 0px 10px 10px;
}
.TeaserBoxLargeImage {
	margin			: 10px 50px 0px 0px;
}
.TeaserBoxSpacer {
	width	: 10px;
	float:left;
}

#ListReferences li {
	list-style-image	:url(images/list-bullet.png);
	margin-bottom		: 1em;
}

/*
.TeaserBox, .TeaserBoxLarge {
	width	: 47%;
	margin-top	: 1em;
	float:left;
}
.TeaserBoxLarge {
	width	: 100%;
}
.TeaserBoxTitle, .TeaserBoxLargeTitle {
	border-width		: 0px;
}
.TeaserBoxImage, .TeaserBoxLargeImage {
	border-width		: 1px;
	border-color		: #6699CC;
	border-style		: solid;
	margin			: 0px 0px 10px 10px;
}
.TeaserBoxLargeImage {
	margin			: 10px 50px 0px 0px;
}
.TeaserBoxSpacer {
	width	: 6%;
	float:left;
}

#ListReferences li {
	list-style-image	:url(images/list-bullet.png);
	margin-bottom		: 1em;
}*/
