/*	

	a:after {
			content: " [" attr(href) "] ";
		}
		
			#page a[href]:after { content: " " attr(href); }
			#page a[href^="/"]:after { content: " http://www.zonemedia.at/" attr(href); }
			
			
			#page img[alt]:after {
			 content:"\A  ("attr(alt)")";

			}

			
*/	




#page a[href]:after { content: " [http://www.zonemedia.at/"attr(href)"]";
	text-decoration:none;
	 }

	#page a[href^="mailto:"]:after { content: "";
		text-decoration:none;
		 }
	
	
	body {

		background: none;
		color:#00000;
		
		font-family:  Verdana, Helvetica, Arial, sans-serif;
		font-weight:normal;
		font-size: 9pt;
		line-height: 1.3;
		word-spacing:1.1pt;
	

			margin: 0; padding: 0;
			padding-left:50px;
	}
	
	
	#maincontent {
margin:0;
padding:0;
	}
	
	
	
	#header, #mainnav, #subnav, #footer .rss, #dnldButton, .box, #video, #rightcol.project, #mailtofriendButton, #mailtofriend {
		display: none;
	}
	
		#printheader{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
			}
			
				#printlogo{
		border:0;
		margin:0;
		padding:0;

text-align:right;
	}
					#printlogo img{
			border:0;
		}
	
	
				#printlogo{
		border:0;
		margin:0;
		padding:0;

text-align:right;
	}
			
			
	#footer{
margin-top:15px;
padding-top:10px;
border-top:1px solid #cccccc;
	clear:both;
		}
	
	
			#videoprintimg { 
				font-size: 8pt;
			color:#cccccc;
			margin-bottom:10px;
				 }

	
	/*** general html ***/


	h1,h2,h3 {
	font-weight:normal;
	margin:0;padding:0;
	}

	h1 {
			 font-size: 19px;
			line-height:22px;	
	}

	h2 {
			 font-size: 16px;
				line-height:20px;

	}

	h3 {
			  font-size: 14px;
			line-height:18px;

	}
	
	
img{
	border:1px solid #cccccc;
}

a, a:visited{
color:#000000;
			}
	
	/**************************** articles: e.g. team */

	.article{
		position:relative;
	margin-bottom:24px;	
	}
	.article .pic{

	width:230px;
	float:left;
	}
	.article .txt{
	min-height:140px;
	margin-left:240px;
	width:605px;
	background: transparent url('../_media/sys_pics/opak2.png') repeat;	
	overflow:visible;
	}
	/*
	.article .more{
	position:absolute;
	bottom:0px;
	}
	*/
	.article .more, .article .back{
	margin-top:18px;
	}
	.article .more a, .article .back a{
	padding:1px;
	background:none;
	}


	.article:after {
	  content: ".";
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden
	}



		/*** project overview thumbs  ***/
		
#thumbs {
	margin:0;
	padding:0;
		}

							
							
		#thumbs ul{
			margin:0;
			padding:0;
			 border:none;
			 list-style:none;
			}
			
				#thumbs ul a{
		text-decoration:none;
					}
			

		#thumbs li 	{
clear:both;
		margin-bottom:10px;
		}
		
		
		#thumbs .tmb{
float:left;
margin-right:20px;
	margin-bottom:10px;
	
		}

	
		#thumbs .label{
				font-family:  Verdana, Helvetica, Arial, sans-serif;
				font-weight:bold;
				font-size: 9pt;
				text-decoration:none;
				color:#000000;	
		}
			

