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