/* Basics */

body {
	margin: 0;
	color: #2c2f30;
	font-family: 'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	background: white url(../sitemedia/hg.jpg) repeat fixed center center;
	padding-top: 20px;
}

img, div, a, input { behavior: url(/style/iepngfix.htc) }

img {
	margin: 0;
	padding: 0;
	border-width: 0;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	border-bottom: 2px dotted #959ea2;
	border-top-style: none;
}

li {
	font-size: 12px;
}

/* Designklassen */

.copyright {
	color: #7f7f7f;
	font-size: 9px;
	text-transform: uppercase;
}

.herstlogobalken {
	background: url(../sitemedia/logobalken.png) no-repeat right top;
}

.inh_titel {
	background: url(../sitemedia/inh_top.png) no-repeat;
	color: #52626b;
	text-transform: uppercase;
	padding-top: 20px;
	text-indent: 40px;
	text-shadow: white 0 1px 1px;
	text-align: left;
	letter-spacing: 2px;
	font: italic bold 16px Verdana, Arial, Helvetica, sans-serif;
}

.inh_mitte {
	background: url(../sitemedia/inh_mitte.png) repeat-y;
}

.inh_bottom {
	background: url(../sitemedia/inh_bottom.png) no-repeat;
}

.logo {
	background: url(../sitemedia/logo_top.png) no-repeat center -10px;
}

/* marginale */

.content_rechts {
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

.content_rechts p {
	font-size: 11px;
	text-align: left;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.content_rechts a:link, .content_rechts a:visited {
	color: #343737;
	text-decoration: underline;
}

.content_rechts a:hover {
	background-color: #f71313;
	text-decoration: none;
	color: white;
}

.content_rechts a:active {
	color: red;
	text-decoration: none;
	background-color: black;
}


/* Inhalt */

.content_links {
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	border-right: 1px solid #959ea2;
	width: 720px;
}

.content_links h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
}

.content_links p {
	font-size: 12px;
	line-height: 18px;
}

.content_links p img {
	border: 1px solid #c1c8ca;
}



.content_links a:link, .content_links a:visited {
	color: #343737;
	text-decoration: underline;
}

.content_links a:hover {
	background-color: #f71313;
	text-decoration: none;
	color: white;
}

.content_links a:active {
	color: red;
	text-decoration: none;
	background-color: black;
}

/* Menu */

.menubalken {
	background: url(../sitemedia/menuhg.png) no-repeat left top;
	font-size: 11px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 5px;
	text-shadow: white 0 1px 1px;
	cursor:  pointer;
	word-spacing: 20px;
}

.menubalken a:link, .menubalken a:visited {
	text-decoration: none;
	white-space: nowrap;
	color: #343737;
	text-align: left;
	word-spacing: 0;
}

.menubalken a:hover {
	text-decoration: none;
	white-space: nowrap;
	color: #f00;
}

.menubalken a:active {
	text-decoration: none;
	white-space: nowrap;
	color: #000;
}


