@charset "utf-8";

/*** TheMediaLab print ***/

body {
	/* http://www.alistapart.com/articles/howtosizetextincss/ */
	font:100% Arial, Helvetica, sans-serif; /* 100%~16px */
/*	line-height:1em; *//* 100%~21px | 1em ~ 16px */
	margin:0;
	padding:0;
	color:#000;
	background:transparent;
}

img {
	border:0;
}

/**************
 * links
 */
a,
a:link,
a:active,
a:visited {
	text-decoration:none;
}
/*
a:hover {
	text-decoration:underline;
}
*/

div#content a,
div#content a:link,
div#content a:active,
div#content a:visited {
	color:#ff6d00;
}

/**************
 * fonts
 */
h1,h2,h3,h4,h5,h6 {
	/**/
}
p {
}
/**************
 * page content
 */
div#page {
	font-size:.875em; /* 16px * 0.875 = 14px */
	color:#aaa;
	padding:1px 0; /* prevent margin collapse */
	position:relative;
}

div#header {
	background:transparent;
}
div#header #strip {
}
div#header #strip span {
	background-color:transparent;
	width:0;
}
div#header #strip span a#logo {
	left:0;
	background-image:url(../images/themedialab_print.png);
}
div#header a#logo h1 {
	display:none;
}
div#header h2 {
	position:relative;
	left:200px;
	float:left;
}

div#bottom {
	display:none;
}

div#navigation {
	display:none;
}

div#main {
	margin-top:150px;
	margin-bottom:30px;
	margin-left:0;
	position:relative;
}

div#subnavigation {
	display:none;
}

div.login {
	display:none;
}

div#content {
	left:0;
	border-left:none;
	width:auto;
}

div#footer {
	margin:16px 0;
	padding-top:16px;
	border-top:1px solid #dadada;
		font-size:12px;
}

div#related {
	margin:60px 0 30px 0;
/*	border-top:1px solid #e4e4e4;
	padding-top:10px;*/
}
div.article {
}
div.article h3 {
	font-size:18px;
}

hr.ruler {
	display:none;
}


/**************
 * icons
 */
.icon-tml {
	background:transparent url('../images/icons/tml.png') no-repeat;
	/* 27x27 */
	padding-left:35px;
	line-height:27px;
}

/**************
 * article
 */

#content {
	color:#676;
}
 

#content h1, h2 {
	font-family: "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", Arial;
	/*font-size:1.3em;*/
	color:#ff6d00;
	font-weight: lighter;
	font-size:1.4em;
	margin-top:0;
}



#content p {
	line-height: 150%;
	margin: 0 0 1em 0;
}
#content {
	font-size: 0.90em;
}

#content .article {
	margin:0 0 2em 0;
}

#content .article h1 {
	font-size:1.4em;
}

#content .article .date { 
	color: #999999;
	font-style: italic;
	line-height: 200%;
	font-size: 0.90em; 
	}

#content .content-view-line .attribute-short p,
#content .content-view-downloadlist .attribute-short p {
	margin:0;
}

#content a[href^="/"]:after {
	content: " (Link: http://www.themedialab.de" attr(href) ") ";
	font-size:.8em;
	font-style:italic;
}
/*
#content h1 a[href^="/"]:after,
#content h2 a[href^="/"]:after {
	font-size:.5em;
}
#content #footer a[href^="/"]:after {
	content: "";
}
*/
div#content .print {
	display:none;
}
