/*##########################################*\
# T3Domain Layout Model v1.0                                                                                        #
# ------------------------------------------------------------------------------------------  #
#                                                                                                                                          #
# 1 Column without Header                                                                                             #
#                                                                                                                                          #
# @author      Robert Eichholtz                                                                                       #
# @author      Jürgen Luhne                                                                                             #
#                                                                                                                                          #
# @copyright 2008 by t3domain.ch                                                                                #
# @modified  15.08.2008                                                                                                 #
# @version     1.0.0                                                                                                            #
#                                                                                                                                          #
\*##########################################*/



/* 
# ------------------------------------------
# MODIFICATIONS
# ------------------------------------------ 
*/

@media screen {
	#teaser {
		display:none;
	}
	#header {
		display:none;
	}
	#nav {
		display:none;
	}
	#col1 {
		display:none;
	}
	#col1_content {
		display:none;
	}
	#col2 {
		display:none;
	}
	#col2_content {
		display:none;
	}
	#col3 {
		margin-right:0;
		margin-left:0%;
		border-right:0;
	}
	#col3 {
		border-left:0px #FED68D solid;
	}
	#main {
		border:0px;
	}
	#footer {
		display: none;
	}
}