div.content {
	padding:5px 10px;
	}

.content h1{
	font-weight:bold;
	font-size:14px;
}

.header {
	font-weight:bold;
	font-size:14px;
	}

.registration_data {
	font-weight:bold;
	}

option:hover{
	background-color:#ff9900;
}

/* *****ALIGNMENT***** */

.left{
	float:left;
	}

.right{
	float:right;
	}

.middle{
	vertical-align:middle;
	}


/* **********************************************
Layout Allgemein
*********************************************** */

.oneOfThreeColumns{
	width:216px !important;
	width:226px;
	float:left;
	}

.twoOfThreeColumns{
	width:432px !important;
	width:472px;
	float:left;
	}

.oneOfTwoColumns{
	width:330px; /* ? noch zu definieren... */
	float:left;
	}

/* **********************************************
 Admin Usersuche PR�FEN + evtl. L�SCHEN !!!!!!!!
*********************************************** */

.searchCriteria {
	width:216px;
/*	background-color:blue; */
	}

/* **********************************************
 Automatisch generierte Label/Inputfeld-Kombinationen  ALT!!!!
*********************************************** */

.field_container{
	width:200px;
	clear:both;
	}

.field_container label{
	float:left;
	width:75px;
	}

.field_container input{
	float:right;
	width:125px;
	}

/* **************************************************
 Automatisch generierte Label/Inputfeld-Kombinationen
 Profil/Registrierung
************************************************** */

/* *****************************************************************
Umgebendes DIV f�r Eingabefeld/Auswahlliste mit beschreibendem Label
****************************************************************** */

.formfield_container{
	clear:both; /* �nderung f�r 1. Seite "Basic" */
	height:20px;
	padding:2px;
	margin-bottom:6px; /* �nderung f�r 1. Seite "Basic"  war "4" */
	}

.formfield_container label{
	float:left;
	width:85px;
	}

* html .formfield_container label{
	width:79px;
	}

.formfield_container input{
	float:right;
	width:125px;
	}


.formfield_container select{
	float:right;
	width:125px;
	}

* html .formfield_container select{
	width:123px;
	}

.formfield_container textarea{
	float:left;
	width:300px;
	margin-bottom:10px;
	background-color:#D4F4FF;
	}

.formfield_container .checkboxes, .formfield_container .checkboxes_unlimited{
	float:right;
	margin-bottom:10px; /* �nderung f�r 1. Seite "Basic" */
	/*clear:both;  �nderung f�r 1. Seite "Basic" */
	}

/* *****************************************************************************************
Umgebendes DIV f�r Eingabefeld und beschreibendes Label innerhalb eines scrollbaren Bereichs
***************************************************************************************** */

.inner_formfield_container{
	clear:both;
	height:20px;
	width:100%;
	}

.inner_formfield_container label{
	position:relative;
	top:2px !important;
	top:4px;
	float:left;
	}

.inner_formfield_container input{
	float:left;
	width:15px;
	margin-right:5px;
	margin-left:5px;
	}





.checkbox input, .checkbox label{
	font-size:11px;
	float:left;
	}

.checkbox input{
	margin:0px 5px 0px 0px;
	/*padding:0px;*/
	width:14px;
	height:14px;
	border:0px;
	background-color:white; /* workaround for IE*/
	}

.checkbox label{
	width:190px;
	}



/* *************************************
Scrollbares DIV mit mehreren Checkboxen
************************************** */

.checkboxes{ /* Funktionen bei Registrierung/Profil */
	width:215px;
	height: 100px;
	overflow:auto;
	float:left;
	background-color:#D4F4FF;
	border-color: #7FA9B7;
	border-style: solid;
	border-width : 1px;
	}

.checkboxes_unlimited{
/* (Adminseite Userprofil: Rollenliste, Rollenliste: Funktionsliste)
Einzger Unterschied: nicht in der H�he beschr�nkt... */
	/*width:215px;*/
	width:100%;
	overflow:auto;
	float:left;
	background-color:#D4F4FF;
	border-color: #7FA9B7;
	border-style: solid;
	border-width : 1px;
	}

