/* colors: lastone: #e2f0d9  #d6fb8e #dceade #d4ff50;  , ffffd5 e8eae7 #e3eae5 #ddebec   col mid d7d7d7 */

@media screen, projection
{

body { 
background:#d6fb8e ; 
padding:0px;
margin:0; 
text-align: center; 
}

#main_container {
margin: 0 auto;
padding:0; 
min-width: 960px; 
max-width: 980px;
width:980px; 
background-color: white;
background-repeat: no-repeat;
background-image:url(images/layout/bg_start.jpg); 
text-align:left;
border:none;
}

#main_content{ 
padding: 0px; 
}

#logo_img
{
margin-bottom:20px;

}

#header_cotainer{
background:transparent;
}

#header_brdr_lft,
#header,
#header_brdr_rgt{

}

#header {
height:270px;
}

#topnav {

}

#main { 
margin:0px;
background: transparent;
padding:0px 0; 
}


/* right content */

#col_rgt { 
width: 170px; 
}

#col_rgt_content a{
padding-left:20px;
background-repeat:no-repeat;
}

#col_rgt_content { 
padding: 55px 20px 10px 10px; 
font-size: 95% 
}

#col_mid{ 
margin-top:52px;
margin-left:60px; 
margin-right:30px; 
background:#eaeaea;
-moz-opacity:0.8;
opacity:0.8;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 filter: alpha(opacity = 80);
 zoom: 1;
}

/* main content */
#col_mid_content { 
padding: 40px 24px 24px 24px; 
padding-bottom:120px;
padding-top:24px;
font-weight:normal;
color:#000;
}


}

/* left content */

#col_left {
width: 140px; 
margin-top:24px;
background:transparent;
border-right:0px solid #dedede;
border-bottom:0px solid #dedede;
}

#col_left_content { 
padding-top: 28px; 
padding-left: 28px; 
padding-right: 6px; 
padding-bottom: 22px; 
font-size: 95%;
}



/* override typo3 csc:  content image LEFT */
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap
{
	margin-right:20px !important;
	margin-bottom:16px !important;

}

.csc-textpic-caption
{
	margin:4px !important;
	font-size: 80% !important;
	color:#666;
	text-align:center;
	

}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img 
{
	margin:2px !important;
}


.contenttable
{
	width:100%;
	margin:16px;
	border:1px solid #ccc;


}

.contenttable TD
{
	padding:4px;
	margin:2px;	
	text-align:center;
	border:1px solid #ccc;

}



.csc-textpic-imagecolumn
{
	margin:0px;
	padding;0px;
	float:left: !important;
	

}

/* footer */
#footer { 
color:#000; 
background-color: #fff;
height:auto;
margin:0px;
padding: 16px 20px 20px 20px;
text-align:right;
height:64px;
width:auto;
}

#footer_logo{
margin:16px;
float:right;
}

#footer_nav{
margin:16px;
float:right;
}

/* text layout */
h1{
padding-left:2px;
text-transform: none;
background-repeat:no-repeat;
margin-top:32px !important;
margin-bottom:32px !important;
font-weight:bold;
}


}