/* ##### Loginfield Form Start ##### */

#login-modul form {
margin:0px;
padding:0px;
}

#login-modul input {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;

height:20px;
width:120px;

display:block;
border:0px;

background-image:url(../img/form/login_input_bg.jpg);
background-repeat:no-repeat;

margin:8px 15px 0px 0px;
padding:0px 0px 0px 5px;

float:left;
line-height:20px;
}

*html #login-modul input {
margin:8px 10px 0px 0px;
}

#login-modul input.go_btn{
height:22px;
width:44px;

background-image:url(../img/form/go_btn.jpg);
background-repeat:no-repeat;

cursor:pointer;
}

/* ##### Loginfield Form Ende ##### */

/* ##### Suche Form Start ##### */

#such-modul form, div.tx-indexedsearch-searchbox form {
margin:0px;
padding:0px;
}

#such-modul input, input.tx-indexedsearch-searchbox-sword {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;

height:18px;
width:140px;

display:block;
border:0px;

background-image:url(../img/form/search_bg.gif);
background-repeat:no-repeat;

margin:6px 10px 0px 0px;
padding:0px 0px 0px 0px;

float:left;
line-height:20px;
}

*html #such-modul input {
margin:7px 10px 0px 0px;
}

#such-modul input.search_btn, div.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button{
height:18px;
width:13px;

background-image:url(../img/form/search_btn.gif);
background-repeat:no-repeat;
cursor:pointer;
}

/* ##### Suche Form Ende ##### */

#newsletter form{
	margin:0px;
	padding:0px;
}

#newsletter input{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;

font-weight:normal;

height:20px;
width:160px;

display:block;
border:0px;

background-image:url(../img/form/165px_input_bg.gif);
background-repeat:no-repeat;

margin:5px 0px 0px 0px;
padding:0px 0px 0px 5px;

line-height:20px;
}

#newsletter input.go_btn{
margin:8px 0px 0px 84px;
padding:0px 0px 0px 0px;

height:23px;
width:83px;

background-image:url(../img/form/senden_btn.gif);
background-repeat:no-repeat;

cursor:pointer;
}

