/* CSS - Copyright by Stefan Toschinski <tosste@gmx.de> */

html { 
	height: 100%; 
	padding: 0px; 
}

body { 
	height: 100%; 
	width: 800;
	padding-top: 0px; 
	font-family: Verdana, sans-serif;
	background-color: #ffffff;
	overflow: auto; 
}

img {
	border: 0px;
}

.topleiste {
	text-align: center;
	width: 800;
}

.topnavigation{
	text-align: right;
	font-family: Arial
	font-size: small
	text-decoration:none;
	color: #FFFFFF;
	background-color: #006600;
	width: 800px;
}

.linksnavigation{
	float: left;
	margin-top: 0;
	font-family: Arial
	background-color: #FFFFFF;
	height: 440px
	width: 150px;
}

.inhalt{
	width: 640;
	margin-top: 10px; 
	margin-left: 160PX;
}

.caption{
	font-size: small
}

plugin.tx_srfreecap_pi1 {
	useWordsList = 1
	defaultWordsList = fileadmin/.ht_default_freecap_words.txt
	morphFactor = 0.1
}

plugin.tx_veguestbook_pi1 {
	allowedTags = <b>,<i>,<u>,<strong>,<em>
}

a.topnav:link { color: #FFFFFF; text-decoration:none; font-size: small}
a.topnav:visited { color: #FFFFFF; text-decoration:none; font-size: small}
a.topnav:active	{ color: #FFFFFF; text-decoration:none; font-size: small}
a.topnav:hover { color: #FFFFFF; text-decoration:underline; font-size: small}
a.topnav:focus { color: #FFFFFF; text-decoration:underline; font-size: small}