/* familie-hotter.at */

/* Format Grundelemente */

body {
	margin: 0px;
	background-image:url(../images/index_bg.jpg);
	background-repeat:repeat-x;
}

img {
	border: 0px;
}

.s1 {
	background-image:url(../images/index_schatten1.jpg);
	background-repeat:no-repeat;
	width:581px;
	height:40px;
}
.s2 {
	background-image:url(../images/index_schatten2.jpg);
	background-repeat:no-repeat;
	width:334px;
	height:40px;
}
.s3 {
	background-image:url(../images/index_schatten3.jpg);
	background-repeat:no-repeat;
	width:23px;
	height:451px;
}
.s4 {
	background-image:url(../images/index_schatten4.jpg);
	background-repeat:no-repeat;
	width:14px;
	height:451px;
}


.links {
	border: 5px solid #fff;
	width:558px;
	vertical-align:top;
}

.rechts {
	background-image:url(../images/index_bg_gr.jpg);
	background-repeat:repeat-x;
	border: 5px solid #fff;
	width:320px;
	vertical-align:top;
}


/* Content mit Überschrift */

.head {
	color: #CB2424;
	font-size: 18px;
	font-family: Georgia;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align:center;
	padding-bottom: 0px;
}

.sub {
	color: #CB2424;
	font-size: 12px;
	font-family: Georgia;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align:center;
	padding-bottom:10px;
}

.content_text {
	padding: 0px 12px 0px 12px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height: 1.5;
	vertical-align:top;
}

/* Links */

a, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#CB2424;
}

.forst a, .forst a:visited, .forst a:active, .forst a:hover {
	text-decoration:none;
	color:#786540;
}

/* Fusszeile */

.footer {
	color:#000;
	font-family:verdana, sans-serif;
	font-size: 10px;
	text-align:right;
	padding-top:5px;
}

.footer a, .footer  a:visited, .footer  a:active, .footer  a:hover {
	text-decoration:none;
	color:#CB2424;
}

.footer  a:hover {
	text-decoration:underline;
}

