﻿/********************
Crealogix AG
07.02.2005, rgu
***
Stylesheet enthaellt alle Grundlegenden Elemente die zur Positionierung des
Layouts gehoeren. Ausserdem werden die Standard-Tags (BODY, FORM usw.) de-
finiert.
********************/


/* MAIN */

html, form {
	height: 100%;
	overflow: hidden;
}

/* Body-Container */
body 
{
	top: 0px;
	left: 0px; 
	bottom: 0px;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0; 
	overflow: hidden;
	background-color: #FFFFFF;
	font-size: 24px;
}

/* Form-Container */
form
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/* Head-Container */
#head {}

#content 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top:  0px;
}

	/* Headline-Elemente */
	h1 {
		padding: 0px 0px 0px 6px;
		margin: 0px 0px 0px 0px;
		top: 0;
		font-family: Arial Black;
		border-left: 1px solid #33CC99;
		border-top: 1px solid #33CC99;
		color: #000000;
		font-size: 20px;
	}
	h2 {
		padding: 0px 0px 0px 6px;
		margin: 0px 0px 0px 0px;
		top: 0;
		font-size: 18px;
		font-weight: normal;
		font-style: italic;
		font-family: Arial;
		border-left: 1px solid #33CC99;
		color: #000000;
	}
	
.border-position
{
/*
	position: absolute;
	left: -220px;
*/
}


/* ALLGEMEINE DEFINITIONEN */

img {
	border: 0;
}

a:link { /* <- <a>-Tag als Hyperlink */
	text-decoration: none;
	color: #000033;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px 
} 

a:visited { /* <- Besuchter Hyperlink */
	text-decoration: none;
	color: #000033;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px
} 

a:hover { /* <- Mouseover-Effekt (Mauszeiger ueber Hyperlink) */
	text-decoration: underline;
	color: #f66014;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px
} 

a:active { /* <- Aktiver Hyperlink (Tabstop bei Link) */
	text-decoration: none;
	color: #000033;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px
} 

a.header-bar-navigation-link {
	color: #FFFFFF;
	vertical-align: middle;
}

a:hover.header-bar-navigation-link {
	color: #FFFF00;
	vertical-align: middle;
}