.yellow {
	color:#f9b61d;
}

.orange {
	color:#f17106;
}

tr.row0 {
}
tr.row1 {
	background-color:#f0b61d;
}
/* the javascript sollution seems to work better
img {
	behavior: url(/iepngfix.htc) 
}
*/
body {
	background-image:url(./layout_neu/background_gradient.png);
	background-repeat:repeat-x;
	background-color:#f9b61d;
	font-family:Tahoma;
	font-size:13px;
}

table {
	border-collapse:collapse;
}

th {
	text-align:left;
}

td,th {
	font-size:13px; /* IE6 font size wird nicht von body geerbt!? */
}

a {
	color:#000000;
	text-decoration:underline;
}

a img {
	border:none;
}


input.text,input.password {
	vertical-align:top;
	border:1px solid #000000;
	width:100%; /* der IE 7 kriegt bei 100% den rechten rand nicht hin */
	#width:99%;
}

input.ieborderfix {
	#width:97%;
}

.fontsizesuggestions {
	width:100%;

}

.fontsizesuggestions td {
	padding:0;
}

button,input.submit,input.button,input.cancel {
	border:1px solid #000000;
	background-image:url(./layout_neu/button_gradient.png); 
	background-repeat:repeat-x;
	background-color:#febd59;
	color:#ffffff;
	font-weight:bold;
	font-family:Tahoma;
	font-size:12px;
}
button:hover, input.submit:hover {
	color:black;
}

input {
	font-family:Tahoma;
	font-size:12px;
}

input.checkbox {
	vertical-align:top;
}

input.radio {
	vertical-align:bottom;
}

textarea {
	font-family:Tahoma;
	border:1px solid #000000;
	width:100%;
	#width:99%; 
	font-size:12px;
}

select {
	font-family:Tahoma;
	border:1px solid #000000;
	width:100%; /* select 100% == input 99% *dow* */
	font-size:12px;
}

.header {
	position:relative;
}

.logo {
	float:left; 
	padding:10px;
}

.search h4 {
	margin-bottom:0px;
}

.search {
	float:right;
	margin-top:30px;
	margin-right:10px;
	margin-bottom:0px;
	#margin-bottom:0px;
}

.content h1,h2,h3,h4,h5,h6 {
	color:#f17106;
}

.content h1 {
	font-size:23px;
}

.content h4 {
	font-size:15px;
}

.content p {	
	text-align:justify;
}

.content a:hover {
	text-decoration:none;
}

.content form table tr {
	vertical-align:top;
}

.main {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:850px;
	border:1px solid #000000;
	background-color:#ffffff;
}

.bar {
	background-image:url(./layout_neu/suchbalken_gradient.png);
	background-repeat:repeat-x;
	height:33px;
	/* #height:15px; */
	text-align:center;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.bar .login {
	margin-top:8px;
	margin-bottom:5px;
}

.bar .login input {
	border:solid 1px #000000;
	vertical-align:baseline;
	/* height:12px; */
	font-size:12px;
}

.bar .login input#register {
	background-color:white;
	background-image:none;
	font-weight:bold;
	color:#f17106;
	vertical-align:baseline;
}

.menucolumn {
	float:left;
	width:192px;
}

.menu {
	position:relative;
	border:1px solid #000000;
	padding:10px;
	margin:10px;
}

.menu p {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

.menu ul {
	margin:0px;
	padding:0px;
}
		
.menu ul li {
	width:152px;
	list-style-type:none;
	margin:0px;
	color:#f9b61d;
}

.menu ul li ul li {
}

.menu ul li ul li ul li a {
	padding-left:10px;
	width:139px;
}

.menu a {
	padding-left:3px;
	padding-right:3px;
	color:#000000;
	/*
	padding-left:10px;
	padding-right:10px;
	*/
	text-decoration:none;
	display:block;
	#display:inline-block; 
	width:146px;
}
.menu a:hover {
	background-color:#f9b61d;
	/* color:#ffffff; */
	/* font-weight:bold; */
}
.menu .active {
	background-color:#f9b61d;
	color:#ffffff;
	font-weight:bold;
}

.menu .active ul li a:link {
	background-color:#ffffff;
	color:#000000;
	font-weight:normal;	
}


.menu .active a {
	color:#ffffff;
}

.menu .inactive a {
  color:#777;
  font-style:italic;
}

.dots {
	background-image:url(./layout_neu/menu_bg.png);
	background-repeat:repeat-x;
	background-position:left 8px;
}

.dots span {
	margin-left:10px;
	padding-left:5px; 
	padding-right:5px; 
	color:#f17601; 
	font-size:16px; 
	font-weight:bold; 
	background-color:#FFFFFF;
}

.paddots {
	padding-top:1em;
	padding-bottom:1em;
}

.content {
	margin-left:192px;
	margin-top:10px;
	margin-right:10px;
	width:640px;
}

.footer {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.end {
	margin-top:10px;
	clear:both;
}

.secondcol {
	width:320px; 
	float:left;
}

.thirdcol {
	margin-left:340px;
}

ul.sonnen {
	list-style-image:url(./layout_neu/sonne_klein.png);
}

ol.bignum {
	color:#f17106;
	font-size:25px;
}

ol.bignum strong {
	font-size:16px;
}

ol.bignum p {
	color:#000000;
	font-size:13px;
}

ol.bignum td {
	font-size:13px;
	color:#000000;
}

.tabs {
	width:100%;
}

.tabs a {
	text-decoration:none;
}

.tabs a.active {
	color:#f17106;
}
.tabs tr td {
	border:1px solid #000000;
}

.tabs tr td.active {
	color:#f17106;
	background-color:#f9b61d;
	border-bottom:1px solid #f9b61d;
}

.tabs .space td {
	background-color:#f9b61d;
	border-bottom:1px solid #000000;
	border-left:none;
	border-right:none;
	height:5px;
}

.tabs .space .first {
	border-left:1px solid #000000; 
}

.tabs .space .last {
	border-right:1px solid #000000; 
}

.tabs .space .active {
	border-top:1px solid #f9b61d;
	border-bottom:1px solid #000000;
}

.messages {
	background-color:#f9b61d; 
	margin-top:2px; 
	border-top:2px solid #ffffff; 
	border-bottom:2px solid #ffffff; 
	color:#f17106;
}

.messages a{
	color:#f17106;
}

.read,.read a{
	color:#000000;
}

.weitere {
	background-color:#eee;
	border:1px solid #000;
	position:relative;
  padding:5px;
}

.nobullets {
  list-style-type:none;
}

.error {
	font-weight:bold;
	border:3px solid #f00;
	padding:1em;
  margin:1em;
}

div#colorpicker {
	width:420px;
	height:220px;
	padding:6px;
	position:relative;
}

#yui-picker-websafe-swatch {
	display:none !important;
}
#yui-picker-swatch:hover {
	cursor:pointer;
}
#ygddfdiv {
	cursor:pointer;
}
.drag {
	cursor:pointer;
}
div#content {
	position:relative;
}
div#filemanager div#files {
	list-style:none;
	/* margin-left:30%; */
	#margin-top:-2px;
	/* position:absolute; */
	/* right:0; */
}

