/*
##	
# Style-Sheet für http://www.holzinform-waf.de
# Tischlerei Gernot Wohletz
# (c) Hagen Tarner
##
*/


	html,body {
		margin:0;
	}

	html {
		padding:0;
	}

	body {
		padding:20px;
		font-family:verdana;
		font-size:0.7em;
		background-color: #FFFCDB;
	}
	
/* redefined Tags */
	h1 {
		font-size:1.5em;
	}	
	
	ul {
		list-style-type: none;
		font-weight:bold;
		line-height:17px;
		padding-left:5px;
		margin-left:3px;
	}

	ul img {
		border: none;
	}

	ul a:link { font-weight:bold; color:#000000; text-decoration:none }
	ul a:visited { font-weight:bold; color:#000000; text-decoration:none }
	ul a:hover { font-weight:bold; color:#000000; text-decoration:underline }
	ul a:active { font-weight:bold; color:#000000; text-decoration:underline }
	ul a:focus { font-weight:bold; color:#000000; text-decoration:underline }	
	
	li#child {
		font-weight:normal;
		padding-left:5px;
		margin-left:1px;
	}	
	
	input {
		border: 1px solid #FECA00;
		background-color: #FCFBF3;
	}

		
/* custom styles */	
	.content {
		padding-top:10px;
		padding-left:20px;
	}
	
	.content a {
		color:#FFB000;
	}	

	.content img {
		border: 1px solid #FECA00;
	}	
	
	.content ul {
		list-style-type:circle;
		font-weight:normal;
		padding-left:50px;
	}	
	
	.content li a {
		color:#FFB000;
	}		
	
	.tableout {
		border: 1px solid #FECA00;
		margin:auto;
	}
	
	.footer {
		padding-top:10px;
		padding-bottom:5px;
		font-size:0.8em;
		text-align:center;
	}	
