/* @override http://www.rot-weiss-berlin.org/fileadmin/site/css/lttc_forms.css */

@charset "UTF-8";
/* CSS Document */


/* FORM */
	
form {
	padding:0; 
	margin:0;
	border:0;
}

form fieldset {
	display:block; 
	margin:0;
	padding: 0;
	border: 0;
}

.tx_powermail_pi1_fieldwrap_html_text input,
input.tx-guestbook-form-inputfield-med,
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big,
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	border: 1px solid #777;
	padding:0; 
	height: 20px;
	background-color: #eee;
}


input[type="radio"] {
	width: 15px;
	height: 15px;
	/*border: 1px solid #666;*/
	margin-right: 6px;
	/*position: relative;*/
	margin-top: 0;
}

input[type="checkbox"] {
	width: 15px;
	height: 15px;
	/*border: 1px solid #666;*/
	margin-right: 6px;
	padding: 0;
	margin-top: 0;
}

input[type="submit"] {
	padding: 0;
	clear: none;
	margin-top: 6px;
	margin-bottom: 6px;
}

input[type="select"] {
	/*border: 1px solid #666;*/
	margin-right: 6px;
	/*position: relative;*/
	margin-top: 0;
	margin-bottom: 9px;
}


input.login_txt {
	border: 1px solid #db261d; 
	height: 18px;
	width: 150px;
	padding: 0 4px;
	margin-top: 3px;
	margin-bottom: 6px;
	background-color: transparent;
}

input.login_remember {
	border: 1px solid #db261d; 
	height: 16px;
	width: 16px;
	padding: 0;
	margin-bottom: 8px;
	background-color: #f6f6f6;
	position: relative;
	top: 3px;
}

input.invisible  {
    font-size: 12px;
    margin: 0px;
    border: none;
    height: 20px;
	text-align: left;
	position: relative;
	font-weight: bold;
	background-color: transparent;
}

input.buchung_txt {
	border: 1px solid #db261d; 
	height: 18px;
	width: 220px;
	padding: 0 4px;
	margin-top: 5px;
	margin-bottom: 6px;
	background-color: transparent;
}

textarea {
	border: 1px solid #777; 
	padding:0;  
	width:560px;
	height: 80px;
	overflow:auto;
	margin: 3px 0;
	background-color: #eee;
}


a.button_red {
	/* Sliding right image */
	background: transparent url('picts/btn_red_right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 23px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 12px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	/* FONT PROPERTIES */
	color: #fff;
	margin-bottom: 8px;
	text-align: right;
	font: 12px Arial, sans-serif;
	margin-top: 2px;
}
a.button_red span {
/* Background left image */ 
	background: transparent url('picts/btn_red.png') no-repeat; 
	display: block;
	line-height: 21px;
	height: 23px;
	padding: 0 0 0 12px;
} 
a.button_red:hover span{
color: #000;
}


/* TABLE PLATZBUCHUNG */ 

table.platzbuchung {
 font-size: 11px;	
}

table.platzbuchung td{
	background-color: #d1d1d1;
	margin: 0;
	padding: 0;
}

table.platzbuchung td a{
	display: block;
 height: 16px;	
 width: 100%;
	margin: 0;
	padding: 0;
}

table.platzbuchung td a:hover{
	background-color: #e5554e;
	display: block;
 height: 16px;	
 width: 100%;
	margin: 0;
	padding: 0;
}

table.platzbuchung thead td{
	background-color: #db261d;
	border-bottom: 1px solid white;
	color: white;
	text-align: center;
}

table.platzbuchung thead td.last{
	background-color: #db261d;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	color: white;
}

table.platzbuchung tbody td{
 	font-size: 11px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

table.platzbuchung td.von_ihnen_belegt {
	background-color: #db261d;
	text-align: center;
	color: white;
}

table.platzbuchung td.belegt {
	background-color: #666;
}

table.platzbuchung td.platz {
	background-color: #B2B2B2;
	padding-left: 10px;
	font-weight: bold;
}

/* TABLE FORUM */ 

table.forum {
 font-size: 12px;	
 line-height: 14px;
}

table.forum img {
 float: left;
	padding-right: 15px;
}

table.forum thead td {
	background-color: #db261d;
	color: white;
	font-weight: bold;
	padding: 5px 5px 5px 20px;
}
 
table.forum tbody td{
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;
}

table.forum tbody td.first {
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px 5px 5px 20px;
}

table.forum tbody td.last {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;
}
#messages { color: #DB261D; }

