/* forms.css: Formulare */

form { clear: both; }

fieldset {
	margin: 0px 0px 20px;
	padding: 10px 0px 10px;
	border-bottom: 1px solid #ccc;
}
fieldset.buttons {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}
legend {
	margin: 10px 0px 0px;
	font-family:georgia,times,"times new roman",serif;
	font-style:italic;
	font-weight:normal;
	font-size: 1.2em;
}
label {
	display: block;
	float: left;
	margin: 12px 0px 0px 1px;
	width: 160px;
	font-family:  georgia, times, "times new roman", serif; 
}
input, select, textarea {
	display:block;
	float:left;
	padding: 5px;
	margin: 10px 0px 10px 26px;
	width: 76.59%;

	font-size: 0.9em;
	font-family: verdana, tahoma, arial, helvetica neue, helvetica, tahoma, sans-serif;  
	background-color:#FFFFFF;
	color:#000000;
	border: 1px solid #000;
}
input[type=checkbox] ,
input[type=radio] {
	width: auto;
	margin: 16px 5px 0px 0px;
	border: 0px solid #000;
}
table input[type="checkbox"] {
    border: 0 solid #000000;
    margin: 5px 5px 0px 0px;
    width: auto;
}
select { padding: 4px 4px 4px 2px; }
textarea {
	height: 70px;
	overflow: auto;
}
textarea.zustellreklamation {
	height: 35px;
}
button {	

	padding: 2px 5px 5px 5px;
	width: auto;
	height: 32px;
	
	font-family:georgia,times,"times new roman",serif;
	font-size: 1.5em;

	font-weight:normal;
	font-style:italic;
	text-align: center;	
	
	background: transparent url(../images/button.jpg) 0px 0px repeat-x; 
	border: 1px solid #d43225;	
	white-space: nowrap;
	overflow: visible;
	cursor: pointer;	
}
button:hover { border-color: #0076bd;}
button em { font-size: 1em; }

/* --------------------
	Radio & Checkbox
---------------------- */


/* --------------------

/* --------------------
	Labels
---------------------- */
/*

.labeleingerueckt {	width: 270px; }
.labeleingeruecktradio {
	margin-left: 144px;
	width: 300px;
}

label.option { padding-right: 10px; }
label.secondlabel 								{ width: 91px; }
label.labelanrede									{ width: 52px; }
label.labelort.registrierung 		{ width: 118px; }
*/
label.auto 													{ width: auto; }
label.labeltitel 										{ width: 107px; }
label.labelort 											{ width: 127px; }
label.labelkontonr 								{ width: 133px; }

label.error { color: #d43225 !important;  }
/* 2 Labels hintereinander*/
/*
fieldset div.twolabels {
	width: 139px !important;
	margin:0 0 10px;
	padding-left:4px;
	float: left;
}
fieldset div.twolabels label {
	margin: 0px;
	padding: 0px;
}
*/

/* --------------------
	Inputs
---------------------- */
input.cols2 		{ width: 36.1%;  }
input.cols3 		{ width: 22.59%; }
input.cols3-2 { width: 49.6%; }
input.cols4 		{ width: 15.82%; }

/*
input.defaultSuche { width: 365px; }
input.fullField				{ width: 560px; }
div.group input			{ margin-bottom: 5px; }
*/

/*+++ Selects  +++*/
select.cols2         { width: 37.50%; }
select.cols3	      { width: 23.99%;  }
select.cols3px     { width: 205px;  }
select.cols3-2     { width: 51.1%; }
select.cols4         { width: 17.24%;  }
/* --------------------
    Textarea
---------------------- */

#anzeigentitel,
#anzeigentext {
    float: right;
    margin-left: 0px;
    width: 95%;
    height: 100px;
    width: 70%;
}
#anzeigentitel { 
    padding: 2px 2px;
    width: 71.6%;
    height: 30px; 
    font-weight: bold;
    overflow: auto;
}
#zeichenTitel, #zeichenText, #zeilenText {
    display: block;
    width: 28px; 
    overflow: hidden;
}

.anzeigenkontakt textarea {
    margin-left: 0px;
    width: 95%;
}
/* --------------------
	Kombi Label Input
---------------------- */
form div.under {
	float: left;
	margin: 0px 0px 20px 26px;
}
form div.under label {
	margin: 0px;
	padding: 3px 0 0 0;
	height: auto;
	min-height: 17px;
	vertical-align: middle;
}
form div.under label, form div.under input, form div.under select, form div.under textarea { margin: 0px; }
form div.under input, form div.under select, form div.under textarea { float: none;}
/*
form div.width63										{	width: 205px;  background-color: grey; }
*/
form div.w193 label,
form div.w193 select,
form div.w193 input,
form div.w193 label.monat	{	width: 193px; }

form div.under input[type=checkbox],
form div.under input[type=radio] {
	float: left;
	width: auto;
}
form div.under div.under { margin-left: 0px; }


/* --------------------
	Listen
---------------------- */
/* +++ �bersicht +++ */
dl.uebersicht { overflow: hidden;}
dl.uebersicht,
dl.uebersicht dt { position: relative; }

dl.uebersicht dt,
dl.uebersicht dd {
	float: left;
  width: 200px;
	text-align: left;
}
dl.uebersicht dt { font-family:  georgia, times, "times new roman", serif; }
dl.uebersicht dd { width: 650px; }
dl.uebersicht.extralong dt  { width: 350px; }
dl.uebersicht.extralong dd { width: 105px; }
/* +++ Preise +++ */ 
fieldset.kleinanzeigenPreise { padding-bottom: 15px; }
dl.kleinanzeigenPreise dt,
dl.kleinanzeigenPreise dd {
    float: left;
	width: 200px;
}
dl.kleinanzeigenPreise dd { 
	width: 70px; 
	text-align: right;
}
/* --------------------
	Error
---------------------- */
.errorBox {
	margin: 0px 0px 10px;
	padding: 0px 10px;
	border: 2px solid #d43225;
}
.errorBox h4, .errorBox p a {
	font-weight: bold;
	color: #d43225;
}
.errorInfo {
	margin: 5px 0px 5px 186px;
	padding: 2px 0px 0px;
	color: #d43225; 
}
div.ml0 .errorInfo { margin: 5px 0px 5px; }
.error { border-color: #d43225 !important;}

/* --------------------
	Breadcrumb
---------------------- */
.breadcrumb {
	padding: 0px 10px;
	font-size: 1em;
	font-weight: bold;
	font-family:  georgia, times, "times new roman", serif;
	letter-spacing: 1px;
	color: #ccc;
	background-color: #eef3f4;
	border: 1px solid #000;
	border-width: 0px;
}
.breadcrumb a { font-size: 1em; }
.breadcrumb span { color: #000; }

/* --------------------
    Width
---------------------- */
.w50 { width: 50%; }
/* --------------------
    Bereiche
---------------------- */
div.anzeigenkontakt fieldset {
    width: 530px;
    padding-bottom: 50px;
}