/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2006-10-05
	Project: www.panhans.at
	Author: websLINE, 2006
	-------
*/



/* FORMATIERUNG */

body, a {
	font-family: Verdana, san-serif;
	font-size: 11px;
	color: #8A8B8D;
	}
input, textarea {
	font-family: Verdana, san-serif;
	font-size: 11px;
	}

h1 {
	font-size: 15px;
	color: #030;
/*	color: #5E572D;*/
	}
h2 {
	font-size: 13px;
	color: #5E572D;
	}
h3 {
	font-size: 12px;
	color: #666;
	}
h4 {
	font-size: 11px;
	color: #5E572D;
	}
h5 {
	font-size: 11px;
	color: #030;
	}
h6 {
	font-size: 13px;
	color: #666;
	}

#content h1 {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	width: 564px;
	background: url(img_bg-h1.gif) no-repeat 0px 6px;
	}
#content h5 {
	display: block;
	width: 564px;
	margin: 0;
	padding: 3px 0 0 0;
	background: url(img_bg-h5.gif) no-repeat 0px 6px;
	}
#box h6 {
	display: block;
	padding: 0px;
	margin: 10px;
	width: 240px;
	background: url(img_bg-box-h1.gif) no-repeat;
	}

#footer, #footer a {
	color: #fff;
 	font-size: 10px;
	}



/* LINK's  */

#head a {
	font-size: 10px;
	margin: 0 5px;
	text-decoration: none;
	}
#head a:hover {
	font-weight: bold;
	}

#content a {
	text-decoration: underline;
	}

#box a {
	color: #347778;
	text-decoration: none;
	}
#box a:hover {
	font-weight: normal;
	text-decoration: underline;
	}
	
#footer a {
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}

#websline {
	color: #999;
	text-decoration: none;
	font-size: 9px;
	}
#websline:hover {
	font-weight: bold;
	}