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

/******************************************************/
/*** Login				                            ***/
/******************************************************/
#benutzerVerwaltung{
	margin-bottom:20px;
}

.benutzerVerwaltung_eingabe{
	float:left;
	width:80px;
}

#passwortVerwaltung{
	margin-bottom:20px;
}

.passwortVerwaltung_eingabe{
	float:left;
	width:80px;
}

#einloggenVerwaltung{
	margin-bottom:20px;
	margin-left:177px;
}

#benutzerVerwaltung input,
#passwortVerwaltung input,
#einloggenVerwaltung input{
	border:1px solid #ccc;
}

/******************************************************/
/*** Verwaltung allgemein                           ***/
/******************************************************/
.verwaltung_container{
	width:630px;
	background:#FFF;
	font-size:10px;
	color:#999;
	border-top:1px solid #000;
	float:left;
	padding-top:35px;
	padding-bottom:30px;
}

.verwaltung_container span{
	color:#39c;
}

#inputfelder_login{
	padding-left:10px;
}

.benennung{
	float:left;
	line-height:17px;
}

.eingabe{
	width:300px;
	height:20px;
	float:right;
	border:1px solid #000;
}
.eingabe2{
	width:300px;
	height:20px;
	float:right;
}

.durchsuchen{
	width:302px;
	float:right;
}

.daten_speichern{
	width:470px;
	height:30px;
	margin-top:10px;
	text-transform:uppercase;
	clear:both;
}

a.linkbox_daten_speichern{
	width:11px;
	height:11px;
	float:right;
	margin-top:2px;
	margin-right:291px;
	background-image:url(../images/linkbox_passiv.jpg);
}

a.linkbox_daten_speichern:hover{
	background-image:url(../images/linkbox_aktiv.jpg);
}

.eingabe input{
	border:none;
	height:17px;
	margin:0;
	outline:none;
	width:295px;
	padding:3px 0 0 5px;
}

.eingabe select{
	border:none;
	height:20px;
	margin:0;
	padding:0;
	width:300px;
}

.textfeld{
	width:517px;
	float:right;
	border:1px solid #000;
}

.textfeld textarea{
	outline:none;
	border:none;
	margin:0;
	width:517px;
	height:400px;
}


#inputfelder_login input[type="text"],
#inputfelder_login input[type="password"]{
	border:1px solid #CCCCCC;
	padding-left:5px;
	width:200px;
	float:left;
	font-size:11px;
	font-weight:normal;
}

#login input[type="submit"]{
	border:1px solid #CCCCCC;
	background:none;
	float:left;
	margin-left:115px;
	margin-bottom:30px;
	width:80px;
}

#submenue_verwaltung_container{
	width:226px;
	border-top:1px solid #666;
	float:right;
	margin-bottom:40px;
}

#submenue_verwaltung_container h1{
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
	margin:0;
	margin-top:-17px;
	padding-left:5px;
}


/******************************************************/
/*** Kunden Übersicht                               ***/
/******************************************************/
.kunde_uebersicht_box{
	width: 335px;
	height:135px;
	border-bottom:1px solid #ccc;
	margin:15px 0;
}

.kunde_uebersicht_links{
	width: 165px;
	float:left;
}

.kunde_uebersicht_rechts{
	width: 145px;
	float:right;
	font-size:11px;
	line-height:17px;
	text-transform:uppercase;
}

.kunde_uebersicht_rechts input{
	width: 33px;
	float:right;
	margin-top:2px;
	border:1px solid #000;
}

.kunde_uebersicht_rechts .position{
	width:169px;
}

.kunde_uebersicht_rechts span{
	color:#39c;
}

span.rot{
	color:#F00;
}

.kunde_uebersicht_box img{
	margin-bottom:15px;
}

.kunde_uebersicht_box .text{
	color:#39c;
	font-size:11px;
	text-transform:uppercase;
}

a.linkbox{
	width:11px;
	height:11px;
	float:right;
	margin-top:2px;
	background-image:url(../images/linkbox_passiv.jpg);
}

a.linkbox_rot{
	width:11px;
	height:11px;
	float:right;
	margin-top:2px;
	background-image:url(../images/linkbox_passiv_rot.jpg);
}

a.linkbox:hover{
	background-image:url(../images/linkbox_aktiv.jpg);
}

a.linkbox_rot:hover{
	background-image:url(../images/linkbox_aktiv_rot.jpg);
}

input[type="submit"]{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #000000;
	color:#999;
}


/******************************************************/
/*** Kunden Anlegen                                 ***/
/******************************************************/
#kunden_name{
	width:470px;
	height: 35px;
	text-transform:uppercase;
}

