/*=============================================================================
 *
 * Standard Stylesheet für KAZ Online
 *
 * Autor: Felix Meinhold (fmeinhol@cs.tu-berlin.de)
 *
 *
 * 
 * ---------------------------------------------------------------------------
 *
 * Verwendete Farben:
 *
 *
 * Dunkelblau  : #436976
 * Hellblau    : #DEE7EC
 *
 *=============================================================================*/



body {
	font-family	  : Tahoma, sans-serif !important;
	font-size	  : small;
	color			  : #000000;
	background	  : transparent;
	letter-spacing: 0.2ex;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	background-color:transparent;
}

h1 { font-size:medium; }
h2 { font-size:small ; }
h3 { font-size:x-small;}
h4 { font-size:xx-small;}


#header {
	
	border-top-style:solid;
	border-top-width:1em;
	border-top-color:#DEE7EC;
	
	position:absolute; top:0; left:0; 
	height:100px;
	width:100%;
	background-image:url('../Library/Caches/TemporaryItems/Transmit/pic/bg.gif'); 
	z-index:3; 
}

#main {
	position:absolute; top:100px; bottom:auto; left:0; 
	padding:2em;
	width:100%;
	border-left-style:solid;
	border-left-width:40px;
	border-left-color:#DEE7EC;
	z-index:0;
	height:1024px;
}

img#logo {
	margin-left:2em;
	padding-top:2px;
}

span#schriftzug {
	font-family: Arial, sans-serif;
	font-size:14pt;
	font-weight:bold;
	padding-left:1em;
}

/*----------------------------------------------------------------------------*
 * Standard Form Elemente (buttons, textfelder usw)
 *----------------------------------------------------------------------------*/

input[type='submit'] {
	font-size:x-small;
 	border:ridge solid #8CACBB;
	background-color:#DEE7EC;
	color:#000000;
	cursor:pointer;
	-moz-border-radius:5px;
}

/*----------------------------------------------------------------------------*
 * Standard Link Style
 *----------------------------------------------------------------------------*/

a {
	text-decoration:none;
	font-size:small;
	color:#436976;
}

a:hover {
	text-decoration:underline; 
	font-weight:bold;
}