.checkboxes_unlimited .small label{
	width:95px;
	}

.pending_roles, .pending_roles li {
	font-weight:bold;
	color:red;
	}

.checkboxes label, .checkboxes_unlimited label{
	width:170px;
	}

.checkboxes input{
	border:0px;
	}

/* *************************************************
�berschreiben von Werten anderer (alter) CSS-Klassen
************************************************* */

#reiter-headline-pad-noreiter {
	padding-left : 10px;
	}

td .inputfeld_main{
	width:120px;
}

input, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #577D8B;
	background-color: #D4F4FF;
	border-color: #7FA9B7;
	border-style: solid;
	border-width : 1px;
	margin-bottom : 2px;
}



/*********************************************************
 Admin-Userliste
******************************************************** */

.usersearch label, .usersearch input{
	text-align:left;
	}

.usersearch{
	vertical-align:bottom;
	}

.usersearch formfield_container{
	width:100px;
	}



/* *********
oidakram...
********** */

table.table_userlist {
	overflow:hidden;
/*	background-color:blue; */
	}

table.table_userlist td {
	background-color:red;
	overflow:hidden;
	width:140px;
	}

/* *****************
Table Formatierungen
***************** */

.standard {
	border:1px solid lightgrey;
	border-spacing:0px;
	border-collapse:collapse;
}
.standard td,.standard th {
	border:1px solid lightgrey;
	padding:3px 5px;
}

.table_wrap{
	overflow: auto;
	/*height:300px;*/ /*? needed */
	width:700px;
	padding:0px;
	margin:0px;
	}

.table_header{
	background-color: #D4F4FF;
	}

.table_body td{
	vertical-align:top;}

.table_body .even{
	background-color: #fff;
	}

.table_body .odd{
	background-color: #eee;
	}


tr.even:hover, tr.odd:hover{
	background-color:#ff9900;
	}

.table_roles_wrap{
	width:700px;
	padding:0px;
	margin:0px;
	}

.table_roles_wrap_small{
	width:100%;
	border:1px solid grey;
	padding:0px;
	margin:0px;
	}


/* alter Kram... ?!*/
.userList{
/*	width:100%; */
	}

.userList table{
	width:700px;
/*	background-color:red; */
	}

.userList th{
	font-weight:bold;
	text-align:left;
	}

.userList tr{
	}

.userList td{
	}

#error_box{
	width:400px;
	padding: 5px 0px;
	}

#error_box ul{
	list-style-type:square;
	margin:0px 0px 5px 0px !important;
	margin:0px 0px 5px 35px;
	}

table #film_submissions {
	border-collapse:collapse;
	width:100%!important;
	width:97%;
}

table #film_submissions .even{
	background-color:#e9e9e9;
}

table #film_submissions td, #film_submissions th{
	font-size:12px;
	padding:4px;
	border:1px solid grey;
	text-align:center;
}

table #film_submissions th{
	background-color:#d4f4ff;
	color:#529fbd;
	font-weight:bold;
}

table #film_submissions td{
	color:#818181;
}

table #film_submissions td img{
	margin-bottom:5px;
}

table #film_submissions td a{
	font-size:12px;
	text-decoration:none;
	color:#ff9900;
	font-weight:bold;
}

table #film_submissions td a:hover{
	color:#818181;

}


ul.button_container {
    list-style:none;
    margin: -6px 0 0 0px;
    padding: 0;
    float: left;
    background-color:#fff;
	text-align: right;
	line-height:normal;
}

.button_container li {
    background:url("../pic/button_right.png") no-repeat right top;
    padding: 0;
    margin: 0;
    float: left;
}

.button_container a {
	padding: 6px 14px;
	margin: 0;
	display: block;
	font-weight:bold;
	font-size: 15px;
	text-decoration:none;
	color:#ffffff;
	text-align: right;
	background:url("../pic/button_left.png") no-repeat left top;
}

.button_container a:hover,a:focus {
	color:#835207;
}