div#filemanager div#files .global {
	color:silver;
	font-style:italic;
}

div#filemanager div#dirs {
	width:100%;
	margin-top:-2px;
}

div#filemanager .yui-dt table {
	width:100%;
}
div#filemanager .yui-dt-col-0 {
	width:16px;
}
div#filemanager .yui-dt0-th0 {
	width:16px;
}

div#filemanager .yui-dt table tr.yui-dt-odd{
	background-color:#f9b61d;
}

div#filemanager .yui-dt table tr.yui-dt-highlighted {
	background-color:#f17106;
}

.css-preview {
	width:200px;
	height:40px;
	overflow:hidden;
	border:1px solid black;
	padding:none;
}

.css-preview-inside {
	margin:none;
	width:200px;
	height:100%;
}

img.preview {
	max-width:400px;
	#width: expression(this.width > 400 ? 400: true);
	max-height:400px;
	#height: expression(this.width > 400 ? 400: true);
}

div#filemanager .yuimenubaritemlabel img {
	margin-top:3px;
	vertical-align:middle;
	margin-bottom:3px;
	margin-bottom:4px;
}
div#filemanager .yuimenubaritem a {
	padding-bottom:2px;
	#padding-bottom:0px;
}
.yui-skin-sam .yui-button {
	background-image:none !important;
	border:1px solid #000000 !important;
}
.yui-skin-sam .yui-button .first-child { 
	background-image:none;
	border-color:#000000 !important;
}

div#tips {
	display:none;
}

div#tips.show {
	display:block;
	border:1px solid #f17106;
	background-color:#f9b61d;
	padding:1em;
	margin-top:0;
	margin-bottom:1em;
	margin-right:2em;
	margin-left:0em;
}

div#tips ul {
	margin-top:0;
	margin-bottom:0;
}

img#tips-button {
	float:right;
	cursor:help;
}
table#menueditor .home {
	opacity:.2;
	filter:alpha(opacity = 20);
	cursor:pointer;
}

table#menueditor .currenthome {
	opacity:1;
	filter:alpha(opacity = 100);
}

table#menueditor tr.hidden {
	background-color:#ddd;
}

table#menueditor tr.hidden a:link {
	color:#555;
}

table#menueditor tr.broken {
	background-color:#f55;
}

table#menueditor td span {
}

table#menueditor td button {
}

.colorpicker .button-container {
	border-top: solid 1px #000;
  padding: .5em .25em;
  margin-top: .5em;
}

.colorpicker .yuimenu .bd {       
	width: 220px;    
  height: 190px;
}

.colorpicker .bd .yui-picker-controls,
.colorpicker .bd .yui-picker-swatch,
.colorpicker .bd .yui-picker-websafe-swatch {
	display:none;
}

.colorpicker .yui-button button, 
.colorpicker .yui-button a {
  line-height:1em !important;
  min-height:1em !important;
}

.colorpicker .current-color {
	display: block;
	display: inline-block;
	*display: block;    /* For IE */
	margin-top: .5em;
	*margin: .25em 0;    /* For IE */
	width: 2em;
	height: 1em;
	overflow: hidden;
	text-indent: 1em;
	white-space: nowrap;
	border: solid 1px #000;
}
.yui-skin-sam button {
	line-height:1em !important;
	min-height:1em !important;
}

button.whitebackground {
	background-color:transparent;
	background-image:url();
  border:0;
	padding:0;
	cursor:pointer;
}

.kalender .heute {
  background-color:#ccf;
}

.kalender .tag {
	text-align:center;
  width:2em;
}

.kalender th {
	text-align:center;	
}

.gaestebucheditor-1 {
	background:#f9b61d;
}

select.schmal {
	width:30%;
}

.no-bullets {
	list-style-type:none;
}

.vertrag td {
	padding-right:10px;
}

