html {
    font-size: 18px;
}

body{
    font-size: 1em;
    font-family: Arial;
    color: #333;
    margin: 0;
    padding: 0;
}

h1,h2,h3{
    margin-top: 0;
}

p{
    margin-top: 0;
}

ul, ol{
    padding-left: 25px;
}

a{
    text-decoration: none;
    color: #2E45B5
}

.clear{
    display: block;
    clear: both;
}

.clear_10{
    display: block;
    clear: both;
    height: 10px;
}

.clear_20{
    display: block;
    clear: both;
    height: 10px;
}

.clear_30{
    display: block;
    clear: both;
    height: 10px;
}

.clrfix:after{
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.content{
    padding: 30px 0;
}

.layout{
    max-width: 1200px;
    margin: 0 auto;
}

#navi{
    background-color: #2E45B5;
}

#navi ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navi ul li{
    display: block;
    float: left;
    position: relative;
    border-left: 1px solid rgb(140, 148, 190)
}

#navi ul li:first-child{
    border-left: none;
}

#navi ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
}

.paginator:after{
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.paginator{
    display: block;
    padding: 10px 0;
}

.paginator_label{
    display: block;
    float: left;
    line-height: 25px;
}

.paginator_label>span{
    font-weight: bold;
}

.paginator_pages{
    display: block;
    float: right;
}

.paginator_pages ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

.paginator_pages ul li{
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

.paginator_pages ul li a{
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    box-sizing: border-box;
}

.paginator_pages ul li.curent a{
    background-color: #2E45B5;
    color: #fff;
    text-decoration: none;
    border: 1px solid #2E45B5;
}

.infobox_fehler {
    background-color: #eee;
    background-image: url("../img/style/icon_fail.png");
    background-position: 20px 20px;
    background-repeat: no-repeat;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: #6d6d6d;
    left: 50%;
    margin-left: -200px;
    min-height: 150px;
    padding: 25px 20px 20px 140px;
    position: fixed;
    top: 30%;
    width: 260px;
    z-index: 999;
}

.infobox_fehler .info_close{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #6d6d6d;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.infobox_erfolg .info_close{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #6d6d6d;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.infobox_erfolg{
	position: fixed;
	top: 30%;
	left: 50%;
	border: 2px solid #ccc;
	padding: 25px 20px 20px 140px;
	background-color: #eee;
	color: #6d6d6d;
	margin-left: -200px;
	width: 260px;
	border-radius: 5px;
	z-index: 999;

	background-image: url('../img/style/icon_ok.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;
	min-height: 150px;
}

.infobox_fehler ul, .infobox_erfolg ul{
	margin: 5px 0px 0px 0px;
	padding-left: 35px;
}


table.auflistung{
	width: 100%;
	border-collapse: collapse;
}

table.auflistung thead td{
	background-color: #262626;
	color: #fff;
	padding: 10px;
	border: 1px solid #262626;
}

table.auflistung tbody td{
	background-color: #fff;
	color: #262626;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

table.auflistung thead td.aktion,
table.auflistung tbody td.aktion{
	width: 1px;
	white-space: nowrap;
}

table.auflistung thead td.center,
table.auflistung tbody td.center{
	text-align: center;
}

table.auflistung thead td.offline,
table.auflistung tbody td.offline{
	background-color: rgb(255, 152, 152);
}

a.button{
    display: inline-block;
    vertical-align: top;
	background-color: #d43225;
	color: #ffffff;
	border: 1px solid #d43225;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	height: 23px;
	line-height: 20px;
	font-size: 18px;

}

#nl_preview{
    padding: 30px;
    border: 1px solid #ccc;
}

.ladebalken{
    padding: 10px;
    border: 1px solid #ccc;
}

.ladebalken > .inner{
    display: block;
    position: relative;
}

.loading_bar{
    height: 50px;
    background-color: rgb(9, 245, 9);
    width: 0%;
}

.loading_bar_label{
    line-height: 50px;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #333;
    text-align: center;
}