/* DATEI: hazard.css */

/*

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:21px; margin-bottom:18px; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h4 { font-size:13px; }

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

li { margin-top:3px; }

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

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

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

blockquote,cite { font-style:italic; }

.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }

.code { background-color:#FFFFE0; }

.tabxpl { background-color:#E4EEFF; }

*/

body { 
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #C0C0C0;
	margin: 0px;
	background-color: #ffffff;
	color: #707070;
	font-family: arial;
	font-size:14px;
	} 

.fixedbg {
	/* background: url(images/mainbg.gif) no-repeat fixed left top; */
	background-color: #ffffff;
	}
	
.logobg {
	/* background: url(images/logobg.gif) no-repeat fixed left top; */
	background-color: #ffffff;
	}

/* .bg is unused */	
.bg {
	/* background: url(images/bg.gif); */
	background-color: #000000;
	}

.content {
	margin:10px;
	}	
	
.small {
	font-size:9px;
	}
	
.mediumsmall {
	font-size:11px;
	}

.medium {
	font-size:16px;
	}
	
.mediumbig {
	font-size:20px;
	
	}

.big {
	font-size:24px;
	}
	
.text {
	text-align: justify;
	margin-right: 5px;
	}

a:link {
	color: #808080;
	}
a:visited { 
	color: #707070;
	}
a:hover { 
	color: #303030;
	background-color: #C0C0C0;
	}
a:active { 
	color: #303030;
	background-color: #a0a0a0;
	} 
	
a.menu:link {
	color: #808080;
	text-decoration: none;
	}
a.menu:visited { 
	color: #808080;
	text-decoration: none;
	}
a.menu:hover { 
	color: #303030;
	background-color: #C0C0C0;
	text-decoration: none;
	}
a.menu:active { 
	color: #303030;
	background-color: #a0a0a0;
	text-decoration: none;
	} 
	
a.silent:link {
	color: #808080;
	text-decoration: none;
	background-color: transparent;
	}
a.silent:visited { 
	color: #808080;
	text-decoration: none;
	background-color: transparent;
	}
a.silent:hover { 
	color: #808080;
	text-decoration: none;
	background-color: transparent;
	}
a.silent:active { 
	color: #808080;
	text-decoration: none;
	background-color: transparent;
	} 

.hover { 
	text-decoration: none;
	color: #303030;
	background-color: #C0C0C0;
	}
	
a img { 
	border: none; 
	}
	
table {
	margin: 0px;
	}
	
.fixed {
	overflow: scroll;
}
