/*====== CSS Kronenberg Holzdesign ========*/
/*======Christopher Bergau===*/

/* ----- GENERAL / TEXT  ----- */
body { padding: 0; margin:0; font-family: Arial, Helvetica, sans-serif;	background: #FFFFFF url(../art/bg.gif) repeat-x;}

h1 {font-size:14px; color:#232387; margin:0px; padding:0px; font-weight:bold; text-align: left;}
h2 {font-size:12px; color:#000000; margin:0px; padding:0px; font-weight:bold; text-align: left;}
h4 { font-size:12px; margin:0 0 0px 0; padding:0; font-weight:bold}
p {padding: 0;}
img { border: none; margin: 0; padding:0 }
.text { font-size: 12px; color: #000000; line-height: 13pt; }
.text_contact {	font-size: 11px; color: #000000; line-height: 11pt; }
.hr { height:1px; width:100%; background-color:#97AFBD;	clear: right; line-height:1px; }


/* ----- LINKS / NAVIGATION ----- */
a { color:#000000;	text-decoration:none;}

a.contact { color:#000000;	text-decoration:none;}
a.content {	color:#97AFBD; text-decoration:none; font-weight:bold; background: url(../art/list_type.gif) no-repeat 0px 5px; padding: 0 0 0 12px; display: inline; }

a.block {background: url(../art/img_arrow_right.gif) no-repeat 0px 4px; height:22px; padding: 0 0 0 12px; display:block; color:#232387; text-decoration:none; display: inline; }
a.block:hover {color: #232387; font-weight: normal; text-decoration: underline; }

a.block2 {no-repeat 0px 0px; height:22px; padding: 0 0 0 0px; display:block; color:#232387; text-decoration:none; display: inline; }
a.block2:hover {color: #232387; font-weight: normal; text-decoration: underline; }

/*left-side navigation*/
a.active { background:url(../art/pfeil.gif) no-repeat 10px 0px;}
.nav1 a {
	font-size:12px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #97AFBD; }
.nav1 a:hover{font-weight:bold;}

.nav1active a {
	font-size:12px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #97AFBD;
	font-weight:bold;
	background:url(../art/img_arrow_right.gif) no-repeat 3px 8px; }
.nav1 a:hover{font-weight:bold;}

.nav2 a {
	display:block;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 20px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #97AFBD; }
.nav2 a:hover {	font-weight:bold;}

.nav2active a {
	display:block;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 20px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #97AFBD;
	font-weight:bold;
	background:url(../art/img_arrow_right.gif) no-repeat 10px 9px; }
.nav2 a:hover {	font-weight:bold;}

.nav3 a {
	display:block;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #97AFBD; }
.nav3 a:hover {	font-weight:bold;}

.nav3active a {
	display:block;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #97AFBD;
	font-weight:bold;
	background:url(../art/img_arrow_right.gif) no-repeat 10px 9px; }
.nav3 a:hover {	font-weight:bold;}



:active, :focus {
	outline:none;
	}
