/* 
	project:  AHD-Hamburg
*/

* {
	margin: 0;
	padding: 0;
}
* body {
	font: .74em Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.64em;
	background: #fff;
	color: #000;
}
a {
	color: #E5194A;
	text-decoration: none;
}
a:hover {
	color: #808080;
	background: inherit;
}
.red {
	color: #E5194A;
	font-family: Arial, Helvetica, sans-serif;
}
.white {
	color: #fff;
}
p {
	margin: 0 0 15px 0;
}
h1 {
	font: normal 2.4em Georgia, Arial, Sans-Serif;
	margin: 15px 0 0 5px;
}
h1 a:hover {
	color: #E4FFD3;
	background: inherit;
}
h2 {
	font: bold 1.6em Arial, Sans-Serif;
	margin: 0 0 12px;
}
h4 {
	color: #808080;
	background: inherit;
	font-weight: normal;
	font-size: .9em;
}
#content {
	width: 920px;
	margin: 0 auto;
}
#logo {
	float: left;
	border-bottom: 5px solid #FFF;
	height: 58px;
	width: 50px;
}
#menu {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	margin: 7px 0 5px;
	border-bottom: 5px solid #e0e0e0;
}
#menu li {
	font-size: 1.1em;
	display: inline;
}
#menu li a {
	padding: 17px 15px 0 10px;
	margin: 0 45px 0 0;
	background: url(../images/menuarrow.jpg) no-repeat 10px 5px;
	color: #E5194A;
	border-left: 1px solid #e0e0e0;
}
#menu li a:hover {
	color: #E5194A;
	border-left: 1px solid #E5194A;
	background: url(../images/menuarrow_red.png) no-repeat 10px 5px;
}
#menu li a:activ {
	color: #E5194A;
	border-left: 1px solid #E5194A;
	background: url(../images/menuarrow_red.png) no-repeat 10px 5px;
}
#intro {
	clear: both;
	background: #fff url(../images/teaser.png) no-repeat;
	color: #333;
	height: 150px;
	padding: 10px 0 0 0px;
	margin-top: 10px;
}
#intro h1 {
	margin: 0;
	background: #666666 url(../images/h1bg.jpg) repeat-x bottom;
	display: inline;
	color: #F00;
	padding: 2px 5px;
}
#intro p {
	margin: 0;
	color: #808080;
	font-weight: bold;
	font-size: .9em;
}
#left {
	clear: left;
	float: left;
	width: 550px;
	padding: 0 34px 0 5px;
	margin: 15px 0 15px;
}
#left img {
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
	margin: 0 15px 5px 0;
}
#articles {
	margin: 10px 0 0 0;
}
#articles li {
	border-top: 1px solid #cecece;
	list-style: none;
	float: left;
	width: 330px;
	background: #ECF1F7 url(../images/newslist.jpg) no-repeat bottom;
	padding: 4px 8px;
	margin: 0 15px 0 0;
}
#articles li a {
	background: url(../images/menuarrow.jpg) no-repeat 0 5px;
	padding: 0 0 0 8px;
}
#articles li.last {
	margin: 0;
}
#right {
	position: relative;
	top: 0px;
	margin: 0 15px 0 0;
	padding: 15px;
	float: right;
	width: 284px;
	font-size: 0.9em;
	background: #fff;
	border: 1px solid #e0e0e0;
}
#right_top {
	position: relative;
	top: -10px;
	margin: 0 15px 0 0;
	padding: 15px;
	float: right;
	width: 284px;
	font-size: 0.9em;
	background: #fff;
	border: 1px solid #e0e0e0;
}
#right img {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0 0 8px;
}
#left a {
}
#left h3 {
	border-bottom: 1px solid #eee;
	padding: 0 0 7px;
	margin: 0 0 15px 0;
}
#right h2 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px;
}
#right h4 {
	border-bottom: 1px solid #ccc;
	background-image: url(../images/hh.jpg);
	height: 178px;
}
#right h5 {
	border-bottom: 1px solid #ccc;
	color: #E5194A;
	font: bold 1.6em Arial, Sans-Serif;
	text-align:center;
	margin-bottom: 15px;
	margin-top: 15px;
}
#right .info {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 8px;
}
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 5px;
	font-size: .9em;
	color: #9b9b9b;
	background: #fff;
	text-align:right;
}
#footer a {
	color: #E5194A;
	background: #fff;
}
.right {
	float: right;
	padding: 7px 0 0 15px;
}
