/*
** Author    : t3media AG
** Version   : 0.1.6
** Datei     : styles_popup.css
** Desc      : Stylesheet fuer PopUp
** LayoutKey : t3media_def
** Changes   : 21.02.08 - pf - create file version
**             24.04.08 - eb - new categories
**             09.07.08 - pf - link color geaendert
*/

body {
	margin:0px 0px 0px 0px;
	background-color:#fcf9f9; /*@@LAYOUT:POPUP:BACKGROUND;Hintergrundfarbe der PopUp Seite@@*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:10pt;
	color:#000000; /*@@LAYOUT:POPUP:FONT:TEXT;Schriftfarbe der PopUp Seite@@*/
	text-align:center;
}

a, a:link, a:visited, a:hover, a:active {color:#000000;} /*@@LAYOUT:POPUP:FONT:LINK;Linkfarbe default@@*/

.popup .content {}
.popup .close_window {}

