/* Stylesheet des Web Hartziel.de */

/* Body */
html, body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#5A554B;
	scrollbar-base-color:#4B4B4B;
	scrollbar-track-color:#5A554B;
	scrollbar-arrow-color:#FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFF00;
}

/* Hyperlinks */
a:link { color:#FFFF00; text-decoration:underline}
a:active { color:#FF0000; text-decoration:underline}
a:visited { color:#FFFFC8; text-decoration:underline}
a:hover { color:#FF0000; text-decoration:underline}
a:focus { color:#FF0000; text-decoration:underline}

/* Textformate */
.navi { 
	font-family: "Courier New", Courier, mono;
	font-size:120%;
	font-weight: bold;
}
.head { 
	font-family: "Courier New", Courier, mono;
	font-size:200%;
	color:#FF8000;
	font-weight: bold;
}
.titel { 
	font-family: "Courier New", Courier, mono;
	font-size:150%;
	font-weight: bold;
}
.haupttext { text-align:justify;}
.kleintext {
	font-weight:normal;
	font-size:80%;
}
.rubrik {
	color:#FF8000;
	text-decoration:underline;
	font-weight: bold;
}
.credit {
	color:#FF8000;
	font-weight: bold;
}
.achtung { background-color:#FF0000;
}
hr { 
	color:#FFFF00;
	background-color:#FFFF00;
}

/* gTranslate */
a.gflag {vertical-align:middle; font-size:16px; padding:1px 0; background-repeat:no-repeat; background-image:  url('images/gtrans_16.png');}
a.gflag img {border:0;}
a.gflag:hover {background-image: url('images/gtrans_16a.png');
}
