@charset "utf-8";
/* CSS Document */


body {
	background-color: #CCC;
	margin-top: 20px;
	margin-bottom: 10px;
}

.start_table{
	font-size: small;
	background-image: url(layout/hintergrund_start.jpg);
}

.preise_table{
	font-size: small;
	background-image: none;
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
}


/* Links Startseite */

.link_start {
	color:#FFF;
	text-decoration: none;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 80px;
	float:left;
	margin-top: 8px;
	border-bottom-style: dotted;
	border-width: thin;
}

.link_start:hover {
	color:#F00;
	text-decoration: none;
	width: 110px;

}

/* Links Startseite Ende*/


/* Links Menue */

.link1 {
	color:#000;
	text-decoration: none;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 80px;
	float:left;
	margin-top: 8px;
	border-bottom-style: dotted;
	border-width: thin;
}
	
.link1:hover {
	color:#C00;
	text-decoration: none;
	width: 110px;
}


#link1_active {
	color:#C00;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 5px;
	float: left;
	width: 110px;
	border-bottom-style: dotted;
	border-width: thin;
	margin-top: 8px;	/*background-color: #C00;*/
}



/* Links Menue */


.linkText {
	color: #000;
	}

.linkText:hover {
	color: #F00;
	text-align: left;
	}
	
	
	
.linkLinks {
	color: #999;
	text-decoration: underline;
	}

.linkLinks:hover {
	color: #F00;
	text-align: left;
	}

.linkBild {
	color: #999;
	}



table {
	font-size: small;
	background-image: url(layout/hintergrund_mich.jpg);
	background-repeat: no-repeat;
}

td {
	color:#999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}


.weiss { color: #FFF;}
.grau { color: #999;}
.grau2 { color: #333;}
.schwarz {
	color: #000;
	font-weight: bold;

}
.rot {
	color: #C00;
}

.TextMittel {
	color: #666;


}

#center { text-align: center;}

#small {
	font-size: x-small;
	text-align: left;
	line-height: 14px;
}

#bold { font-weight: bold;}


/* Referenzen  */

#box{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	height: 300px;
	width: 450px;
	border: thin dotted #333;
	overflow: auto;
	position: relative;
	padding-left: 8px;
	background-color: #F6F6F6;
	left: -80px;
	top: -10px;
}

#box a {
	color: #999;
	height: 50px;
	width: 0px;
	border: 1 solid #333;
	overflow: auto;

	text-decoration: none;
}

#box a span em {
	display: block;
	height: 300px;
	width: 300px;
}

#box a span {
	display: none;
}

#box a:active span, #box a:focus span, #box a:hover span {
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
}

#box a:active, #box a:focus, #box a:hover {
	color: #000;
}


/* Referenzen  Ende */


















.linkover {
	font-size: 0px;
	text-decoration: none;
	color: #FFF;



}

.linkover:hover{
	font-size: 12px;
	color: #666;
	text-decoration: none;
	background-color: #999;
	position:absolute;
    top: 100px;

}
.schwarz {
	color: #000;
}
.black {
	color: #000;
}
.bold {
	font-weight: bold;
}
.linkTabelle {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.x-small {
	font-size: x-small;
}

