
	/* ----------------------------------------------------
	
		Datei: basic.css
		Beschreibung: Basic Stylesheet für gesamtes Layout
		(für sämtliche Templates gültige Definitionen)
		
		Erstellt von: FM
		
		Index:
		- Globale Elementselektoren
		- Spezifische Elementselektoren
		- Layoutcontainer
		- Navigation
		- Content
		- Sidebar
		- Footer
		- Globale Classen
	
	---------------------------------------------------- */

	/* --------------------------------------------------
		Globale Elementselektoren
	-------------------------------------------------- */	

	* {
		padding: 0;
		margin: 0;
	}

	html, body {
		height: 100%;
	}

	body {
		font: 0.7em/1.4em Arial, Helvetica, sans-serif;
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	input, textarea, select {
		font-size: 1em;
		padding: 5px 3px;
	}
	
	h1 {
		background-position: center;
		background-repeat: no-repeat;
		height: 170px;
		cursor: pointer;
	}
	
	h2 {
		font-size: 1.7em;
		font-weight: normal;
		padding: 0 0 5px 18px;
		border-bottom: 1px solid #000;
		margin-bottom: 15px;
	}
	
	h4 {
		font-size: 1em;
		margin: 4px 0;		
	}
	
	img {
		border: 0;
	}
	
	p {
		margin-bottom: 12px;
	}
	
	/* --------------------------------------------------
		Spezifische Elementselektoren
	-------------------------------------------------- */	
	
	div#content h3 {
		font-size: 1.2em;
		font-weight: bold;
		padding-bottom: 4px;
		margin-top: 24px;
		margin-bottom: 8px;
	}
	
	div#content h3 .date {
		font-size: 0.8em;
		font-weight: normal;
	}
	
	div#sidebar-container h3 {
		font-size: 1.1em;
		text-align: left;
		background-repeat: no-repeat;
		margin-bottom: 16px;
	}

	
	div#content ul {
		list-style: square;
		margin-left: 20px;
		margin-bottom: 12px;
	}
	
	div#content ul li {
		padding: 2px 0;
	}
	
	/* --- Box ---------------------------------------- */
	
	div#content div.box h3 {
		font-size: 1.3em;
		font-weight: normal;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		margin-top: 0;
		margin-bottom: 12px;
	}
	
	div#content div.box ul {
		margin-bottom: 0;
	}
		
	/* --------------------------------------------------
		Layoutcontainer
	-------------------------------------------------- */	
	
	div#main-container {
		background-position: top left;
		background-repeat: no-repeat;
		height: 100%;
	}
	
	div#middle-container {
		background-position: top center;
		background-repeat: no-repeat;
		width: 614px;
		height: 100%;
		padding: 0 2px;
		margin-left: 260px;
	}
	
	 html * > div#main-container, html * > div#middle-container  {
		min-height: 768px;
	}
	
	div#flag {
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		width: 82px;
		height: 78px;
	}
	
	a#template {
		cursor: pointer !important;
		position: absolute;
		top: 29px;
		left: 876px;
		display: block;
		background-repeat: no-repeat;
		width: 21px;
	}
	
	div#navigation-container {
		position: relative;
		background-repeat: no-repeat;
		height: 33px;
	}
	
	div#content-container {
		float: left;
		width: 400px;
		margin: 30px 19px 0 0;
	}
	
	div#content {
		padding-left: 18px;
	}
	
	div#sidebar-container {
		float: left;
		background-position: bottom;
		background-repeat: no-repeat;
		width: 195px;
	}
	
	div#sidebar-container-bg {
		background-repeat: no-repeat;
		margin-bottom: 10px;
	}
	
	div#sidebar-content {
		padding: 18px;
	}
	
	div#footer-container {
		border-top: 5px solid #000;
		padding: 5px 0 18px 0;
		margin: 30px 18px 18px;
	}
					
	/* --------------------------------------------------
		Navigation
	-------------------------------------------------- */	

	ul#navigation {
		list-style: none;
		line-height: 1.2em;
	}

	ul#navigation li {
		float: left;
	}
	
	ul#navigation li a {
		display: block;
		padding: 8px 18px;
		text-decoration: none;
		outline: none;
	}
			
	ul#navigation li.last a {
		padding-right: 15px;
	}
	
	a#play-sound {
		position: absolute;
		top: 9px;
		right: 9px;
		display: block;
		width: 30px;
		height: 9px;
		background: url(../img/icons/speaker.gif) no-repeat;
	}
	
	a#play-sound.safari {
		width: 10px;
		background-image: url(../img/icons/speaker-safari.gif);
	}
	
	/* --------------------------------------------------
		Content
	-------------------------------------------------- */	
	
	div#content .box {
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 15px;
		border-width: 1px 0 0 1px;
		border-style: solid;
		margin-bottom: 20px;
	}
		
	div#content .content-img {
		border-width: 4px;
		border-style: solid;
	}
		
	.content-left {
		float: left;
		width: 171px;
		margin-right: 20px;
	}
	
	.content-right {
		float: left;
		width: 191px;
	}
	
	div.line-45 {
		background-repeat: repeat-x;
		height: 3px;
		margin: 20px 0;
	}
	
	a.thumb {
		display: block;
		float: left;
		background-position: center;
		background-repeat: no-repeat;
		width: 45px;
		height: 45px;
		border-width: 3px;
		border-style: solid;
		margin: 0 2px 2px 0;
	}
	
	/* --- Tabellen ---------------------------------- */
	
	table#program td {
		padding: 4px 10px 4px 6px;
	}
	
	table#program thead td {
		font-weight: bold;
	}
	
	table#program tr.hot td {
		font-weight: bold;
	}
	
	table#program tr.seperator td {
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}	
	
	/* --------------------------------------------------
		Sidebar
	-------------------------------------------------- */	

	.sidebar-item {
		padding: 10px 0 20px 0;
	}
				
	.sidebar-item#sidebar-news .date {
		padding-left: 14px;
		background: url(../img/icons/doc.png) center left no-repeat;
	}
	
	.sidebar-item#sidebar-gallery a {
		outline: none;
	}
		
	.sidebar-item#sidebar-login {
		text-align: right;
	}
	
	.sidebar-item#sidebar-login input.input-text {
		display: block;
		width: 151px;
		border: 1px solid #000;
		margin-bottom: 4px;
	}
	
	div#sidebar-news div.seperator {
		line-height: 0;
		font-size: 0;
		height: 16px;
	}
		
	/* --- Titel ------------------------------------- */
	
	div#sidebar-container h3.actual {
		background-position: 60px;
	}
	
	div#sidebar-container h3.pics {
		background-position: 48px;
	}
	
	div#sidebar-container h3.login {
		background-position: 72px;
	}
		
	/* --------------------------------------------------
		Footer
	-------------------------------------------------- */	
		
	div#footer-container a {
		outline: none;
		text-decoration: none;
	}
	
	div#footer-container a:hover {
		text-decoration: underline;
	}
	
	div#footer-left {
		float: left;
		margin-top: 5px;
	}
	
	div#footer-right {
		float: right;
		line-height: 11px;
		margin-top: 5px;
	}
	
	ul#footer-navigation {
		margin-bottom: 20px;
	}
	
	ul#footer-navigation li {
		line-height: 1em;
		display: inline;
		padding: 0 5px;
		border-right: 1px solid 
	}
	
	ul#footer-navigation li.first {
		padding-left: 0;
	}
	
	ul#footer-navigation li.last {
		padding-right: 0;
		border: 0;
	}
	
	/* --------------------------------------------------
		Globale Classen
	-------------------------------------------------- */	
	
	.clear {
		clear: both;
	}
	
	.item-right {
		float: right;
	}
	
	.hide {
		display: none;
	}

	/* --- Font Styles ------------------------------- */

	.font-underline {
		text-decoration: underline;
	}

	.font-red {
		color: #f30;
	}
	
	.font-yellow {
		color: #fecc00;
	}
	
	.font-gray {
		color: #444;
	}
	
