@font-face {
	font-family: 'Roboto Condensed';
	src: url('fonts/robotocondensed-regular-webfont.eot');
	src: url('fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg'),
	url('fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/robotocondensed-regular-webfont.woff') format('woff'),
	url('fonts/robotocondensed-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Merriweather Sans';
	src: url('fonts/merriweathersans-bold-webfont.eot');
	src: url('fonts/merriweathersans-bold-webfont.svg#merriweather_sansbold') format('svg'),
	url('fonts/merriweathersans-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/merriweathersans-bold-webfont.woff') format('woff'),
	url('fonts/merriweathersans-bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Merriweather Sans';
	src: url('fonts/merriweathersans-italic-webfont.eot');
	src: url('fonts/merriweathersans-italic-webfont.svg#merriweather_sansitalic') format('svg'),
	url('fonts/merriweathersans-italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/merriweathersans-italic-webfont.woff') format('woff'),
	url('fonts/merriweathersans-italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Merriweather Sans';
	src: url('fonts/merriweathersans-light-webfont.eot');
	src: url('fonts/merriweathersans-light-webfont.svg#merriweather_sanslight') format('svg'),
	url('fonts/merriweathersans-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/merriweathersans-light-webfont.woff') format('woff'),
	url('fonts/merriweathersans-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


html{
	-webkit-font-smoothing: antialiased;
}

body {
    color: #424242;
    font-family: 'Merriweather Sans';
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin:0px;
    padding:0px;
}

ul {
    margin: 0 0 5px;
    padding-left: 0;
}

li {
    background: url("images/tick.png") no-repeat scroll 0 0.2em rgba(0, 0, 0, 0);
    list-style-type: none;
    padding-left: 25px;
}

h1, h2, h3 {
    color: #ffb900;
    font-weight: 300;
}

h1 {
    font-size: 40px;
    margin: 0;
}

h2 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 23px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

a {
	color: #ffb900;
/*	color: #424242;*/
	text-decoration: none;
}

a:hover {
	color: #ffb900;
	text-decoration: underline;
}

#login-error {
	background: #f6d3cf;
	border: 1px solid #d66c68;
	color: #be0027;
	margin:10px 2px 10px 2px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
}

.changelog {
	/*padding: 4px; */
	margin-right: 10px;
}

.changelog h1 {
	background-color: #ff9900;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 4px 4px 10px;
	border-radius: 5px 5px 0 0;
}

.changelog div.list-head {
	border-bottom: 0;
	margin-top: 10px;
}

.changelog div.list-head:hover {
	cursor:pointer;	
}

.changelog div.list-head:first-child {
	margin-top: 0px;
}

.changelog div.list-head h1 {
	background-color: #ffb900;
	color: #fff;
	font-size: 18px;
	padding: 6px 4px 6px 10px;
}

.changelog div.list-content {
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
}

.changelog div.list {
	border-radius: 5px;
	margin: 10px 10px 10px 10px;
}

.changelog .list li {
	padding: 4px 5px 4px 25px;
}

.changelog div.reboot {
	padding: 5px 10px;
	background-color: #e1e1e1;
}

h1 > .date {
	float: right;
}

.clbox, .download-info {
	background-color: #eee;
	padding: 4px 4px 4px 10px;
}

.clbox h2 {
	font-size: 16px;
	padding: -4px 4px 4px -4px;
	margin-top: 5px;
}

.license-info, .file-info {
	background-color: #f2f2f2;
	padding: 10px 10px 10px 10px;
	margin-bottom: 30px;
}

.license-info table {
	width: 100%;
}

.license-info table td {
	line-height:25px;
}

.label, .license-info .label, .file-info .label {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 15px;
	text-align: right;
	line-height: 25px;
	width: 35%;
}

.tab-container .label, .file-info .label {
	width: 20%;
	display: inline-block;
}

.license-info ul {
    margin: 0 0 0px;
    padding-left: 0;
}

.license-info li.ok {
    background: url("images/status-ok.png") no-repeat scroll 0 0.2em rgba(0, 0, 0, 0);
    list-style-type: none;
    padding-left: 25px;
}

.license-info li.warn {
    background: url("images/status-warning.png") no-repeat scroll 0 0.2em rgba(0, 0, 0, 0);
    list-style-type: none;
    padding-left: 25px;
}
.license-info li.error {
    background: url("images/status-error.png") no-repeat scroll 0 0.2em rgba(0, 0, 0, 0);
    list-style-type: none;
    padding-left: 25px;
}

.downloads li {
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    background: none;
}

.downloads li:hover {
    background-color:#f2f2f2;
}
.downloads a:hover {
    text-decoration: underline;
}

.downloads span.download-name {
    display: inline;
    float: left;
    text-decoration: none;
}

.downloads span.download-size {
    display: block;
    text-align: right;
}

.downloads ul img {
    float: left;
    padding-right: 1em;
    vertical-align: top;
}
.downloads img {
    border: medium none;
    display: block;
}

#sha256 {
	font-size: 12px;
}

/* BEGIN Anfrageformular */
.bhAnfrage {
    background-color: #f0f0f0;
    padding: 20px;
}

select, .bhAnfrage .bh-fieldblock input[type="text"], .bhAnfrage textarea, .bhAnfrage select {
	min-width: 350px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 50%,#ffffff 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%,#ffffff 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%,#ffffff 100%);
	background: -moz-linear-gradient(center top , #eeeeee 0%, #ffffff 50%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #cccccc;
	border-radius: 5px 5px 5px 5px;
	padding: 5px;
	line-height: 25px;
	font-family: 'Merriweather Sans';
	font-size: 15px;
}

.bhAnfrage input[type="text"]:focus, textarea:focus, select:focus {
	outline: none;
	border-color: #ffb900;
}

label {
	font-weight: bold;
}
/* END Anfrageformular */

.bold {
	font-weight: bold;
}

.button, a.button {
   background-color: #ffb900;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border:0px;
   padding: 6px 15px;
   display: inline-block;
   color: #ffffff;
   font-weight:normal;
   cursor:pointer;
}

.button:hover {
   background-color: #eb6607;
   text-decoration: none;
}

.button:active {
}

.btn-lg, a.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.dashboard {
	padding-right: 10px;
}

/* tabs */
.tab-container {
	margin-top: 50px;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.tabs li {
	background: none;
	color: #222;
	display: inline-block;
	cursor: pointer;
	font-size:16px;
	line-height: 50px;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
	width: 33%;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	float:left;
}

ul.tabs li:first-child {
	border-left: 1px solid #d9d9d9;
}

ul.tabs li.current {
	color: #ffb900;
	font-weight: bold;
	border-top: 1px solid #d9d9d9;
	border-bottom: none;
}

.tab-content {
	clear: left;
	display: none;
/*	background: #f2f2f2;
	padding: 15px; */
	height: 300px;
}

.tab-content.current {
	display: inherit;
}
