<!-- # fuer div tag id-->
<!-- . fuer div tag class -->
<!--	background-repeat: repeat;-->
<!--	background-color:#D1D1D1;-->
html {height:100%;}
body {
	margin: 10px; padding: 0px; 
	height:100%;
	background-color:#F4F5F7;
	background-repeat:repeat-x;
} 
#frame {
	width:1100px;
	border:thin;
	border-style:solid;
	border-color:#CCCCCC;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
#logo {
	height: 130px;
}
#menue {
	width:250px;
	height:650px;
	float:left;
}
#inhalt {
	margin: 60px 0 0 250px;
}
#inhalt_center{
	width:770px;
	text-align:justify;
}

#galerie_tom{
	color:#CCCCCC;
}

a {
	color: #000000;
	font-family: Arial, Ms Serif, Verdana, Times New Roman;
}
a:visited {
color: #000000;
font-family: Arial, Ms Serif, Verdana, Times New Roman;
}

<!-- fuer index seite -->
#h0 {
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
}


#h1 {
	font-family: Arial, Ms Serif, Verdana, Times New Roman;
	font-size:18px;
	font-weight:bold;
	text-decoration: underline;
}

#h2 {
	font-family: Arial, Ms Serif, Verdana, Times New Roman;
	font-weight:bold;
}

#l_uns {
	position:absolute;
	top:200px;
	width:250px;
	height:60px;
	z-index:1;
	background-color:#3BA247;
}
#l_produkte {
	position:absolute;
	top:280px;
	width:250px;
	height:60px;
	z-index:1;
	background-color:#4DA1C6;
}
#l_bearbeitungsmoeglichkeiten {
	position:absolute;
	top:360px;
	width:250px;
	height:60px;
	z-index:1;
	background-color:#CE5334;
}
#l_bildergalerie {
	position:absolute;
	top:440px;
	width:250px;
	height:60px;
	z-index:1;
	background-color:#CE5334;
}
#l_kontakt {
	position:absolute;
	top:440px;
	width:250px;
	height:60px;
	z-index:1;
	background-color:#CE5334;
}
#l_impressum {
	position:absolute;
	top:520px;
	width:250px;
	height:60px;
	z-index:1;
	background-color:#3BA247;
}

#l_datenschutz {
	position:absolute;
	top:600px;
	width:250px;
	height:60px;
	z-index:1;
	background-color:#3BA247;
}

#pics_cont{
	width:700px;
	text-align:center;
}

#pic_1 {
	float:left;
	margin: 10px 10px 10px 10px;
}
#pic_2 {
	float:left;
		margin: 10px 10px 10px 10px;
}
#pic_3 {
	float:left;
		margin: 10px 10px 10px 10px;
}

#prod_beschr{
	width:700px;
}
#files_beschr{
	width:700px;
}


