/******************************************** common.css** Common CSS definitions for CMS** Copyright 2005 by  Gerhard Sinnhuber** Author(s):  http://www.transform.at*******************************************//* Colodefinitionsorange: FF915A;background blaugrau: EFF3F6;background blaugrau dunkel: DADEE1;*/body {	background-color: #cccccc;	font-family		:  Verdana, Arial, Tahoma, Helvetica, sans-serif;	font-size		: 11px;	font-weight		: 400; 	line-height: 17px;	color: #4a4a4a;	text-decoration		: none;	text-transform		: none;	margin:0px;	padding:0px;    background: #fff;    text-align: left;    background-image: url("images/linkespalte.gif");    background-repeat: repeat-y;}td {	font-family		:  Verdana, Arial, Tahoma, Helvetica, sans-serif;	font-size		: 11px;	font-weight		: 400; 	line-height: 17px;	color: #4a4a4a;	text-decoration		: none;	text-transform		: none;	margin:0px;	padding:5px;}a,a:active,a:visited {  	color:#ff915a;  	border:0px; 	text-decoration: none;	font-weight:bold;}a:hover	{	text-decoration: none;	color:#acacac;}h1 {	font-weight: 700; 	font-size: 12Px;	text-decoration: none;	color: #4a4a4a; 	padding: 0px;	margin: 0px;}h2 {	background-image: url("images/verlaufgrau.gif");	background-repeat: no-repeat;	font-weight: 700; 	font-size: 11Px;	line-height: 16px;	text-decoration: none;	color: #4a4a4a; 	padding: 0px 0px 0px 0px;	margin: 20px 0px 0px 0px;}h3,h4,h5,h6 {	font-weight: 700; 	font-size: 11Px;	text-decoration: none;	color: #4a4a4a; 	padding: 0px;	margin: 0px;}/* --------------------------------------    Content Bereichs Definitionen   -------------------------------------*/.header{	height:70px;		padding: 0px 0px 0px 20px;	line-height: 35px;	color: #DADEE1;	font-size: 22px;	font-weight: bold;} .content{	position: absolute;	top:70px;	left: 236px;	padding:10px;	width: 448px;	min-height: 400px;	padding-top: 20px;	overflow: visible;	display: block;}.content a, .content a:active, .content a:visited {  	color:#ff915a;  	border:0px; 	text-decoration: none;	font-weight:bold;	/*	background-image: url("images/pfeil.gif");	background-repeat: no-repeat;	padding-left: 20px;	*/}.content a:hover	{	text-decoration: none;	color:#acacac;}.menu{	position: absolute;	top:70px;	left:20px;	width: 200px;	min-height: 400px;	padding-top: 20px;	overflow: visible;	float:left;}.menu a, .menu a:active, .menu a:visited {  	color:#ff915a; 	border:0px; 	text-decoration: none;	font-weight:bold;	display: block;}.menu a:hover	{	text-decoration: none;	color:#acacac; 	}.infoleiste {	position: absolute;	top:70px;	left:720px;	width: 200px;	min-height: 400px;	padding-top: 20px;	overflow: visible;	float:left;}.info {	border: solid 2px #EFF3F6;	background-color: #EFF3F6;	padding: 0px 5px 0px 10px;	margin: 0px 0px 20px 0px;}/* --------------------------------------    Content Detail Definitionen   -------------------------------------*/#flv-player{	width:448px; 	height:272px;}.headline{	padding: 0px 20px 0px 10px;	color: #4a4a4a;	font-weight: bold;	font-size:12px;}.teaser{	padding: 0px 20px 0px 10px;	color: #4a4a4a;}.fliesstext{	padding: 0px 20px 0px 10px;	color: #4a4a4a;}.termine td{	background-color: #EFF3F6;	margin: 3px 0px 3px 0px;	padding: 3px 5px 0px 5px;	border-bottom: solid 5px #fff;	border-right: solid 1px #fff;}.quelltext{	width: 600px;	background-color: #EFF3F6;	margin: 20px 0px 20px 0px;	padding: 5px 5px 5px 5px;	border-bottom: solid 5px #fff;	border-right: solid 1px #fff;	}.redline{	color: #900;}.blueline{	color: #009;}.greenline{	color: #090;}/* --------------------------------------    Fragebogen Definitionen   -------------------------------------*/.questbox{	width:600px;	margin: 10px 0px 10px 0px;}.quest{	width: 200px;	background-color: #EFF3F6;	margin: 3px 0px 3px 0px;	padding:3px;	border-bottom: solid 5px #fff;	border-right: solid 2px #fff;	vertical-align: top;}.answer{width: 400px;margin: 3px 0px 3px 0px;padding: 3px;background-color: #DADEE1;border-bottom: solid 5px #fff;vertical-align: top;}.answer input{ margin-left: 10px;}.errortext{font-weight: bold;padding: 10px 0px 10px 0px;color: #f00;}
