/*
 GERALD PILZ
 OBERFELDSTRASSE 123
 4600 WELS, AUSTRIA
 OFFICE@GERALDPILZ.COM
 WWW.GERALDPILZ.COM
------------------------------------------------------------*/

*			{ 	font-family:Arial, Helvetica, sans-serif;
				-webkit-text-size-adjust: none;
				margin:0px;
				padding:0px; }
img			{	border:none; }

/* BODY ----------------------------------------------------*/

html, body	{	background-color:#191919;
				height:100%; }
				
/* LINKS ---------------------------------------------------*/
				
a:link			{	color:#CCC;
					text-decoration:none; }
a:visited		{	color:#CCC;
					text-decoration:none; }
a:active		{	color:#CCC;
					text-decoration:none; }
a:hover			{	color:#FFF;
					text-decoration:none; }
.passiv			{ 	color:#888;
					text-decoration:none; }
	
/* TEXT ----------------------------------------------------*/

.text1			{	color:#333; }
					
/* MARKIERUNG ----------------------------------------------*/

.marker-yellow		{	float:left;
						font-size:10px;
						font-weight:normal;
						color:#000; 
						background:#FF0;
						border-left:2px solid #FF0;
						border-right:2px solid #FF0; }

.marker-white		{	float:left;
						font-size:10px;
						font-weight:normal;
						color:#000;
						background:#FFF;
						border-left:2px solid #FFF;
						border-right:2px solid #FFF; }
							
/* TABLES --------------------------------------------------*/

table     	{	font-size:10px;
				line-height:12.5px;
				font-weight:normal;
				color:#888;
				width:950px;	
				border-collapse:collapse; 
				border-spacing:2px;
				margin:0px 0px 0px 8px; }
			
/* --- PROJEKTE --------------------------------------------*/

.col0-1   { vertical-align:top;
			width:455px;  }
.col0-2   { vertical-align:top;
			width:140px; }
.col0-3   { vertical-align:top;
			width:140px; }
.col0-4   { vertical-align:top; }		
				
/* --- WETTBEWERBE -----------------------------------------*/

.col1-1   { vertical-align:top;
			width:315px; }
.col1-2   { vertical-align:top;
			width:140px; }
.col1-3   { vertical-align:top;
			width:140px; }
.col1-4   { vertical-align:top;
			width:140px; }
.col1-5   { vertical-align:top; }
			
/* --- KONTAKT ---------------------------------------------*/

.col2-1   { vertical-align:top;
			width:265px; }
.col2-2   { vertical-align:top;
			width:270px; }
.col2-3   { vertical-align:top;
			width:130px; }
.col2-4   { vertical-align:top;
			width:130px; }
.col2-5   { vertical-align:top; }

/* --- IMPRESSUM -------------------------------------------*/

.col3-1   	{ 	vertical-align:top;
				width:205px; }
.col3-2   	{ 	vertical-align:top;
				width:245px; }
.col3-3   	{ 	vertical-align:top;
				width:270px; }
.col3-4   	{ 	vertical-align:top; }

/* LAYERS --------------------------------------------------*/

#project-titel	{	position:absolute;
					top:0px;
					height:auto;
					width:auto;
					margin-left:6px;
					z-index:99999999; }
				
#menu		{	float:left;
				height:auto;
				width:960px;
				font-size:10px;
				font-weight:normal;
				padding-top:24px;
				padding-right:0px;
				padding-bottom:17px;
				padding-left:6px; }

#content1	{	float:left;
				height:auto;
				width:960px;
				padding-bottom:2px;	}
				
#content2	{	float:left;
				height:auto;
				width:960px;  }
				
/* FOOTER --------------------------------------------------*/
				
.wrapper	{	height:auto !important;
				height:100%;
				min-height:100%;
				width:960px;
				margin:0 0 -2.4em 0; /* the bottom margin is the negative value of the footer's height */
				background-color:#111;  }
				
.footer, .push	{	height:2.4em; /* .push must be the same height as .footer */
					clear:both; }