#kunden_bild{
	width:470px;
	height:30px;
	text-transform:uppercase;
}

#kunden_text{
	height:410px;
	text-transform:uppercase;
	margin-top:20px;
}


/******************************************************/
/*** Kunden Bearbeiten                              ***/
/******************************************************/
#kunde_bearbeiten_geladenes_thumbnail{
	height:115px;
	text-transform:uppercase;
	margin-top:20px;
}

#kunde_bearbeiten_thumbnail{
	float:left;
	margin-left:80px;
	margin-bottom:10px;
}

#kunde_bearbeiten_startbild{
	float:left;
	margin-left:95px;
	margin-bottom:10px;
	
}

.kunde_bearbeiten_durchsuchen{
	width:300px;
	margin-left:168px;
}

/******************************************************/
/*** Projekt anlegen                                ***/
/******************************************************/
#kunden_waehlen{
	width:470px;
	text-transform:uppercase;
}

#gewaelter_kunde{
	width:470px;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-left:169px;
}

#gewaelter_kunde text{
	color:#39c;
}

#gewaelter_kunde img{
	display:block;
	margin-top:20px;
	margin-bottom:15px;
}

#gewaelter_kunde .text{
	color:#39c;
}

#projekt_name{
	width:470px;
	height: 30px;
	text-transform:uppercase;
}

#projektbezogener_text_auswahl{
	width:179px;
	height: 30px;
	font-size:11px;
	text-transform:uppercase;
}

#text_projektbezogen{
	height:410px;
	text-transform:uppercase;
}


/******************************************************/
/*** Bilder bearbeiten                              ***/
/******************************************************/
.bild_bearbeiten_box{
	height:135px;
	margin:15px 0;
	overflow:visible;
}

.bild_bearbeiten_links{
	width: 194px;
	float:left;
}

.bild_bearbeiten_rechts{
	float:left;
}

.bild_bearbeiten_rechts_kurz{
	width: 145px;
	font-size:11px;
	line-height:17px;
	text-transform:uppercase;
}

.bild_bearbeiten_rechts_lang{
	font-size:11px;
	width:436px;
	line-height:17px;
	text-transform:uppercase;
}

.bild_bearbeiten_rechts_lang .benennung{
	margin-top:4px;
}

.bild_bearbeiten_rechts_lang .eingabe{
	margin-top:1px;
}

.bild_bearbeiten_rechts_lang select{
	float:right;
}

.bild_bearbeiten_rechts_lang .position{
	float:left;
	width:169px;
	margin-top:5px;
}

.bild_bearbeiten_rechts_lang input{
	width: 33px;
	float:right;
	margin-top:-1px;
	border:1px solid #000;
}

.bild_bearbeiten_box img{
	margin-bottom:15px;
}

.bild_bearbeiten_box .text{
	color:#39c;
	font-size:11px;
	text-transform:uppercase;
}

#projekt_waehlen{
	width:470px;
	text-transform:uppercase;
}


/******************************************************/
/*** Bilder einf&uuml;gen                           ***/
/******************************************************/
#geladene_bilder{
	width:470px;
	text-transform:uppercase;
	margin-bottom:10px;
}

#geladene_bilder img{
	float:right;
}

.textfeld_geladene_bilder{
	float:left;
	line-height:17px;
	width:180px;
}

a.linkbox_geladene_bilder{
	width:11px;
	height:11px;
	float:right;
	margin-top:2px;
	background-image:url(../images/linkbox_passiv.jpg);
}

a.linkbox_geladene_bilder:hover{
	background-image:url(../images/linkbox_aktiv.jpg);
}

.projekt_anlegen_trenner{
	height:1px;
	border-bottom:1px solid #ccc;
	margin:10px 0 20px 0;
}

#bild_waehlen{
	width:470px;
	height: 30px;
	text-transform:uppercase;
}

#bild_beschreibung{
	width:470px;
	height: 30px;
	text-transform:uppercase;
}

#datei_typ{
	width:470px;
	height: 30px;
	text-transform:uppercase;
}


/******************************************************/
/*** News				                            ***/
/******************************************************/
#kunde_bearbeiten_newsbild{
	float:left;
	margin-left:123px;
	margin-bottom:10px;
	
}


/******************************************************/
/*** Teaser				                            ***/
/******************************************************/
#teaser_bearbeiten_thumbnail{
	float:right;
	margin-right:125px;
	margin-bottom:10px;
}

#teaser_bild {
    height: 105px;
    text-transform: uppercase;
    width: 470px;
}

.teaser_bild {
    height: 105px;
    text-transform: uppercase;
    width: 470px;
}
