/** BASIC */

body {
	margin: 48px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #858585;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #6d8e21/*455162*/;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #5A7619;
}

.text3 {
	text-align: center;
	font-size: 9px;
	color: #B6B6B6;
}

/** LINKS */

a {
	text-decoration: none;
	color: #2D58CF;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
	font-weight: bold;
	color: #424242;
}

a.link2 {
	font-size: 10px;
	color: #2D58CF;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage17.gif) repeat-y;
}

.bg2 {
	background: url(images/subpage02.gif) repeat-y;
}

/** MISC */

.align-justify { text-align: justify; }

.align-left { text-align: left; }

.img1 
	{
		float: right;
		margin: 0px 10px 0px 5px;
	}

.img2 
	{
		float: left;
		margin: 5px 10px 0px 0px;
	}
	
.img3
	{
		float: left;
		margin: 0px 10px 0px 0px;
	}	

hr { display: none; }

.hr1 {
	height: 1px;
}

.farbe
	{
		background-color:#000000;
	}
	
.startseite
	{
	 	display:block;
		width:103px;
		height:50px;
		background:url(images/index01.gif)
	}	
	
.startseite:hover
	{
	 	display:block;
		width:103px;
		height:50px;
		background:url(images/index01a.gif)
	}	
	
.trockenlegen
	{
	 	display:block;
		width:97px;
		height:50px;
		background:url(images/index02.gif)
	}	
.trockenlegen:hover
	{
	 	display:block;
		width:97px;
		height:50px;
		background:url(images/index02a.gif)
	}
.umbau
	{
	 	display:block;
		width:97px;
		height:50px;
		background:url(images/index03.gif)
	}	
	
.umbau:hover
	{
	 	display:block;
		width:97px;
		height:50px;
		background:url(images/index03a.gif)
	}
	
.deko
	{
	 	display:block;
		width:97px;
		height:50px;
		background:url(images/index04.gif)
	}	
	
.deko:hover
	{
	 	display:block;
		width:97px;
		height:50px;
		background:url(images/index04a.gif)
	}	
	
.fertig
	{
	 	display:block;
		width:103px;
		height:50px;
		background:url(images/index05.gif)
	}	
	
.fertig:hover
	{
	 	display:block;
		width:103px;
		height:50px;
		background:url(images/index05a.gif)
	}	
