.index
{
	padding:5px;
	border-bottom:solid 1px #b6b7b8;
	margin-top:1.5em;
	margin-bottom:1.5em;
	width:100%;
	text-align:right;
}
.tabzeile1
{
	background:#e4e4e4;
}
.tabzeile2
{
	background:#fff;
}
.box {
	border:solid 1px #b6b7b8; 
	background:rgba(170,172,153,0.5); 
	padding:10px;
}
.row {
	display:block;
	margin:0 0 10px 0;
}
select, textarea, input
{
    color:#212121;
    font:18px/1.5em 'OfficinaSansITCStd-Book',Arial,Helvetica,sans-serif;
    font-weight:400;
	padding:3px;
	border:solid 1px #b6b7b8;
    background:#fff;
}
input[type="image"]
{
	background-image:none;
	margin:5px 0 0 0;
	align:right;
}

.select
{
	padding:4px;
	max-width:145px;
	margin:0 0 5px 0;
}


input:focus, textarea:focus, input:hover, textarea:hover, select:focus, select:hover
{
	border:1px solid #222;
}

#subnavi
{
	margin-bottom:1.5em;
}
#subnavi .select
{
	padding:4px;
	min-width:80px;
	margin:0;
}

.select_subnavi
{
	width:120px;
	border:none;
	background-color:#f1f1f1;
	font-size:100%;
	color:#333;
	font-weight:normal;
	cursor:pointer;
}
.textarea
{
	overflow:auto;
	font-size:100%;
	line-height:1.5em;
}
.randlos
{
	border:none;
	background-color:transparent;
}
.optgroup
{
	font-weight:bold;
	color:#ff6600;
	font-style:italic;
}

div.submit_container,
div.formsubmit {
    margin:1.5em 0;
}

input.submit,
input.upload,
.button {
    min-width:120px;
    display:inline-block;
    padding:7px 10px;
    border-radius:0;
    color:#fff;
    background:rgba(0,158,209,0.9);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border:none !important;
    cursor:pointer;
    font:18px/1.5em 'OfficinaSansITCStd-Book',Arial,Helvetica,sans-serif;
    font-weight:400;
}

input.submit:hover,
.button:hover {
    color:#fff;
    background:rgba(0,158,209,1.0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.compact .submit {
	width:100%;
}