* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #545454;
	font-size: 12px;
	background-color: #d0d0d0;
}

a:link,     
a:visited, 
a:hover,     
a:active { 
 	text-decoration: underline;
	font-weight: bold;
	color: #85a3d5; 
}


.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 1000px;
}


.header #impressum a,
.header #impressum a:link,
.header #impressum a:visited,
.header #impressum a:active {
	margin-right: 20px;
	color: #ffffff;
	text-decoration: none;
}

.header #impressum a:hover {
	text-decoration: underline;
}


.main {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat; 
	height: 20px;
	width: 1000px;
}

h1 {
	margin: 20px 0px 10px 0px;
	color: #545454;
}

h2, h3, h4, h5, h6 {
	font-size: 16px;
	margin-top: 40px;
}

.menu_right {
	width: 170px;
	padding-top: 15px;
	font-family: Arial;
	background-color: #acb7c9;
}

.menu_right ul {
	margin-right: 10px;
	padding: 0px;
	list-style-type: none;
}

.menu_right ul li {
	display: inline;
}

.menu_right ul li a,
.menu_right ul li a:active,
.menu_right ul li a:visited,
.menu_right ul li a:link {
	color: #ffffff;
	background-color: #acb7c9;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	margin-top: 10px;
	border-bottom: 1px dotted #545454;
}

.menu_right ul ul li a:hover {
	text-decoration: underline;
}



.menu_right ul ul li {
	display: inline;
}

.menu_right ul ul li a,
.menu_right ul ul li a:active,
.menu_right ul ul li a:visited,
.menu_right ul ul li a:link {
	color: #ffffff;
	line-height: 10px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	margin-top: 10px;
	border: none;
	margin-left: 5px;
}

.menu_right ul ul li a:hover {
	text-decoration: underline;
}


.menu_right ul ul ul li {
	display: inline;
}

.menu_right ul ul ul li a,
.menu_right ul ul ul li a:active,
.menu_right ul ul ul li a:visited,
.menu_right ul ul ul li a:link {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	color: #545454;
	line-height: 10px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	margin-top: 10px;
	border: none;
	margin-left: 15px;
	font-size: 11px;
}

.menu_right ul ul ul li a:hover {
	text-decoration: underline;
}




.content {
	background-image: url(images/content-rep.jpg); 
	background-repeat: repeat-y;
}

.text .ecards img {
	border: 1px solid #545454;
}


.text {
	background-color: #ffffff;
	padding: 10px;
	float: left;
}

.text hr {
	margin-top: 15px;
}

.text {
	color: #545454;
line-height: 25px;
}

.text p {
	margin-top: 10px;
	margin-top: 10px;
	line-height: 25px;
	color: #545454;
}

.text ul li {
	margin-left: 50px;
	line-height: 25px;
}


.text b {
	color: #545454;
}




.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 150px;
	text-align: center;
}


.footer a,
.footer a:visited,
.footer a:link,
.footer a:hover,
.footer a:active {
	color: #ffffff;
	text-decoration: none;
}


