﻿@charset "UTF-8";

/* CSS für die linke Navigationsbox */



.navirbox				{ width:300px; position:absolute; left:20px; top:160px; }		
/*	width = absolute Breite; 		Positionierung mit Left/Top	*/

.navirboxheadre		{ background:url(/navi/naviro.png) no-repeat top right; }
.navirboxheadli		{ background:url(/navi/navilo.png) no-repeat top left; height:40px; }
.navirboxheadinnen	{ background:#303030; height:40px; margin:0px 40px 0px 40px; }

.navirboxcontent		{ padding:0px 40px 0px 40px;  background:#303030;  }

.navirboxfootre		{ background:url(/navi/naviru.png) no-repeat bottom right; }
.navirboxfootli		{ background:url(/navi/navilu.png) no-repeat bottom left; height:40px; }
.navirboxfootinnen	{ background:#303030; height:40px; margin:0px 40px 50px 40px; }


