body	{
		background-color:#444;
		margin:auto;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		}

a	{
		text-decoration:none;
		color:#092346;
		}

a:link	{
		text-decoration:none;
		color:#092346;
		}

a:active	{
		text-decoration:none;
		color:#092346;
		}
		
a:hover	{
		text-decoration:underline;
		color:#092346;
		}
		
/*##### HEAD #####*/

#head	{
		display:block;
		margin:auto;
		margin-top:10px;
		width:900px;
		height:150px;
		background-image:url(../images/design/head.jpg);
		background-repeat:no-repeat;
		}

/*##### NAVIGATION #####*/

#navi	{
		display:block;
		margin:auto;
		width:900px;
		height:28px;
		}
		
.navi_lr	{
		display:block;
		float:left;
		width:38px;
		height:28px;
		background-image:url(../images/design/button.jpg);
		}

a.navi {
		display:block;
		color: #092346;
		width:103px;
		height:28px;
		float:left;
		text-align:center;
		text-decoration:none;
		line-height:28px;
		font-weight:bold;
		border:none;
		}
		
a:link.navi {
		display:block;
		width:103px;
		height:28px;
		float:left;
		text-align:center;
		text-decoration:none;
		line-height:28px;
		font-weight:bold;
		border:none;
		}
		
a:active.navi {
		display:block;
		width:103px;
		height:28px;
		background-image:url(../images/design/button2.jpg);
		float:left;
		text-align:center;
		text-decoration:none;
		color:#ccc;
		line-height:28px;
		font-weight:bold;
		border:none;
		}
	
a:hover.navi {
		display:block;
		color: #092346;
		width:103px;
		height:28px;
		background-image:url(../images/design/button2.jpg);
		float:left;
		text-align:center;
		text-decoration:none;
		line-height:28px;
		font-weight:bold;
		border:none;
		}

.on	{
		background-image:url(../images/design/button2.jpg);
		width:103px;
		height:28px;
		float:left;
		display:block;
		}
		
.off	{
		background-image:url(../images/design/button.jpg);
		width:103px;
		height:28px;
		float:left;
		display:block;
		}

/*##### CONTEND #####*/
.clear	{
		clear:both;
		}

.contend	{
		background-image:url(../images/design/bgr.jpg);
		background-repeat:no-repeat;
		margin:auto;
		padding:20px;
		width:858px;
		background-color:#f3f3f3;
		border-left:solid 1px #dfdfdf;
		border-right:solid 1px #dfdfdf;
		}
		
#home	{
		margin:auto;
		width:720px;
		}

.home_left	{
		float:left;
		width:350px;
		}
		
.home_right	{
		margin-left:20px;
		float:left;
		width:350px;
		}
		
.home_pic	{
		margin:auto;
		width:220px;
		height:250px;
		text-align:center;
		}
/*##### Unternehmen #####*/

.unt_pic	{
		width:400px;
		height:274px;
		position:relative;
		top:0px;
		left:420px;
		}

/*##### Imprägnieren #####*/

.imp	{
		width:878px;
		overflow:auto;
		padding-bottom:20px;
		}
		
/*##### KONTAKT #####*/

#kontakt	{
		width:850px;
		overflow:auto;
		padding-left:20px;
		}
		
/*##### IMPRESSUM #####*/

.impressum	{
		display:block;
		margin:auto;
		padding:10px 10px;
		width:370px;
		font-size:12px;
		}

/*##### FOOTER #####*/

#footer	{
		display:block;
		margin:auto;
		width:900px;
		height:20px;
		background-image:url(../images/design/footer_bgr.jpg);
		background-repeat:repeat-x;
		font-size:10px;
		text-align:center;
		padding-top:10px;
		}