body{
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
	
	background: url('body.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#content{
	width:100%;
	max-width:1200px;
	min-height:500px;
	margin:30px auto 0px;
	background-color:rgba(255,255,255,0.9);
	border-radius:15px;
	padding:15px;
	box-sizing: border-box;
}

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

h1{
	color:#8D796B;
	text-align:center;
	padding:0;
}

.btn{
	background-color:#3C3C3C;
	padding:5px 15px 6px 15px;
	color:#fff;
	text-decoration:none;
	border-radius:4px;
}
.btn:hover{
	background-color:#C4BBB6;
}

#overlay {
    background-color: #000000;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5000;
    position: fixed;
	display:none;
}
#overlay_content {
    background-color: white;
    left: 50%;
    margin: 20px 0;
    margin-left: 0px;
    margin-left: -400px;
    padding: 10px;
    position: absolute;
    width: 800px;
    z-index: 9000;
	top: 20px;
	display:none;
}

.mBox span{
	display: inline-block;
	width: 85px;
}

.mBox{
	line-height: 25px;
	display:none;
}



#startlist,#live{
	width:50%;
	float:left;
}

#startlist ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#startlist ul li{
    font-size: 14px;
	padding:2px 0;
	margin:3px 0;
}
.btnDran{
	float: right;
	color: white !important;
	padding: 1px 5px;
	font-size: 10px;
	margin: 2px 10px 0 0;
}

#import_txt{
	width:100%;
	height:350px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}


#live{
	padding-left:30px;
	box-sizing:border-box;
	width: 600px;
	position: fixed;
	left: 50%;
}
h2{
	text-align:center;
}
.txtDisplay,.txtDisplayCotnent{
	width:120px;
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid #C4BBB6;
	display:inline-block;
}
.txtDisplayCotnent{
	width:325px;
	text-align:center;
}




.rowEis{
	margin:10px 0;
	border-bottom:1px solid #dedede;
	height: 45px;
}
.rowEis .tit{
	display:inline-block;
	width: 150px;
	font-size: 20px;
	font-weight:bold;
}
.rowEis .btn1,
.rowEis .btn2{
	display:inline-block;
	
}
.rowEis .re{
	display:inline-block;
	
}
.rowEis .re input{
	width:50px;
	font-size: 20px;
	text-align: center;
}
.rowEis .btnEis{
	margin-right:3px;
}





/*** Farben ... ***/

.rowEis1 .btn1 .btn{
	background-color: #000;
}
.rowEis1 .btn2 .btn{
	background-color: #6CF;
}

.rowEis2 .btn1 .btn{
	background-color: #F0C;
}
.rowEis2 .btn2 .btn{
	background-color: #6F3;
}

.rowEis3 .btn1 .btn{
	background-color: #FF3;
}
.rowEis3 .btn2 .btn{
	background-color: #6C0;
}

.rowEis4 .btn1 .btn{
	background-color: #C0C0C0;
}
.rowEis4 .btn2 .btn{
	background-color: #33C;
}

.rowEis5 .btn1 .btn{
	background-color: #C00;
}
.rowEis5 .btn2 .btn{
	background-color: #6CF;
}






