@CHARSET "UTF-8";

/*
 * Overrides for the green layout
 * 
 * green: 		#A5C327
 * 
 * @project 	zurichmasterclass.org - Facelift 04/09
 * @author 		Daniel Selinger <mail@dselinger.biz>
 * @date			2009-04-27
 * 
 */

#boxPage{
	margin: 0 auto;
	/*width: 1040px;*/
	width: 1028px;
	}
	
#main_container{
	margin: auto;
	float: left;
	}

/**
 * Vertical logo
 */

a#zmcLogoVertical{
	width: 78px;
	height: 732px;
	float: right;
	}

a#zmcLogoVertical img{
	border: 0px none transparent;
	}	


/**
 * Left area
 */

div.tx-newloginbox-pi1{
	position: relative;
	bottom: auto;
	left: auto;	
	margin: 50px 0;
	}

div.tx-newloginbox-pi1 label, 
div.tx-newloginbox-pi1 h3{
	color: #BA9458;
	font-size: inherit;
	}
	
div.tx-newloginbox-pi1 th,
div.tx-newloginbox-pi1 td{
	vertical-align: middle;
	}

div.tx-newloginbox-pi1 input{
	border: 0px none transparent;
	}

div.tx-newloginbox-pi1 input#user, 
div.tx-newloginbox-pi1 input#pass{
	width: 132px;
	height: 16px;
	padding: 0;
	background: #fff url(images/green/loginInput-bgd.png) left top  no-repeat;
	border: 0 none transparent;
	overflow: hidden;
	}

div.tx-newloginbox-pi1 input#submit {
	width: 75px;
	padding: 0 0 0 20px;
	color: #BA9458;
	background: #fff url(images/green/loginSubmit-bgd.png) left top no-repeat;
	}
	
div.tx-newloginbox-pi1 input#submit:hover{
	cursor: pointer;
	color: #EB401E;
	}

/**
 * Main content
 */

div#left_content{
	position: relative;
	}

div#main_content div.csc-header{
	height: 30px;
	}

div#main_content div.csc-header h1{
	margin-top: 0px;
	}
	
div#main_content div.csc-header h1.csc-firstHeader{
	margin-top: 10px;
	}

div#main_content img{
	border: 0px none transparent;
	}

div#main_content a{
	color: #A5C327 !important;
	border: 0px none transparent;
	}

div#main_content a:hover{
	color:#EB401E !important;
	}
	
div#footer_menu{
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0 0 10px 0;
	clear: both;
	width: 500px;
	}
	
/**
 * News pages
 */

.news-list-item {
	float: none;
	}

.news-single-item h3 {
	font-weight: bold;
	color: #A5C327;
	}
	
.news-single-item h3 p{
	margin: 0;
	}
	
.news-list-item p{
	margin: 0;
	}
	
.news-list-item .news-list-morelink{
	margin: 10px 0 0 0;
	}	
	
.news-single-backlink, 
.news-single-backlink a {
	font-size: 12px;
	}

/**
 * Footer
 */

ul#footer_navi{
	width: 310px;
	height: 28px;
	margin: 0 0 0 10px;
	/*padding: 2px 0 5px 20px;*/
	background: #000 url(images/green/footerNavi-bgd.png) left top no-repeat;
	}

ul#footer_navi a{ 
	color: #A5C327 !important;
	}
	
ul#footer_navi a:hover{
	color:#EB401E !important;
	}
	
/**
 * Special for the ref single pages
 */

div.refImageSingle{
	width: 125px;
	margin-top: 20px;
	float: left;
	}
	
div.innerContentRight{
	float: right;
	width: 450px;
	}
	
/**
 * Acc Stars
 */

#zmcAccLink{
	width: 156px;
	height: 156px;
	display: block;
	margin: 25px;
	}
	
#zmcAccLink img{
	border: 0px none transparent;
	}

/**
 * Bottom
 */

#bottom_height img{
	border: 0px none transparent;
	}
	
#bottom_height #zffLogo{
	margin: 0 40px 0 580px;
	}
