
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Helvetica, Geneva, Arial, Verdana,  sans-serif;
	color: #878787;
	font-size: small;
}

html, body {
   background: #fff;
	font-size: 101%;
}

a:link {
   color: #4ba3b6;
   text-decoration: none;
}

a:visited {
   color: #4ba3b6;
   text-decoration: none;
}

a:hover {
   color: #4ba3b6;
   text-decoration: underline;
}

a:active {
   color: #4ba3b6;
   text-decoration: underline;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.xsmall {
   font-size: x-small;
}

.xbig {
   font-size: 3em;
	background-color: transparent;
	text-align: left;
	font-weight: bolder;
	padding-left: 10px;
}
;
}
.right {
   text-align: right;
}

.top {
   vertical-align: top;
}



h1 {margin-bottom: 10px;
}

h2 {
   font-size: small;
   padding-top: 10px;
}

p, ul {
   font-size: small;
   line-height: 1.5em;
   
}
ul {
   margin-left: 40px;
   list-style:  none;
	padding-top: 20px
}



/* Display */
#container {
			width: 795px;
			border: 1px solid #b5b5b5;
			margin: auto;
			margin-top: 35px;
			background-color: transparent;
			
		}

#logo {	margin: 0px;
			padding: 0px;
			padding-top: 25px;
			padding-right: 35px;
			padding-left: 35px;
			margin-bottom: 15px;
			background-color: transparent;
			text-align: right;
		}

#banner {margin: 0px;
			padding: 0px;
			margin-bottom: 0px;
			padding-left: 35px;
			padding-right: 35px;
			background-color: transparent;
			text-align: right;
		}

#content {
			margin-top: 30px;
			margin-left: 220px;
			padding-left: 20px;
			padding-right: 35px;
			background-color: transparent;
		}
		
#sidebar-a {
			padding-left: 45px;
			float: left;
			width: 175px;
			margin-top: 30px;
			background-color: transparent;
			
		}

#impressum {
			width: 795px;
			margin: auto;
			clear: both;
			margin-top: 10px;
			background-color: transparent;
		}
		
		
#impressum a:link {
   color: #b5b5b5;
}

#impressum a:visited {
   color: #b5b5b5;
}