#main {
	margin: 0px auto;
	width: 886px;
	margin-bottom: 10px;
	clear: all;
}



#centercol {
	width: 260px;
	float: left;
	margin: 10px 5px 10px 5px;
	padding: 10px;
	text-align: left;
}

#leftcol {
	width: 68%;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#leftcolcontent{
	padding:10px 30px 10px 16px;
}

#leftcolcontent h1{
	margin-left:16px;
}

/*
* html #leftcol{
	width:280px;
}
*/
#rightcol {
	width: 31%;
	margin: 0px;
	padding: 0px;
	border-left: 1px dotted #AAB5C4;
	text-align: left;
	float:right;
}

#rightcolcontent{
	padding:10px 10px 10px 26px;
}

#startheader {
	margin: 0px auto;
	width: 886px;
	border-top: 1px dotted #AAB5C4;
	border-bottom: 1px dotted #AAB5C4;
	margin-bottom: 10px;
	clear: all;
	min-height: 270px;
}

#startheaderleftcol {
	width: 275px;
	max-width: 255px;
	float: left;
	margin: 10px 10px 10px 10px;
	background: url('img/bg_green.jpg') top right no-repeat;
	height: 270px;
	padding: 10px;
	text-align: left;
}
/*
* html #startheaderleftcol{
	width:280px;
}
*/
#startheaderleftcol p {
	padding-left:16px;
}
#startheaderleftcol h1{
	margin-left: 12px;
}
#startheadercentercol {
	width: 275px;
	max-width: 255px;
	float: left;
	margin: 10px 10px 10px 10px;
	background: url('img/bg_blue.jpg') top center no-repeat;
	height: 270px;
	padding: 10px;
	text-align: left;
}
/*
* html #startheadercentercol{
	width:280px;
}
*/
#startheadercentercol p{
	padding-left:16px;
}
#startheadercentercol h1 {
	margin-left: 12px;
}

#startheaderrightcol {
	width: 275px;
	max-width: 255px;
	margin: 10px 0px 10px 10px;
	margin-left: 604px;
	background: url('img/bg_grey.jpg') top left no-repeat;
	height: 270px;
	padding: 10px;
	text-align: left;
}
* html #startheaderrightcol {
	margin-left: 594px;
}

#startheaderrightcol p{
	padding-left:16px;
}
#startheaderrightcol h1 {
	margin-left: 12px;
}

.csc-textpic-caption{
	padding-top:15px;
}

#oemap_container {
	position: relative;
}
#wienselect {
	position: absolute;
	top: 16px;
	left: 172px;
	width: 80px;
	height: auto;
	background-color: #C2D0DD;
	border: 1px solid #CCCCCC;
	padding: 8px;
	line-height: 20px;
	visibility: hidden;
}
* html #wienselect {
	width: 100px;
}
#wienselect a, #wienselect a:link, #wienselect a:visited, #wienselect a:active, #wienselect a:hover {
	color: #999999;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
}
#wienselect a:hover {
	color: #EAAB00;
}

