/* Erstellt von Michael Kranz (michael.m.kranz(at)eads.com) */
/* Dieses Style-Definitionen sind für die Seite vmxt.de */

/* Auf jeder Seite wird ein Hintergrundbild (VMXT-Ping) dargestellt */
body        {	background-color:#FFFFFF; background-image:url(images/background.png); 
				background-repeat:no-repeat; background-attachment:fixed; 
				background-position:20px 70px; 
				font-size:12pt; font-family:Arial,sans-serif; text-align:left; }

/* Überschriften im Text */
h6          { font-weight:bold; font-size:9pt; }
h5          { font-weight:bold; font-size:11pt; }
h4          { font-weight:bold; font-size:13pt; }
h3          { font-weight:bold; font-size:15pt; }
h2          { font-weight:bold; font-size:17pt; color:#000080; }
h1          { font-weight:bold; font-size:19pt; color:#000080; }

/* Links */
a:active	{ padding:0; color:#CC0000; }
a:link		{ padding:0; color:#CC0000; }
a:visited	{ padding:0; color:#CC0000; }
a:hover		{ color:#8080FF; }

/* anderer Standard-Elemente */
p           { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:12pt; }
td          { padding-bottom:3px; }
th          { margin-left:10pt; font-weight: bold; font-size:14pt; text-align:left; }

/* Überschriften der Seiten (z.B. Home, Impressum, ...) */
#chap       { font-weight:bold; font-size:24pt; color:#000080; margin-left:0pt; margin-bottom:12pt; }

/* Copyright-Symbol im Text */
#cr         { font-size:smaller; vertical-align:top; }

/* eMail-Bilder (Höhe: 22px) */
#email      { display:inline; position:relative; top:5px; }
