/* style hob-lewit 2003 */

/* Dokumentausrichtung */

body {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* alte zentriervariante */
.index_align {
	text-align: center;
}

/* Ueberschriften */

/* allgemein */

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}

H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

/* hob */

H1.hob {
	color: #4B71D9;
}

H2.hob {
	color: #4B71D9;
}

H1.sd {
	color: #1A9189;
}

H2.sd {
	color: #1A9189;
}

H1.wg {
	color: #AB580C;
}

H2.wg {
	color: #B1631C;
}

H1.ser {
	color: #000000;
}

H2.ser {
	color: #000000;
}

H1.news {
	color: #E00000;
}

/* Standardschrift */

p,td,li {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* bereiche */

/* newszeile */
.mehr_news {
	color: #FFFFFF;
	background-color: #E00000;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}

/* Bereichsueberschrift */
.kopf {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Spezielle Schriftarten */

.klein {
	font-size: 10px;
}

.sehrklein {
	font-size: 8px;
}

/* Hintergrundfarben */

.hg_galerie {
	background-color: #CCCCCC;
}
.hg_service {
	background-color: #CCCCCC;
}
.hg_hob {
	background-color: #A7B9EC;
}
.hg_wg {
	background-color: #FDF182;
}
.hg_sd {
	background-color: #9DDDD9;
}
.hg_news{
	background-color: #E00000;
}
.hg_alle{
	background-color: #CF7272;
}

/* Links */

/* Sekundaerlinks */

/* currently not used
.link {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
*/

.open {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

/* Hauptlinks */

a:link {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

a:active {
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}
.zellelinks {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
}
.zellemitte {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.zellerechts {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: none;
}
