/*
Theme Name: CTV-Template
Theme URI: http://ctv.fhstp.ac.at
Description: The CTV Theme - uses the CTV-Plugin
Version: 1.0
Author: Maurice Wohlkönig
Author URI: http://mannaz.at
Tags: dark, 1 row, fixed width, rules

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-2.0.php

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	background: #221e1f;
	color: #606060;
	text-align: center;
}
#main {
	top: 0px;
	left: 50%;
	position: absolute;
	margin-left: -417px;
	width: 834px;
	text-align: left;
}

/* generals */
hr.hidden {
	display: none;
}
a img {
	border: none;
}
A {
	color: #467FA1;
}
A:hover {
	text-decoration: none;
}
FORM {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.info {
	padding: 10px 10px 10px 60px;
	background: url(images/info.png) no-repeat 10px 0px;
	min-height: 20px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* images */
#head {
	height: 60px;
	width: auto;
	padding-top: 46px;
	padding-bottom: 10px;
}
	#head h1 {
		position: relative;
		margin: 0px;
		padding: 0px;
		background: url(images/logo_small.png) no-repeat top;
		width: 150px;
		height: 57px;
	}

	#head h1 a {
		display: block;
		width: 100%;
		height: 100%;
	}

	#head .spanoutside {
		position: absolute;
		top: -1000px;
		left: -100px;
	}

	#head span {
		color: #606060;
		font-size: 1.1em;
		font-family: Arial, Helvetica, sans-serif;
	}

	#head span a {
		text-decoration: none;
		color: #606060;
	}

	#head span a:hover {
		text-decoration: underline;
		color: #467fa1;
	}

	#head .spanleft {
		position: relative;
		float: left;
		bottom: 20px;
		margin-left: 152px;
	}

	#head .spanright {
		position: relative;
		float: right;
		bottom: 20px;
	}

/* design */
.colorbar {
	height: 4px;
	width: 834px;
	background: url(images/colorbar.png) no-repeat bottom;
}
	.colorbar HR {
		display: none;
	}

#newsticker {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	height: 49px;
	width: 320px;
	background: #2d2c2c url(images/news_left.png) no-repeat top left;
}
	#newsticker A {
		display: block;
		width: 100%;
		height: 100%;
		background: url(images/news_right.png) no-repeat top right;
		text-decoration: none;
		color: #606060;
		overflow: hidden;
	}
		#newsticker A SPAN {
			display: block;
			padding: 10px;
			font-size: 12px;
		}
			#newsticker B {
				color: #026eae;
			}

#navi {
	clear: both;
	height: 111px;
	width: 832px;
	border-left: 1px solid #3a3939;
	border-right: 1px solid #3a3939;
}

#mainmenu {
	padding: 0px;
	margin: 0px;
	color: #606060;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

	#mainmenu li {
		display: block;
		float: left;
		padding: 9px 0px 0px 9px;
	}

	#mainmenu a {
		text-decoration: none;
		color: #606060;
	}

	#mainmenu a:hover {
		text-decoration: underline;
		color: #467fa1;
	}

#crumbs {
	clear: both;
	height: 32px;
	width: auto;
	background: url(images/gridback.png) repeat-x;
	border: 1px solid #3a3939;
	border-top: none;
	padding: 0px 9px 0px 0px;
}
	#crumbs.withsubmenu {
		border-bottom: none;
	}
	#crumbs span {
		color: #606060;
		font-size: 1.1em;
		font-family: Arial, Helvetica, sans-serif;
	}

	#crumbs span a {
		text-decoration: none;
		color: #467fa1;
	}

	#crumbs span a:hover {
		text-decoration: underline;
	}

	#crumbs .spanleft {
		position: relative;
		float: left;
		padding: 9px 0px 0px 9px;
	}

	#crumbs .spanright {
		position: relative;
		float: right;
		top: 6px;
		right: -4px;
	}

.search {
	font-family: Arial, Helvetica, sans-serif;
	background: #3a3939;
	border: 1px solid #221e1f;
	padding: 2px 3px 1px;
	margin: 0px;
	font-size: 1.1em;
	color: #606060;
	height: 16px;
}

.search3 {
	background: url(images/magnify.png) no-repeat;
	border: 1px solid #221e1f;
	color: #606060;
	width: 21px;
	height: 21px;
	cursor: pointer;
	font-size: 0.01em;
	vertical-align: top;
}


	UL.submenu {
		display: block;
		background: #3a3939;
		height: 27px;
		padding: 0;
		margin: 0;
		border: 1px solid #404040;
		border-top: none;
		border-bottom: none;
	}
		UL.submenu LI {
			border-right: 1px solid #221e1f;
			display: block;
			height: 27px;
			float: left;
			font-size: 1.2em;
		}
			UL.submenu LI * {
				display: block;
				height: 15px;
				padding: 6px 7px;
			}
			UL.submenu LI B {
				color: #605f5f;
				padding: 6px 10px;
				font-weight: normal;
			}
			UL.submenu LI A {
				text-decoration: none;
			}
				UL.submenu LI A:hover {
					color: #3a3939;
					background-color: #467fa1;
				}
				UL.submenu LI A.active {
					height: 14px;
					border-bottom: 1px solid #467fa1;
				}
			UL.submenu LI.first {
				background: url(images/submenu_first.gif) no-repeat bottom left;
			}
			UL.submenu LI.last {
				float: right;
				border: none;
				width: 6px;
				background: url(images/submenu_last.gif) no-repeat bottom right;
			}


