
/* Backend Layout */

form#adminForm input {

	border:1px solid #CCCCCC;
	width: 200px;


}

form#adminForm textarea{

	border:1px solid #CCCCCC;
	width: 500px;


}

input.input, input#input{
font-family: arial, helvetica, sans-serif;
font-size:12px;
float:right;
margin-bottom: 6px;
margin-right: 30px;
	border:1px solid #CCCCCC;
	width: 260px;
}





select#input_select{
margin-left: 20px;
	width: 260px;

}

textarea#textarea{
font-family: arial, helvetica, sans-serif;
font-size:12px;
width: 397px;
border:1px solid #CCCCCC;

}


/* Profil Componente für MAB */


.fr {
	float: right;
}

.firma {
	margin-top:5px;
	float: left;
	/*border:1px solid #CCCCCC;*/
	margin-bottom:10px;
	margin-left:9px;

}

#firma_bild{
margin-left:9px;
}

.person {
	margin-top:5px;
	/*border:1px solid #CCCCCC;*/
	text-align:center;
	margin-bottom:10px;

}

#person_bild{
margin-left:9px;
}

img#per_bild{
margin-left:40px;
}

input#file_up{
border: 1px solid #CCCCCC;
}

#piback{
background-image:url(../img/pfeil_zurueck.jpg);
background-repeat:no-repeat;
margin-left: 9px;
padding-left:18px;
padding-top:2px;

}

#piback a:hover{
	color: #D90804;
	text-decoration: none;

}


#noben{
background-image:url(../img/noben.gif);
background-repeat:no-repeat;
padding-left:15px;
}


#noben a:hover{
	color: #D90804;
	text-decoration: none;

}

div#firma{
  background: #FFFFFF url(../img/button.jpg);
  background-repeat:no-repeat;
  background-position: inherit;
  margin-top:7px;
  margin-left:10px;
  padding-left:20px;
  padding-bottom:10px;
	color: #D90804;
	text-decoration:none;
	font-size: 16px;
	font-weight:bold;

}


/* topline def for the article overview in a single forum */
div.topline-grey {
/*	background:#E6F0FA;*/
	padding:5px 0px 5px 10px;
	width:430px;
	font-weight:bold;
	margin-top:10px;
	overflow: visible;
}

.mb10 {
	margin-bottom: 5px !important;
}

.mp0 {
	margin: 0 !important;
	padding: 0 !important;
}


.no-ul a,
a.no-ul  {
	text-decoration: none;
}

.no-ul a:hover,
a.no-ul:hover  {
	color: #D90804;
	text-decoration: none;
}

a.no-ul div:hover {
  text-decoration: underline;
}

/* defs for the columns in the content section */
.col_one, .col_two, .col_three {
	display: inline;
	float: left;
	overflow: hidden;
}
.col_one {
	width: 80px;
}
.col_two {
	width: 430px;
	margin-left:9px;
}
.col_three {
	width: 440px;
}
.col_one:after, .col_two:after, .col_three:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Positionierung Daten */

#titles{
float:left;
width:180px;
font-weight:bold;
/*border:1px solid #CCCCCC;*/

}

#titles_ed{
float:left;
width:120px;
font-weight:normal;
margin-bottom:10px;
/*border:1px solid #CCCCCC;*/

}

div.indent-left{
	width: 420px;
}