/* Stil-Vorlagen für henkel-ficon.de */
/* (C) 2004 GSF German Software Factory */

table.layout {
	border:0px;
	border-collapse:collapse;  
}

/* Hintergrund */
body {
	background-image:url('images/stonbk.jpg');
	background-color:#E1E2DD; /* Hintergrundfarbe */
	color:#000000;            /* Schriftfarbe */
	font-family: Arial, sans-serif;
}

/* Verknüpfungen */
a:link {       
	/*color:#990033;             /* weinrot für normale Links */
    color:#993300;
	text-decoration:underline; /* unterstrichen */
}

a:visited { 
	/*color:#660033;             /* etwas dunkler für schon besuchte Links */
    color:#CC6633;
	text-decoration:underline; 
}

a:active, a:hover { 
	text-decoration:underline; 
}

/* Seitenbanner */
table.header {
	border-spacing:0px;
	border:0px;
	margin:0px;
	padding:0px;
}

h1.banner { 
	/*font-family:'MS Serif','Times New Roman',Times,serif; */
	font-size:33px;
	font-weight:bold;
    text-align:center;
    line-height:60px;
    vertical-align:middle;
	width:600px;
	height:100px;
	margin:0px;
	/*color:#333377;*/
    /*background-image:url('images/frankfurt-skyline-4.gif');*/
}

.main {
	width:680px;
}

iframe {
	width:745px;
	height:480px; 
	border:1px;
}
iframe.ex {
	width:780px;
	height:480px; 
	border:1px;
}
iframe.kontakt {
	width:520px;
	height:600px;
}

/* Schriftarten */
h1, h2, h3, h4, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i 
{
 /*font-family:Arial,sans-serif; */
}

h1 { font-size:26px; margin-bottom:18px; }

h2 { font-size:16px; margin-bottom:18px; }

h3 { font-size:16px; }

h4 { font-size:13px; }

p, ul, ol, li, div, td, th, address, blockquote { font-size:13px; }

li { 
	margin-top:3px;
	list-style-image:url('images/bullet1.gif');
}
li li { 
	margin-top:3px;
	list-style-image:url('images/bullet2.gif');
}

pre { font-family:Courier New,Courier,monospace; font-size:13px; color:#0000C0; }

code, kbd, tt { font-family:Courier New,Courier,monospace; color:#0000C0; }

var { font-style:normal; color:#0000C0; }

blockquote, cite { font-style:italic; }

/* Navigationsleiste class="nav" */

div.nav { height:480px;width:180px; }

.nav div{ 
	width:170px; 
	height:30px;
	line-height:30px;
	font-family:Arial,sans-serif;
	margin-bottom:10px;
	background-image:url('images/sand1.gif');
	background-repeat:repeat-x;
	text-align:center;
}

.nav a {
      white-space:nowrap;
      color:#FFFFCC;
	  text-decoration:none;
      font-weight:normal;
      vertical-align:middle;
}
.nav a:hover {
      white-space:nowrap;
      color:black;
	  text-decoration:none;
      font-weight:bold;
      vertical-align:middle;
}
.nav a:visited, a:active {
      white-space:nowrap;
      color:#FFFFCC;
	  text-decoration:none;
      font-weight:bold;
      vertical-align:middle;
}
