body {
	padding: 0px;
	margin: 0px;
}

#container {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 40px;
	padding: 00px 70px;
	top: 0px;
	width: 840px;
	background: white;
	background-image: url(/imagepool/template/msi_kug_background.png);
	background-repeat: no-repeat;
	background-position: -10px 300px;
	position: relative;
	min-height: 1140px;
}

#container.home {
	background-image: url(/imagepool/template/msi_kug_home_background.png);
	background-position: -10px 340px;
}
#container.noBorder {
	width: 870px;
	padding-left: 100px;
	background-position: 20px 340px;
	padding-bottom: 160px;
	min-height: 1300px;
}

#logo {
	z-index: 2;
	padding-top: 25px;
	width: 840px;
	top: 0px;
	height: 60px;
	margin-bottom: 12px;
}
#logo a img {
	border: none;
}

#mainmenu {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 11px;
	height: 80px;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	position: relative;
	width: 910px;
	margin-left: -70px;
	padding-left: 70px;
}
#mainmenu a {
	color: #000;
	text-decoration: none;
}
#mainmenu a:hover {
	text-decoration: underline;
}
#mainmenu .active a {
	text-decoration: underline;
}
#mainmenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#mainmenu li {
	float: left;
	text-align: center;
}
#mainmenu li ul {
	width: 260px;
	margin-right: 30px;
}
#mainmenu li ul.last {
	margin: 0px;
}
#mainmenu li ul li {
	float: none;
}
#mainmenu div.alert {
	border: 2px dotted red;
	display: block;
	clear: both;
	padding: 10px 15px 15px 15px;
	margin: 30px 0px;
	text-align: center;
	width: 780px;
}
div.containerTopBorder {
	width: 980px;
	height: 160px;
	margin: 0px 0px -160px -70px;
}
div.containerLeftBorder {
	width: 160px;
	margin-left: -100px;
	background-image: url(/imagepool/template/msi_kug_background.png);
	background-repeat: no-repeat;
	background-position: 20px 250px;
}
div.containerRightBorder {
	width: 160px;
	float: right;
	margin-right: -100px;
}
div.containerBottomBorder {
	width: 1040px;
	height: 160px;
	margin: -50px 0px 0px -100px;
	position: absolute;
	bottom: -160px;
	z-index: -1;
	background-image: url(../imagepool/template/msi_footer.png) !important;
	background-repeat: no-repeat !important;
	background-position: 495px 97px !important;
}
#footer_logo {
	width: 100%;
	height: 60px;
	margin: -50px 0px 0px -100px;
	position: absolute;
	bottom: 0px;
	background-image: url(../imagepool/template/msi_footer.png) !important;
	background-repeat: no-repeat !important;
	background-position: 495px 0px !important;	
}
#content {
	position: relative;
}
#content h1 {
	margin: 0px;
}
#content .column {
	font-family: "Courier New", Courier, Monaco, monospace;
	width: 260px;
	float: left;
	margin-right: 30px;
	font-size: 11px;
	margin-bottom: 0px;
}

#content div.frame {
	margin-bottom: 40px;
	float: left;
	margin-right: 30px;
}

#content div.wideWhiteBorder,
#content div.wideColorBorder {
	min-height: 270px;
	width: 240px;
	padding: 10px 10px 0px 10px;
/*	margin-bottom: 80px; */
	border-bottom: 50px solid #fff;
}
#content div.wideWhiteBorder div.topBorder,
#content div.wideColorBorder div.topBorder {
	height: 50px;
	width: 260px;
	margin: -10px -10px -50px -10px;
	background-color: #FCEE21;
}
#content div.wideWhiteBorder div.leftBorder, 
#content div.wideColorBorder div.leftBorder {
	width: 50px;
	margin: 40px -40px 0px -10px;
	float: left;
	background-color: #FCEE21;
}
#content div.wideWhiteBorder div.rightBorder, 
#content div.wideColorBorder div.rightBorder {
	width: 50px;
	margin: 40px -10px 0px -40px;
	float: right;
	background-color: #FCEE21;
}
#content div.wideWhiteBorder div.bottomBorder, 
#content div.wideColorBorder div.bottomBorder {
	display: none;
/*	height: 50px;
	width: 260px;
	margin: 10px -10px -50px -10px;
	background-color: #FCEE21;
*/
}
#content div.wideWhiteBorder div.topBorder,
#content div.wideWhiteBorder div.leftBorder, 
#content div.wideWhiteBorder div.rightBorder, 
#content div.wideWhiteBorder div.bottomBorder {
	background-color: #fff;
}

/*
#content div.smallColorBorder {
	width: 240px;
	padding: 10px 10px 20px 10px;
}
#content div.smallColorBorder div.topBorder {
	height: 15px;
	width: 260px;
	margin: -10px -10px -5px -10px;
}
#content div.smallColorBorder div.leftBorder {
	width: 15px;
	margin: 5px -5px 10px -10px;
	float: left;
}
#content div.smallColorBorder div.rightBorder {
	width: 15px;
	margin: 5px -10px 10px -5px;
	float: right;
}
#content div.smallColorBorder div.bottomBorder {
	height: 15px;
	width: 260px;
	margin: 0px -10px -15px -10px;
}
*/
#content div.smallColorBorder,
#content div.smallWhiteBorder {
	min-height: 305px;
	width: 220px;
	padding: 10px 5px 20px 5px;
	border: 15px solid #fff;
}

#content div.noBorder {
	background-color: #f4e71a;
	width: 240px;
	padding: 0px 10px 50px 10px;
	min-height: 310px;
}
#content .frame h1.frameHeadline {
	background-image: url(/imagepool/template/msi_frame_headline.png);
	background-repeat: no-repeat;
	background-position: -10px 0px;
}
#content div.frame h1.frameHeadline span {
	display: none;
}
#content div.frame h1.frameHeadline img {
	margin: 27px -10px 0px -10px;
}

#content div.smallColorBorder h1.frameHeadline,
#content div.smallWhiteBorder h1.frameHeadline {
	padding-top: 5px;
	background-position: -20px -10px;
	margin-bottom: 25px;
}

#content div.smallColorBorder h1.frameHeadline img,
#content div.smallWhiteBorder h1.frameHeadline img {
	margin: -15px -20px;
}

#content div.frame hr {
	width: 200px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	border: none;
	border-bottom: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
}
#content .tinymcewysiwyg hr {
	width: 160px;
	border: none;
	border-bottom: 1px solid #000;
	margin: inherit;
	margin-top: 25px;
	margin-bottom: 25px;
}
#content h2 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
}
#content a {
	color: #000;
	text-decoration: underline;
	font-style: italic;
}
#content p {
	margin-top: 0px;
}

#content div.tinymcewysiwyg {
	padding: 0px 10px;	
}

#content .clear {
	clear: both;
}
#footer {
	height: 240px;
	width: 100px;
}

#adresse {
	font-size: 11px;
	font-family: monospace;
	width: 100%;
	text-align: center;
	z-index: 5;
	bottom: -670px;
	position: absolute;
}