@charset "utf-8";
/* CSS Document */

/*general settings*/
* {
/*aussen- und innenabstände*/
margin:0px;
padding:0px;
/*img*/
border:0px;
/*table*/
/*border-collapse:collapse;*/
border-spacing:0px;
}
 
body{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-left: 0px;
	background-color:#FFD5A6;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: green;
	border-right-color: green;
	border-bottom-color: green;
	border-left-color: green;
	background-image: url(../bilder/sidebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	position: static;
}

a:link {
	color:#810022;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-style:italic;
	
}

a:visited {
	color:#810022;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline overline;
	color: green;
	text-transform: none;
	font-weight: bold;
	
}

a:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

ul {
	padding-left: 50px;
}
li{	font-size: 12px;
	text-align: left;
	padding-top: 2px;
	margin-left: 10px;
	list-style-type: disc;
}
h1,h2,h3,h4,h6 {
	font-weight: bold;
	padding-left: 45px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	}
p {
	padding-left: 50px;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-top: 5px;
}

h1 {
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0.1em;
	color: #810022;
	padding-bottom: 20px;
	font-weight:bold;
	padding-top: 30px;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	padding-top: 5px;
	color: green;
	padding-bottom: 10px;
	font-weight:bold;
}


/*classes*/
.hide {
	visibility: hidden;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	overflow: hidden;
}
.small {
	font-size: 9px;
}

.normal {
	font-style: normal;
}

.normal a:link {
	color:#810022;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-style: normal;
	}
	
.normal a:visited {
	color:#810022;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
.normal a:hover {
	text-decoration: underline overline;
	color: green;
	text-transform: none;
	font-weight: bold;
	
}

.normal a:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
/*body & text + image elements*/

div#content {
	
	position: relative;
	left: 60px;
}

div#footer {
	font-size: 10px;
	position: relative;
	left: 10px;
	font-style: normal;
	letter-spacing: 0.1em;
	word-spacing: normal;
	padding-bottom: 40px;
	bottom: 15px;
	margin-bottom: 40px;
	height: auto;
	width: auto;
	padding-top: 10px;
}

