/* Original: CSS fuer DIGWAH 25.04.2008
   derzeitige Version: CSS fuer DIGWAH 04.09.2009 */

/* (1) H T M L - T A G S */

body {
	margin: 0; padding: 1em 0;
	background-image:url(gfx/bg_800.jpg);
	background-repeat: no-repeat;
	background-color : #000000;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:20px;
	color:#FFFFFF;

}

td {
	font-size: 11px;
	line-height:25px;
	color:#666666;
}

h3 {
	color:#FFFFFF;
	font-size:11px;
	background-color: #BF0000;
	line-height:21px;
}


/* (2) L A Y O U T */

	div#Seite {
		width: 1000px;
		background-image: url(gfx/scroller_bottom.gif);
		background-repeat:repeat;
	}

	#menue {
		width:1000px;
		height:220px;
	}

	#inhalt {
		margin: 0px 290px 0px 60px;
		width:600px;
		padding: 0px;
		height:auto;
		min-height:100%;
		text-align:left;
	}

	#inhalttheater {
		margin: 0px 290px 0px 60px;
		width:800px;
		padding: 0px;
		height:auto;
		min-height:100%;
		text-align:left;
	}

	#flashcontent {
		width:520px;
		height:auto;
	}

/* (3) L I N K S */

	a:link, a:visited {
		color:#BF0000;
		text-decoration:none;
	}

	a:hover {
		list-style: none;
		text-decoration:none;
		color:#BF0000;
		background-color:#FFFFFF;
	}

/* (4) F A S T N E W S */
	div#fastnews {
		font-size: 0.9em;
		float: right;
		width: 250px;
		margin: 55px 20px 20px 40px;
		padding: 5px;
		border-left:	1px dashed silver;
		text-align:left;
	}

	div#fastnews h2 {
		word-spacing: 0px;
		margin-top: 0px; margin-bottom: 0px;
		font-size: 9px;
		background-color: #BF0000;
		width:200px;
	}

	div#fastnews p {
		font-size: 1em;
		margin: 0.5em;
	}

	A:LINK.fn {
		word-spacing: 0px;
		margin-top: 0px; margin-bottom: 0px;
		width:240px;
		list-style: none;
		color:#FFFFFF;
		background-color:#BF0000;
		text-decoration:none;
	}

	A:VISITED.fn{
		word-spacing: 0px;
		margin-top: 0px; margin-bottom: 0px;
		width:240px;
		height:10px;
		list-style: none;
		color:#FFFFFF;
		background-color:#BF0000;
		text-decoration:none;
	}

	A:HOVER.fn{
		word-spacing: 0px;
		margin-top: 0px; margin-bottom: 0px;
		width:240px;
		list-style: none;
		text-decoration:none;
		color:#BF0000;
		background-color:#FFFFFF;
	}

/* (5) B I L D E R   L I N K S */
	A:LINK.pics_link {
		word-spacing: 0px;
		margin-top: 0px; margin-bottom: 0px;
		width:240px;
		list-style: none;
		color:transparent;
		background-color:transparent;
		text-decoration:none;
	}

	A:VISITED.pics_link{
		word-spacing: 0px;
		margin-top: 0px; margin-bottom: 0px;
		width:240px;
		height:10px;
		list-style: none;
		color:transparent;
		background-color:transparent;
		text-decoration:none;
	}

	A:HOVER.pics_link{
		word-spacing: 0px;
		margin-top: 0px; margin-bottom: 0px;
		width:240px;
		height:10px;
		list-style: none;
		color:transparent;
		background-color:transparent;
		text-decoration:none;
	}