/*
 * copyright (c) xmachina GmbH
 * 
 * Author: U. Schumacher (ute.schumacher@xmachina.de)
 */

form {
	margin: 0;
	padding: 0;
}

input { font-size: 110%; font-family: Verdana,Arial,Helvetica,sans-serif;}
.listLine .icon { font-size: 130%; font-family: Verdana,Arial,Helvetica,sans-serif;}

input[type="text"],
input[type="password"],
textarea,

.search_textfield {
    background: #ffffff url(../images/forms/textfield_bg.gif) left top no-repeat;
    border: 1px solid #D9D9D9;
    border-top-width: 0px;
    border-left-width: 0px;
    margin: -1px;
	padding: 3px 4px;
	height: 16px;
    color: #000;
	
}



select {
    border: 1px solid #D9D9D9;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

select.error {
    border: 1px solid #D9D9D9;
	font-size: 75%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

textarea
{
height:50px;
width: 200px;
}

.search_textfield 
{ 
width: 200px;
font-size: 75%; font-family: Verdana,Arial,Helvetica,sans-serif;
}
 .textfield 
{ 
width: 205px;
font-size: 75%; font-family: Verdana,Arial,Helvetica,sans-serif;
}
 .textfield.smaller40
{ 
width: 40px;
font-size: 75%; font-family: Verdana,Arial,Helvetica,sans-serif;
}
 .textfield.smaller20
{ 
width: 20px;
font-size: 75%; font-family: Verdana,Arial,Helvetica,sans-serif;
}

 .error { font-size: 100%; border: 1px solid #ff0000; }
 
 .textfield.error
{ 
width: 205px;
background: #ffffff url(../images/forms/textfield_bg_error.gif) left top no-repeat;
border: 1px solid #ff0000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 75%;
}
 .textfield.smaller.error
{ 
width: 40px;
background: #ffffff url(../images/forms/textfield_bg_error.gif) left top no-repeat;
border: 1px solid #ff0000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 75%;
}
 .textfield.smaller.error
{ 
width: 20px;
background: #ffffff url(../images/forms/textfield_bg_error.gif) left top no-repeat;
border: 1px solid #ff0000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 75%;
}

/* Grafische Buttons */

button:hover span { 
	color: #3399CC;
}

.suchbutton
{
background:url(../images/forms/suche.jpg) no-repeat;;
border:0; 
	cursor:pointer; 
	height: 22px; 
	width:70px;
	margin: 0 0 0 0px;
	padding: 0 5px;
	line-height:22px; 
	font-size:12px;
	font-weight:bold;
	color:#013476;
	white-space:nowrap; 
}



.suchbutton:hover{ 
	color: #3399CC;
}

 span.icon img  { 
	margin-top:1.2px;
	padding: 0px;
	
	
	
}
/* Buttons */
input.submit,
input.button {
    margin-left: -1px;
    color: #013476 !important;
    font-weight: bold;
	border-right:1px solid #fff;
 	border-top: 1px solid #ffffff;
	border-bottom:1px solid #fff;
	border-left: 0px;
    background:  url(../images/forms/button_bg_right.gif) right no-repeat;
    cursor: pointer;
    cursor: hand;
	height:24px;
	width:170px;
	vertical-align:top;
	
}

input.submit,
input.button:hover {
  	margin-left: -1px;
 
 	color:#3399CC !important;
    font-weight: bold;
	border-right:1px solid #fff;
 	border-top: 1px solid #ffffff;
	border-bottom:1px solid #fff;
	border-left: 0px;
    background:  url(../images/forms/button_bg_right.gif) right no-repeat;
    cursor: pointer;
    cursor: hand;
	height:24px;
	width:170px;
}

#content input.submit,
#content input.button {
	font-size: 0.75em;
}

input.cartButton {
	background: transparent url(../images/forms/order_button.jpg) 0 0 no-repeat;
	padding: 0 0 0.5em 35px;
	display: block;
	height: 33px;
	width: auto;
	color: #013476;
	text-decoration: underline;
	border-width: 0;
	font-size: 1.1em;
	vertical-align: middle;
}



.select
{
width: 210px;

}
/* Graphische Buttons */
div.buttonLeft {
	background: transparent url(../images/forms/button_left_bg.gif) 0 0 no-repeat;
	display: table;
	padding-left: 5px;
	width: auto;
	height: 25px;
	line-height: 25px;
}

input.buttonRight {
	background: transparent url(../images/forms/button_right_bg.gif) right top no-repeat;
	padding: 2px 5px 2px 0;
	color: #336600;
	font-weight: bold;
	font-size: 0.75em;
	border: 0;
	padding-bottom: 6px;
	text-align:left; 
}

/* Submit-Buttons */
button.submitBtn { background:url(../images/forms/button_bg_right.gif) right no-repeat; }
button.submitBtn span { height:22px; line-height:22px; background:url(../images/forms/button_bg_left.gif) left no-repeat; }
button.submitBtn:hover {background:url(../images/forms/button_bg_right.gif) right no-repeat; }
button.submitBtn:hover span {background:url(../images/forms/button_bg_left.gif) left no-repeat; }
/* Korrektur für IE 7 */
*+html input.buttonLeft  { display: inline; max-width: 126px; overflow: visible; }
*+html input.buttonRight {  padding-top: 4px; cursor: hand; }

/* Korrekturen für IE 6 */
* html input.buttonRight { cursor: hand; padding: 0; margin: 0;padding-top: 4px; width: auto; }

.required {
color:#CC0000 !important;
font-weight:bold !important;
}

form .specialBox span {
font-size:0.94em;
font-weight:bold;
min-width:100px;
}

label
{
font-weight:bold;
}