#content {
	width: 792px;
	height: auto;
	padding: 20px;
	border-left: 1px solid #3a3939;
	border-right: 1px solid #3a3939;
	clear: both;
	font-size: 1.3em;
}

	#contentleft {
		float: left;
		width: 514px;
		/*padding: 10px 0px 20px 0px;*/
	}
		#contentkonferenz{
			border-top: 1px dotted #3a3939;
			margin-top: 20px;
		}

	.player {
		display: block;
		width: 514px;
		height: 315px;
	}
	.playerext {
		background-color: #3a3939;
		padding: 15px 10px 10px;
		margin: -5px 0 5px 0;
		-moz-border-radius-bottomleft: 7px;
		-moz-border-radius-bottomright: 7px;
		vertical-align: middle;
	}
		.playerext * {
			text-decoration: none;
			color: #7c7c7c;
			font-family: Verdana;
			font-size: 0.8em;
			font-weight: bold;
			vertical-align: middle;
		}
		.playerext IMG {
			position: relative;
			top: -2px;
		}

	#contentright {
		float: right;
		width: 245px;
		padding: 25px 0px 20px 15px;
		border-left: 1px dotted #3a3939;
	}

		#contentright .normaltext A {
			text-decoration: none;
		}
		#contentright .normaltext A:hover {
			text-decoration: underline;
		}

	h2 {
		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
		font-size: 1.2em;
		margin: 10px 0px 10px 0px;
		padding: 0px;
	}

	h3 {
		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
		font-size: 1em;
		margin: 15px 0px 10px 0px;
		padding: 0px;
	}

	h4 {
		color: #999999;
		font-size: 0.9em;
		margin: 0px;
		padding: 0px;
	}

	.normaltext {
		font-family: Arial, Helvetica, sans-serif;
		color: #606060;
		line-height: 1.3em;
		font-size: 0.9em;
	}

	#contentwide {
		clear: both;
		width: 100%;
		padding: 20px 0px 20px 0px;
	}
		#contentwide .colorbar {
			margin-left: -21px;
		}

	.navigation {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
	}

#footer {
	color: #3a3939;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0;
	text-align: right;
}

	#footer a {
		color: #3a3939;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
		color: #467fa1;
	}

.post .title {
	background: #2d2c2c url(images/mediaceil_eck.gif) no-repeat bottom right;
	padding: 4px 10px;
	height: 15px;
}
.post .title A {
	float: left;
}
.post .title SMALL {
	float: right;
}
.post .postcont {
	padding: 4px 10px;
}

/*
Special Content
*/
.beitrag_preview {
	clear: both;
	/*background: url(images/colorbar.png) 0px -2px no-repeat;*/
	margin-bottom: 15px;
}
	.beitrag_preview .title {
		background: #2d2c2c url(images/mediaceil_eck.gif) no-repeat bottom right;
		padding: 4px 10px;
	}
	.beitrag_preview .title * {
		text-decoration: none;
		font-size: 1.1em;
	}
	.beitrag_preview.beitr .title A, .beitrag_preview.beitr A {
		color: #90db28;
	}
	.beitrag_preview.konferenz .title A, .beitrag_preview.konferenz A {
		color: #f0b018;
	}
	.beitrag_preview .preview {
		float: left;
		vertical-align: middle;
		border: 2px solid #467fa1;
		-moz-border-radius: 3px;
	}
		.beitrag_preview.beitr .preview {
			border-color: #90db28;
		}/*
		.beitrag_preview .preview .prevtext {
			position: relative;
			top: 0px;
			left: 0px;
			height: 14px;
			margin-bottom: -14px;
			background: url(images/sendung.png);
			width: 50px;
		}
		.beitrag_preview.beitr .preview .prevtext {
			background: url(images/beitrag.png);
		}*/
	.beitrag_preview.konferenz .preview {
			border-color: #f0b018;
		}
	.beitrag_preview .meta {
		width: 290px;
		margin: 0 20px 0 190px;
	}
	.beitrag_preview .normaltext {
		padding: 6px 10px 10px;
		display: block;
		font-size: 0.85em;
		height: 72px;
		overflow: hidden;
	}
	.beitrag_preview .descr {
		width: 306px;
		float:right;
	}

.team .post {
	margin: 9px 0 0 15px;
}
.team H2 {
	display: none;
}
	.member {
		width: 360px;
		float: left;
		margin: 0 30px 30px 0;
		border-top: 4px solid #393939;
		border-right: 1px solid #393939;
	}
	.member.nd {
		margin-right: 0;
	}
	.member IMG.pic {
		float: left;
		border: 4px solid #393939;
		border-top: none;
		margin: 0 15px 15px 0;
	}
	.member H4 {
		margin: 15px;
		color: #960b7a;
	}
	.member .text {
		margin-right: 15px;
	}
	.team .nomembs {
		padding: 20px;
		text-align: center;
	}
#fb_link{
	width: 15px;
	padding-left: 5px;
	position:relative;
	top:2px;
}
