@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;	
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	background-color:#f1f1f1;
}


a:link { color:#3366cc; text-decoration:underline; }
a:visited { color:#3366cc; text-decoration:underline; }
a:focus { color:#333399; text-decoration:underline; }
a:hover { color:#333399; text-decoration:underline; }
a:active { color:#333399; text-decoration:underline; }
a { color:#3366cc; text-decoration:none; }

.menu {
	display:block;
	height:18px;
	background-repeat:no-repeat;
	float:left;
}

.menu span{
	display:none;
}

#menu-home {
	width:52px;
	background-image:url(../images/home-normal.gif);
}
#menu-home:hover {
	background-image:url(../images/home-over.gif);
}
#menu-home-hi {
	width:52px;
	background-image:url(../images/home-over.gif);
}


#menu-preise {
	width:59px;
	background-image:url(../images/preise-normal.gif);
}
#menu-preise:hover {
	background-image:url(../images/preise-over.gif);
}
#menu-preise-hi {
	width:59px;
	background-image:url(../images/preise-over.gif);
}

#menu-gutscheine {
	width:92px;
	background-image:url(../images/gutscheine-normal.gif);
}
#menu-gutscheine:hover {
	background-image:url(../images/gutscheine-over.gif);
}
#menu-gutscheine-hi {
	width:92px;
	background-image:url(../images/gutscheine-over.gif);
}

#menu-referenzen {
	width:95px;
	background-image:url(../images/referenzen-normal.gif);
}
#menu-referenzen:hover {
	background-image:url(../images/referenzen-over.gif);
}
#menu-referenzen-hi {
	width:95px;
	background-image:url(../images/referenzen-over.gif);
}

#menu-kontakt {
	width:74px;
	background-image:url(../images/kontakt-normal.gif);
}
#menu-kontakt:hover {
	background-image:url(../images/kontakt-over.gif);
}
#menu-kontakt-hi {
	width:74px;
	background-image:url(../images/kontakt-over.gif);
}

.content {
	color:#555555;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin-top:45px;
	margin-bottom:35px;
	text-align:justify;
}

.content h1 {
	font-size:14px;
	letter-spacing:0.5pt;
	border-bottom:1px #555 solid;
	margin-bottom:20px;
	text-align:left;
	
}

.content h2 {
	font-size:12px;
	letter-spacing:0.3pt;
	margin-top:30px;
	margin-bottom:15px;
	line-height:13px;
	
}

.content td h2 {
	font-size:12px;
	letter-spacing:0.3pt;
	margin-top:0px;
	margin-bottom:15px;
	line-height:13px;
	
}

.content h3 {
	font-size:10px;
	margin-top:25px;
	margin-bottom:10px;
	line-height:12px;	
}

.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	margin-bottom:30px;
}

table {
	border-collapse: collapse;
}

td { 
	margin:0px;
	padding-left:10px;
	padding-top:10px;
	border-bottom:1px #C5C5C5 solid;
}

td img {
	margin:0px;
}

img {
	margin:5px;
}
