@charset "utf-8";
/* CSS Document */


/* Seiten */

#edithtml {
	border:1px solid #00ff00;	
	position:absolute;
	background-color: black;
	top: 5px;
	left: 10px;
	width: 430px;
	height: 320px;
	overflow: auto;
}

#edithtml_site {
	border:1px solid #00ff00;	
	position: absolute;	
	margin-top: -25px;
	margin-left: 430px;
	width: 710px;
	height: 580px;
	overflow: auto;
	z-index: 5;
}

/* EDIT SEITEN */


/* Admin Seiten */

#login {
	border:0px solid #FF00FF;
	osition: fixed;
	width: 800px;
	height: 60px;
	margin: auto;
	background-color: #aa0000;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 20;
}

#login h5 {
	display: inline; 
	margin-left: 50px;
}

#admin_menu {
	background-color: rgba(255,255,255,128);
	position: absolute;
	z-index: 100;
	display: inline-block;
	top: 0;
	left: 20%;
}

.btn_overlay {
	color: #fff;
	background-color: #c55;
	font-size: 12px;
	font-family: arial;
	line-height: 20px;
	idth: 50px;
	eight: 20px;
	text-align: center;
	margin: 0 3px;
	padding: 0 3px;
	cursor: pointer;
	float: left;
}


#spacer {
	float: left;
	margin: 0 20px;
	font-family: arial;
	line-height: 20px;
}

#btn_neu {
	position: absolute;
	z-index: 10;
}

#form_db_send {  /* form */
	border: 0px solid #FF00FF;
	position: relative;	
	width: 60px;
	left: 815px;
	top: -40px;
	height: 40px;

}

#chgPW {
	border:0px solid #FF00FF;
	position: absolute;
	top: 200px;
	width: 350px;
	height: 300px;
	background-color: #aa0000;
	color: #fff;
	padding-left: 30px;
}

#chgPW label {
	border:0px solid #FF00FF;
	width: 150px;
	display: block;
	float: left;
	padding-top: 3px;
}

#db_send {
	width: 150px;


}

#form_edit {
	border: 0px solid #f00;
	width: 500px;
	height: 165px;
	margin: auto;
}

#form_edit label, .contact label {
	float: left;
	width: 100px;
	margin-right: 10px; 
}

.zeile label {
	float: left;
	width: 90px;
	margin-right: 10px; 
}


#form_edit input, .zeile input {
	width: 290px;
}

.zeile #form_left {
	text-align: left;
	border: 0px solid #000;  
	width: 400px;
	height: 300px;
	display: block;
	float: left;
}

.zeile #form_right {
	border: 0px solid #000;
	text-align: left;
	width: 400px;
	height: 300px;
	display: block;
	float: right;
}

.zeile #form_right textarea {
	width: 400px;
	height: 290px;
	font-size: 14px;
	font-family: arial;
}

.contact input {
	width: 360px;
	display: block;
	margin-bottom: 2px;
}

.contact textarea {
	width: 360px;
	height: 95px;
	margin-left: 20px;
	font-size: 14px;
	font-family: arial;
	display: block;
}

#edit_header,
#edit_vimeo,
#edit_contact {
	color: #fff;
	background-color: #777;
	font-size: 12px;
	width: 800px;
	height: 200px;

}

#edit_zeile {
	color: #fff;
	background-color: #777;
	text-align: center;
font-size: 12px;
	width: 800px;
	height: 350px;
}


.new_item {
	width: 800px;
	height: 20px;
}



/* Admin Edit Seiten */

#form_change_admin label, #form_change_admin input {
/* Alle Labels UND Formularelemente ausw?hlen */
	display: block;
	width: 180px; /* Breite.*/
	margin: 5px 0px;
	float: left;
}

#form_change_admin input {
	width: 200px;

}

#form_change_admin br { /* Alle Zeilenumbr?che in Formularen ausw?hlen */
	clear: left; /* das floating der labels und inputs aufheben */
}


#form_change_mailset label, #form_change_admin input {
/* Alle Labels UND Formularelemente ausw?hlen */
	display: block;
	width: 140px; /* Breite.*/
	margin: 5px 0px;
	float: left;
}

#form_change_mailset input {
	width: 250px;

}

#form_change_mailset br { /* Alle Zeilenumbr?che in Formularen ausw?hlen */
	clear: left; /* das floating der labels und inputs aufheben */
}

#Galerie_ColRow input, #gal_longside_form input {
	text-align: center;
}

