
/**
 * api.css
 * Copyright: Siegfried MairbÃ¶ck, 2012
 * Februar 2012
 *
 */

body {
	font-family: arial,Helvetica,sans-serif;
	margin: 0;
	padding: 15px 0;
	font-size: 14px;
	background: #fff;
}


h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 130%;
}




.Fehler {
	display: block;
	background-color: #fee;
	padding: 4px 15px;
	color: #000;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
	text-align: center;
	font-weight: normal;
	margin: 0 5px;
	border: 2px solid #c00;
	border-bottom-width: 0;
	border-radius: 5px 5px 0 0;
	box-shadow: inset 0px 2px 4px #fcc;
	font-size: 12px;
}


.Formular {
	margin: 0 0 12px 0;
	padding: 10px 16px 2px 16px;
	border: 0px;
	background: #f4f4f4;
	box-sizing: border-box;
	box-shadow: none;
}

.FBlock {
	padding: 0px 5px 3px 0px;
}
.FName {
		display: block;
    color: #555;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 1px;
    padding-top: 3px;
		text-shadow: 0px 1px 0px #fff;
}

.FText {
	font-family: arial, fixedsys;
	font-size: 15px;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 4px;
	box-shadow: none;
	background-color: #fff;
}

input.InputText,
textarea.InputText {
	font-family: arial, fixedsys;
	font-size: 15px;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 4px;
	resize: none;
	box-shadow: none;
}
select.InputText {
	font-family: arial, fixedsys;
	font-size: 15px;
}
input.InputText:focus,
textarea.InputText:focus {
	background-color: #ffc;
}

input.InputText-green,
textarea.InputText-green {
	background-color: #efd;
}

input.InputCheckbox {
	margin-right: 8px;
	margin-top: 1px;
	vertical-align: middle;
	line-height: 19px;
}
label.checkbox {
	line-height: 19px;
}
label.checkbox > span {
	font-size: 13px;
	line-height: 18px;
}
label > img {
	vertical-align: middle;
}

.FButtons {
	margin-top: 8px;
	margin-bottom: 8px;
}

.FButtons input[type="submit"],
.myFButton {
	font-size: 13px;
	font-family: arial,sans-serif;
	box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 3px;

    background: #e0e0e0;
    padding: 3px 8px;
    box-shadow: none;
    margin-right: 0px;
	color: #333;
}

.FButtons input[type="submit"]:hover,
.myFButton-hover,
.myFButton:hover {
  box-shadow: inset 0px 0px 1px 0px #fff,0px 0px 2px 2px #9cf;
	background: #d0d0d0;
	border-color: #69c;
	color: #000;
}

.FBlock-errormessage {
	background-color: #c00;
	color: #fff;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin: 0 7px 0 10px;
	padding: 4px 10px;
	font-size: 12px;
	text-shadow: 1px 1px 0px #600;
	-moz-box-shadow: 1px 2px 2px 0px #bbb;
	-webkit-box-shadow: 1px 2px 2px 0px #bbb;
	box-shadow: 1px 2px 2px 0px #bbb;
}
.FBlock-error .InputText {
	background-color: #fbb;
}
.FBlock-error .InputText:focus {
	background-color: #fee;
}
