/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 100% Helvetica, georgia, Arial, sans-serif;
	line-height: 1.88889;
/*	color: #555753; */
	background: #fff 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: green;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #cc0aee;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
acronym {
	border-bottom: none;
	}
    
table
{
	border-collapse:collapse;
}
table, th, td
{
	border: 1px solid black;
}
th, td
{
	padding:4px;
}
th
{
	background-color:green;
	color:white;
}

a img {
	border: none;
}


.noborder {
    border: none;
    border-collapse: collapse;
    padding: 2px;
}

.accesskey {
	text-decoration: underline;
	}


.lastchange {
	font-size: x-small;
	text-align: right;
}

.copyright {
	font-size: x-small;
	text-align: right;
}
.back {
	font-size: small;
}
.impressum {
	font-size: small;
    text-align: center;
}

.small {
	font-size: small;
}

.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.center {
    align: center;
    text-align: center;
}
.underline {
    text-decoration: underline;
}
