/* (c) 2001 - 2007, EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
*/


/* Aufteilung */
.header                  { width:737px; height: 200px; margin: auto; }
.header .navigation      { width:737px; height: 143px; margin-top: 20px; }

.main                    { width:737px; margin: auto; } 
.main .content           { width: 737px; padding: 10px; }

.footer                  { width: 737px; height: 290px; margin: auto; }
.footer .base            { margin-top: 10px; s}



/* Basisdefinitionen */
*                        { font-family: Arial, Helvetica, Sans Serif; font-size: 18px; font-weight: normal; color: #444444; }

html                     { margin: 0px; padding: 0px; height:100%; } 
body                     { margin: 0px; padding: 0px; height:100%; text-align:center; }

a:link                   { color: #000000; text-decoration: none; }
a:visited                { color: #000000; text-decoration: none; }
a:hover                  { color: #000000; text-decoration: underline; }
a:active                 { color: #000000; text-decoration: none; }

h1                       { color: #006699; font-size: 22px; margin-bottom: 15px; }
h2                       { font-weight: bold; margin-bottom: 10px; }

b			             { font-weight: bold; }
strong		             { font-weight: bold; }
i				         { font-style: italic; }
img				         { border: 0px; }
p				         { padding: 0px 0px 0px 0px; }

ul				         { margin-top: 5px; margin-bottom: 5px; }
ol				         { margin-top: 5px; margin-bottom: 5px; }
ul li			         { list-style : square; }

hr				         { border: 0px solid #000000; height: 1px; background: #000000 url(../pics/layout/trans.gif); }




