/* ACHTUNG ... Temporär dynamisch - muss noch abgesegnet werden 

UNTEN ist die originalversion noch gespeichert
*/


/* Änderungen für das Popup */
body#popup {
	background-image: none;
}

body#popup #wrapper {
	background-image: none;
	margin: 0;
	width:90%;
}

body#popup #content-col-main {
	margin-top: 25px;
	width: 100%;
}

body#popup input.submit {
	margin-left: 30px;
}

body#popup p.abort {
	margin: 50px 0 20px 0;
}

body#popup p.close {
	margin: 20px 0 0 0;
	text-align: right;
}

body#popup p.close a {
	font-size: 0.9em;
	color: #a00000;
	padding-right: 17px;
	background-image: url(../media/icon-schliessen.gif);
	background-position: center right;
	background-repeat: no-repeat;
	text-decoration: none;
}

body#popup #footer {
	background-image: none;
	margin: 20px 0 0 0 ;
	padding: 0;
	color: #515151;
	border-top: 1px solid #E3001A;;
	font-size: 0.9em;
	width: 100%;
}

body#popup #footer p {
	margin: 0;
	padding: 5px 0;
}

/* Breitenangaben */
body#popup.image #wrapper, body#popup.image #content-col-main, body#popup.image #footer { 
	width: 532px !important;
}


/* temporär

Änderungen für das Popup 
body#popup {
	background-image: none;
}

body#popup #wrapper {
	background-image: none;
	margin: 0;
	width: 430px;
}

body#popup #content-col-main {
	margin-top: 25px;
	width: 430px;
}

body#popup input.submit {
	margin-left: 30px;
}

body#popup p.abort {
	margin: 50px 0 20px 0;
}

body#popup p.close {
	margin: 20px 0 0 0;
	text-align: right;
}

body#popup p.close a {
	font-size: 0.9em;
	color: #a00000;
	padding-right: 17px;
	background-image: url(../media/icon-schliessen.gif);
	background-position: center right;
	background-repeat: no-repeat;
	text-decoration: none;
}

body#popup #footer {
	background-image: none;
	margin: 20px 0 0 0 ;
	padding: 0;
	color: #515151;
	border-top: 1px solid #E3001A;
	font-size: 0.9em;
	width: 430px;
}

body#popup #footer p {
	margin: 0;
	padding: 5px 0;
}

/ * Breitenangaben * /
body#popup.image #wrapper, body#popup.image #content-col-main, body#popup.image #footer { 
	width: 532px !important;
}
*/