/*
** Version   : 28.09.07 / 0.1.3
** Datei     : styles_popup.css 
** Funktion  : Stylesheet fuer PopUp
** LayoutKey : swisstypo3default
** Changes   :
*/

body {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
	text-align: center;
}


.popup .content {
}
.popup .close_window {
}

