@CHARSET "UTF-8";

div.naviLeft {
	float: left;
	width: 240px;
}

div.naviLeft div.row {
	background-image: url('../images/impressum_line_right.jpg');
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 30px;
	clear: both;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	font-family: helvetica, arial;
	text-transform: lowercase;
}

div.naviLeft div a:hover {
	color: #9E766F;
}

div.naviLeft div.active a {
	color: #9E766F;
}

div.naviLeft div.title {
	height: 58px;
	padding-left: 1px;
}

div.naviLeft div.title img {
	dislay: block;
}

div.naviLeft div.spacer {
	height: 1px;
	line-height: 1px;
	background-image: url('../images/links_spacer.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 160px;
	overflow: hidden;
}

div.naviLeft div.bigSpacer {
	height: 1px;
	line-height: 1px;
	background-image: url('../images/links_big_spacer.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 160px;
	overflow: hidden;
}

div.naviLeft div.end1 {
	background-image: url('../images/links_line_left_end1.jpg');	
}

div.naviLeft div.end2 {
	background-image: url('../images/links_line_left_end2.jpg');	
}

div.contentRight {
	float: left;
	width: 511px;
}

div.contentRight div.spacer {
	height: 1px;
	line-height: 1px;
	background-image: url('../images/news_spacer.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 540px;	
	overflow: hidden;
}

div.contentRight div.row {
	background-image: url('../images/impressum_line_right.jpg');
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 33px;
	clear: both;
	padding-top: 10px;
}

div.contentRight div.title {
	text-transform: uppercase;
	padding-top: 0px;
}

div.contentRight div.title a {
	float: right;
	margin-right: 10px;
}

div.contentRight div.text {
	padding-bottom: 16px;
}

div.row label {
	display: block;
	width: 100px;
	float: left;
}

div#projekte div.contentRight div.row img {
	margin-right: 10px;
}

div#projekte div.contentRight div.row {
	padding-top: 0px;	
}

div#projekte div.contentRight div.text {
	padding-top: 20px;	
	background-image:url('../images/projekte_line_left.jpg');
	background-repeat: no-repeat;
	background-position: top left; 
}



div#impressum div.info, div#kontakt div.info {
	text-align: right;
}

div#impressum div.title, div#kontakt div.title  {
	background-image: url('../images/impressum_line_right.jpg');
	background-position: right;
	background-repeat: repeat-y;
	height: 59px;
	overflow: hidden;
}

div#impressum div.spacer, div#kontakt div.spacer {
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	width: 400px;
}

div#impressum div.spacer img, div#kontakt div.spacer img {
	display: block;
	float: right;
}

div#impressum div.row, div#kontakt div.row {
	background-image: url('../images/impressum_line_right.jpg');
	background-position: right;
	background-repeat: repeat-y;
	padding: 16px 31px 20px 0px;
	line-height: 146%;
}

div#impressum div.end, div#kontakt div.end {
	background-image: url('../images/impressum_line_right_end.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	height: 60px;
}

div#links div.naviLeft {
  width: 500px;
}