/* 2006 despecial.com */

body, html {
	margin: 0;
	padding: 0;
	background-color: #bbb;
}
p, form, table, ul {
	margin:0;
	padding: 0;
	font: normal 12px arial, sans-serif;
	color: #333
}

a:link,
a:visited { 
	font: bold 12px arial,sans-serif;
	color: #99cc00
}
a:visited { text-decoration: none }
a:hover,
a:active {
	font: bold 12px arial,sans-serif;
	color: #99cc00;
	text-decoration:none;
	background-color: #333
}

/********* PAGE LAYOUT **********/
#webpage {
	margin: 0 auto;
	width: 800px;
	background-color: #fff;
}

#header {
	width: 800px;
	height: 165px;
	margin-bottom: 40px;
	background:#99cc00 url(../_img/header.png) no-repeat;
}

#menu {
	width: 700px;
	margin: 0 0 10px 50px;
	border-bottom: 6px solid #999;
} 

#contentLeft {
	min-height: 500px;
	width: 490px;
	margin: 0 50px 55px 50px;
	float: left;
}
* html #contentLeft { margin-left: 25px }
#contentRight {
	height: 500px;
	width: 160px;
	margin-bottom: 55px;
	float: left;
}

#footer {
	clear: left;
	height: 21px;
	background-color: #99cc00;
}
/********* PAGE LAYOUT **********/



/********* PAGE CONTENT *********/
.home { 
	position:relative;
	z-index: 300;
	margin-top: -24px;
	float: right;
}
.titlepic { margin-bottom: 35px }
.startpic { margin-bottom: 15px }

#contentLeft h1 {
	margin: 0 0 25px 0;
	font: bold 22px arial, sans-serif;
	color: #666;
	text-transform: uppercase;
}
#contentLeft h2 {
	margin: 15px 0 15px 0;
	font: bold 12px arial, sans-serif;
	color: #666;
}
#contentLeft ul {
/* 	display: block; */
/* 	margin: 10px 0 0px 10px; */
/* 	padding: 0px; */
	margin:0px;
/*
	list-style: none url(../_img/li.png);
	vertical-align: absbottom;
*/
}
#contentLeft li {
/* 	float: left; */
	padding: 0;
	margin: 0px 0px 1px 50px;
	list-style-image: url("../_img/li.png");	
	line-height: 16px;
}
#contentLeft ul:after {
	clear: both
}

#contentLeft, p {
	color: #333;
	font: normal 12px arial, sans-serif;
	line-height: 16px;
	letter-spacing:0.0px;
}
#contentLeft p { width:450px }

#contentRight h1 {
	display:block;
	width: 155px;
	margin: 0 0 10px 0;
	padding: 2px 0px 2px 5px;
	font: bold 11px arial, sans-serif;
	color: #fff;
	background-color: #999;
	text-transform: uppercase;
	letter-spacing:0.1px;
}
#contentRight h2 {
	margin: 10px 0 10px 0;
	font: bold 11px arial, sans-serif;
	color: #333;
	text-transform: uppercase;
}
#contentRight, #contentRight p {
	color: #333;
	font: normal 11px arial, sans-serif;
	line-height: 14px;
}

#contentRight a:link,
#contentRight a:visited,
#contentRight a:hover {
	font-size: 11px; 
}

.hr, hr  { 
 	border: 0;
 	color: #999;
	background-color: #999;
	height: 2px;
	margin-bottom:0px;
}
hr { 
	margin-bottom:15px;
}
.teaser {
	margin-bottom: 20px;
}
.teaser p {
	margin-top: -15px;
}
.footer {
	margin-left: 50px;
	padding: 4px 0 0 0;
	color: #fff;
	font: bold 10px arial, sans-serif;
	text-transform: uppercase;
}
.sep { 
	padding-right: 8px;
}

#footer a:link,
#footer a:visited {
	font: bold 10px arial, sans-serif;
	color: #fff;
	background: none;
	text-decoration:underline
}	
#footer a:hover,
#footer a:active {
	color: #333;
}
/********* PAGE CONTENT *********/

.seminar { margin-bottom: 10px }

