/* CSS Dokument */

* {margin: 0; padding: 0;}

body {
	background: #333 none repeat-y center;
	color: white;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;

}

p.info {
	color: yellow;
	float: left;
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}



p.hms {
	color: yellow;

	font: normal bold 2.5em Futura;
}

p.kursiv {
	 font-style:italic;
	margin-top: -25px;
}




h1 {
	margin-bottom: 10px;
	margin-top: 20px;
	font: 2em/1.2em Arial, Helvetica, Geneva, sans-serif;
}

/* font: normal 62.5% sans-serif; */

a {color: white;}
a:hover {
	color: yellow;
}
a:active {
	color: yellow;
}


a.top {
	text-decoration: none;
	color: white;
}

a.top:hover {
	text-decoration: none;
	color: white;
}


a.tn {
	text-decoration: none;
	color: white;
	font: 0.8em "Courier New", Courier, mono;
	vertical-align: bottom;
	background-color: white;
}

a.tn:hover{
	background-color: yellow;
}

a.tn:visited{
	background-color: yellow;
}





/*
a.tn {
	margin-right: 2px;
	background-image: url(image_tn_a.jpg);
	width: 15px;
	text-decoration: none;
	color: white;
	font: bold 0.8em "Courier New", Courier, mono;
	height: 15px;
}

a.tn:hover {
	background-image: url(image_tn_b.jpg);
	font-weight: normal;
	font-style: normal;
}

*/



a.navLink {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
}

a.navLink#active{
	color: yellow;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* container */


div#container {
	
	margin: 0 auto;
	width: 650px;

}

div#header {
	margin-top: 25px;
	height: 40px;
	margin-bottom: 15px;
	text-align: left;
	background: url(images/hms_logo.png) no-repeat;
	padding-top: 60px;
}

.titel {
		background: url(images/point_yellow.png) repeat-x 0 bottom;
	padding-bottom: 5px;
	margin-top: 10px;
	text-align: left;
	color: yellow;
	font-style: italic;
}

.menu {
	background: url(images/point_yellow.png) repeat-x 0 top;
	padding-top: 3px;
}

.submenu{
	background: url(images/point_yellow.png) repeat-x 0 bottom;
	padding-bottom: 5px;
}



div#content{
	padding-top: 20px;
	padding-bottom: 80px;
}

.artikel {
	background: url(images/point_yellow.png) repeat-x 0 bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.artikeltext {
	padding-bottom: 10px;
	padding-top: 10px;
}

.logo {
	text-align: center;
	padding-bottom: 20px;
}

.linie {
	background: url(point4.jpg) repeat-x 0 top;
}




.copyright {
	padding-top: 0;
	margin-top: 30px;
	font-size: 0.8em;
	text-align: right;
}



