@charset "utf-8";

/* Positionselemente */

#content_dokuup{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #c7bdb3;
}

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


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


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


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

/* Funktion starten */

#funktion_dokuup{
	position: fixed;
	top: 60px;
	left: 20px;
	width: 850px;
	height: 217px;
}

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

/* Formularelemente */

.dateien_eingeben {
	position: relative;
	left: 0px;
	top: 14px;
	width: 900px;
	height: 72px;
	float: left;
}


/* Button erstellen */

.button_erstellen_things {
	position: relative;
	top: 5px;
}


/* Tabelle */

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


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




.table_things 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_things_bearbeiten {
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding-right: 60px;
}
	
.link_things_bearbeiten:hover {	
	color:  #fff;
	cursor: pointer;
text-decoration: underline;
}

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

#uploader {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 3px;
	background-color: #f4f4f4;
}

.oname_link_auswahl {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
	background: #2953a7;
}

.oname_link_auswahl:hover {
	text-decoration: underline;
}


.poshr_link {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
	background: #6d6155;
}


.poshr_link:hover {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

.broadgr{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 10px;
	background: #7297e3;
}

.broadgr:hover{
	text-decoration: underline;
}

.Oaction {
margin: 15px 15px 15px 0px;
}

#neuedateianlegen {
position: fixed;
top: 70px;
left: 220px;
z-index: 100000000;
}