/**
 * Main Print Stylesheet for Uni Siegen -> Medienästhetik -> VL
 * (c) 2009 S. Teuber
 */

body {
	width:				820px;
}

#container {
	position:			relative;
	bottom:				auto;
	width:				820px;
}

#logo {
	float:				left;
}

#vllogo {
	position:			absolute;
	top:				0;
	left:				760px;
}

#dname, #headline, #subheadline {
	position:			relative;
	left:				auto;
	top:				auto;
	margin:				0;
	padding:			0;
	margin-left:		145px;
}

#dname {
	margin-top:			1.8em;
}

#commentNav {
	display:			none;
}

#pageNav {
	display:			none;
}

#contentBackground {
	position:			relative;
	clear:				left;
	top:				auto;
	left:				auto;
	background:			none;
}

#content {
	opacity:			1 !important;
}

#content a, #comment a, #fncontent a {
	color:				#D15D00;
}

#content a:hover, #content a:active, #comment a:hover, #comment a:active, #fncontent a:hover, #fncontent a:active {
	color:				#FCC601;
}

#content a {
	text-decoration:	none;
}

#commentBackground {
	display:			none !important;
}

#comment {
	position:			relative;
	top:				auto;
	left:				auto;
	margin-top:			3em;
	border-top:			1px solid #666;
	padding-top:		1em;
	display:			block;
}

#questionmark {
	display:			none;
}

#footer {
	position:			relative;
	bottom:				auto;
	left:				auto;
	top:				auto;
	width:				760px;
	height:				100px;
	border:				none;
	padding-left:		30px;
	margin-top:			3em;
	display:			none;
}

#footer html {
	left:				0;
}