/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* Basisdefinitionen */
form										{ display:inline; }
form input									{ height:20px; font-size:11px; }


input[type="text"],
input[type="password"]						{ outline:none; color:#737373; border:1px solid #999999; height: 17px !important; height: 19px; padding-left:5px; color: #737373; }
textarea									{ outline:none; color:#737373; border:1px solid #737373; padding-left:5px; }

select 										{ width: 130px; font-size: 11px; outline:none; border:1px solid #999999; height: 18px !important; line-height:18px; color: #737373; }
option										{ color: #737373; padding: 3px; font-size: 11px; }
optgroup									{ color: #737373; padding-left: 2px; font-weight: bold; }
optgroup option								{ color: #737373; padding-left: 5px; }

input[type="text"]:hover,
input[type="password"]:hover,
input[type="text"]:focus,
input[type="password"]:focus				{ }

input[type="submit"],
input[type="button"]						{ background: #67A2C0; padding: 0px 10px; cursor:pointer; outline:none; border:1px solid #D5D5D7; height:19px !important; height:19px; line-height: 16px; vertical-align:middle; color:#4C5254; }
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="button"]:hover					{ background: #D5D5D7; border:1px solid #67A2C0; }
input::-moz-focus-inner						{ border:0; padding:0px; }

.button-rund								{ margin: 0px 2px; }
.button-rund-links							{ background:url(../pics/layout/button-rund-links-grau.png) no-repeat; width: 11px; height: 27px; }
#id_middle_produkt .button-rund-mitte						{ color: #FFFFFF; cursor: pointer; font-weight:bold; background:#4C5254; height: 27px; line-height: 27px; }
#id_middle_produkt .button-rund-mitte:hover					{ color: #FFFFFF; text-decoration: underline; }
.button-rund-mitte a:link					{ text-decoration: none; line-height: 27px; }
.button-rund-mitte a:hover					{ text-decoration: underline; }
.button-rund-mitte a:visited				{ text-decoration: none; line-height: 27px; }
.button-rund-rechts							{ background:url(../pics/layout/button-rund-rechts-grau.png) no-repeat; width: 11px; height: 27px; }

.button-rund-mitte-blau					{ cursor: pointer; color: #4C5254; font-weight:bold; background:#67A2C0; height: 27px; line-height: 27px; }
.button-rund-mitte-blau:hover			{ text-decoration: underline; }
.button-rund-mitte-blau a:link			{ text-decoration: none; line-height: 27px; }
.button-rund-mitte-blau a:hover			{ text-decoration: underline; }
.button-rund-mitte-blau a:visited		{ text-decoration: none; line-height: 27px; }
.button-rund-links-blau					{ background:url(../pics/layout/button-rund-links-blau.png) no-repeat; width: 11px; height: 27px; }
.button-rund-rechts-blau				{ background:url(../pics/layout/button-rund-rechts-blau.png) no-repeat; width: 11px; height: 27px; }
