
body, table {
font-size: 9pt;
color: black;
font-family: "Arial"; 
}

A:hover {														/*Link bei Mouseover... Sonst wie oben*/
font-size: 9pt;
color: black; 
font-family: "Arial"; 
}

A:link {																/*Allgemein: Link*/
color: black; 														/*Link: Farbe*/
text-decoration: none; 										/*Dekoration: keine (also keine Linie unter dem link)*/
font-size: 9pt; 													/*schriftgrösse*/
font-family: "Arial";
text-decoration: underline;
}

A:visited {															/*Besuchter Link, sonst alles wie oben :)*/
color: black;
text-decoration: none; 
font-size: 9pt; 
font-family: "Arial";
text-decoration: underline;
}

.style {
font-size: 9pt;
color: black;
font-family: "Arial"; 
}



div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input,textarea,select {
	background-color: #BFDEFF;
	border: 1px solid black;
	font-size: 9pt;
	color: black;
	font-family: "Arial";
	z-index:0;
}

.content_table {
	font-size: 9pt;
	color: black;
	font-family: "Arial";
}


/* ERRORS & MESSAGES */

#global_layer_close a {
	background-color: #BFDEFF;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 40px;
	font-weight: bold;
	z-index:99;
	text-decoration: none;
	border: 1px solid black;
	position:relative;
	padding-left:10px;
	padding-right:10px;
	font-size:1.4em;
}

#global_layer_close_x a {
	background-color: BFDEFF;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 10px;
	font-weight: bold;
	z-index:99;
	top: 2px;
	right: 2px;
	text-decoration: none;
	border: 1px solid black;
	text-align: center;
	font-size: 10px;
	position:absolute;
	padding:2px;
}

#global_layer_header {
	
	font-weight: bold;
}

#global_layer {
	background: #9999AF;
	position:absolute;
	top:300px;
	right:250px;
	min-width:400px;
	min-height:100px;
	border: 6px groove #333399;
	z-index:99;
	padding:4px;
	font-size: 9pt;
	color: black;
	font-family: "Arial";
}
