input, select, textarea {
	
	font-family: 'Arial';
	font-size: 80%;
}

body {
	font-size: 100%;
	font-family: 'Arial';
	color: #000;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #254B8C;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}

table th,
table td {
	padding: 2px;
	text-align: left;
}

table,
table th,
table td {
	border-color: #bbb;
}

.b {
	margin: 20px 0;
}

.tl {
	text-align: left;
}

.tm {
	text-align: center;
}

.tr {
	text-align: right;
}

.trenner {
	height: 1px;
	background-color: #ddd;
}

.list {
	list-style: square;
	margin-left: 15px;
}

.input {
	margin: 10px 0;
}

.feld {
	width: 245px;
	padding: 5px;
	margin-top: 2px;
	border: 1px solid #666;
	border-radius: 2px;
	background-color: #fbfbfb;
}

.feld:focus {
	border: 1px solid #aaa;
}

.laden {
	height: 16px;
	background: transparent url('/img/laden.gif') no-repeat left top;
}

.meldung, 
.meldung a {
	color: #fff;
}

.meldung {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
    background-color: #CD6627;
    background-image: -moz-linear-gradient(center top, #E08A25, #CD6627);
}

.meldung.erfolg { 
    background-color: #649145;
    background-image: -moz-linear-gradient(center top, #7AAB47, #649145);
}

.meldung.fehler { 
	background-color: #9B281E;
    background-image: -moz-linear-gradient(center top, #CB3425, #9B281E); 
}

.meldung.info { 
	background-color: #eaeef2; 
	border: 1px solid #AECBE8; 
	color: #3159A0;
	width: auto;
}

.meldung.info.backend { 
	width: 650px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.meldung.info a:hover,
.meldung.info a { 
	color: #3159A0;
	text-decoration: underline;
}
.meldung.info a:hover {
	color: #000;
}

.browser {
	padding: 10px;
	text-align: center;
	background-color: #ff3;
}

.clear {
	clear: both;
}

div.box {
	
	background-color: #EAEEF2;
	border: 1px #AECBE8 solid;
	padding: 10px;
}
div.box h3:first-child {
	
	background-color: #AECBE8;
	margin: -10px -10px +10px -10px;
	padding: 5px;
}
div.box .separator {
	
	margin: 10px -10px 10px -10px;
	border-top: 1px #AECBE8 solid;
	height: 0;
}
