
/* Content & Angebote */

#inhalt h1, #right h1, #left h1 {
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	color: #4d4d4d;
	text-decoration: bold;
	margin-bottom:4px;
}

#inhalt h2, #right h2, #left h2 {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #4d4d4d;
	text-decoration: bold;
	margin-top:14px;
	margin-bottom:1px;
}

#inhalt h3, #right h3, #left h3 {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #4d4d4d;
	text-decoration: bold;
	margin-top:2px;
	margin-bottom:3px;
}

#inhalt h4, #right h4, #left h4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1ca295;
	text-decoration: bold;
	margin-top:2px;
	margin-bottom:3px;
}

#inhalt hr{
	width:360px;
	height:1px;
	margin-top:22px;
	margin-bottom:22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#right .hr{
	width:360px;
	height:1px;
	margin-top:22px;
	margin-bottom:22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.input{
	border:solid #777777 1px;
}



/* MENU */

#mp a {
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	height: 29px;
	width: 165px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c5a400;
	display:block;
	line-height: 28px;
	color: #4d4d4d;
	text-decoration: none;
}

#mp a:visited {
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	height: 29px;
	width: 165px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c5a400;
	display:block;
	line-height: 28px;
	color: #4d4d4d;
	text-decoration: none;
}

#mp a:hover {
	color: #c5a400;
}

