@charset "utf-8";


/* Positionselemente */

#content_pics {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
}

*html #content_pics {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	background: url(../pics/bg/bg_pics.jpg) repeat-x;
}

#intro_bg_pics {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 330px;
	background: url(../pics/bg/bg_pics.jpg);
}


#intro_pics {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 330px;
	z-index: 15;
}

#main_pics {
	position: relative;
	width: 900px;
	left: 20px;
	height: auto;
}

/* Funktion starten */

#funktion_pics {
	position: fixed;
	top: 60px;
	left: 20px;
	width: 950px;
	height: 217px;

}

*html #funktion_pics {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 950px;
	height: 217px;
}

/* Formularelemente */

.textbreite {
	position: relative;
	top: 0px;
	width: 40px;
	border: solid 1px #15191c;
	font-style: italic;
	color: #15191c;
	font-weight: bold;
	padding-left: 3px;
}

.breite_eingeben {
	position: relative;
	left: 0px;
	top: 10px;
	width: 950px;
	height: 72px;
	float: left;
}


.ordner_anlegen {
	position: relative;
	left: 0px;
	top: 0px;
	width: 850px;
	height: 30px;
	float: left;
}

*html .ordner_anlegen {
	position: relative;
	left: 0px;
	top: 0px;
	width: 850px;
	height: 30px;
	float: left;
}


.ordner_loeschen {
	position: relative;
	left: 0px;
	top: 10px;
	width: 850px;
	height: 30px;
	float: left;

}

*html .ordner_loeschen {
	position: relative;
	left: 0px;
	top: -7px;
	width: 850px;
	height: 30px;
	float: left;

}



.neues_bild_anlegen {
	position: relative;
	left: 0px;
	top: 20px;
	width: 850px;
	height: 30px;
	float: left;

}

*html .neues_bild_anlegen {
	position: relative;
	left: 0px;
	top: -11px;
	width: 850px;
	height: 30px;
	float: left;

}

/* Button erstellen */

.button_erstellen_pics {
	position: relative;
	top: 5px;
	cursor: pointer;
}


/* Tabelle */

.table_pics_pos {
	position: relative;
	top: 5px;
	left: 0px;
	width: 850px;
	float: left;
}


*html .table_pics_pos {
	position: relative;
	top: 5px;
}




.table_pics td {
	border: solid 0px;
	padding: 5px;
	padding-bottom: 10px;
}

.bold_headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #616161;
	padding-right: 60px;
}

.link_pics_bearbeiten {
	text-decoration: none;
	color: #8F8F8F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding-right: 60px;
}
	
.link_pics_bearbeiten:hover {	
	color:  #15191c;
	cursor: pointer;
}

.pics_bearbeiten {
	text-decoration: none;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.pics_hochladen {
	position: relative;
	left: 0px;
	text-decoration: none;
	top: 30px;
	width: 900px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}