@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
	color: black;
	font-size:10px;
}

a:hover{
	text-decoration:underline;
	color: #000000;
	line-height: 13px;
}

.navi-leftside-a {
	padding-left: 29px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bolder;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
}
.site {
	width: 796px;
	left: 48px;
	position: absolute;
	background-color: #fff;
	z-index: 3;
}
#flash_1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 48px;
	z-index: 1;
	height: 100%;
}
#flash_2 {
	position: absolute;
	left: 843px;
	top: 0px;
	width: 180px;
	height: 100%;
	z-index: 2;
}
html>body #flash_1 {  /* nur fuer moderne Browser! */
    position: fixed;}
html>body #flash_2 {  /* nur fuer moderne Browser! */
    position: fixed;}

#top {
	width: 100%;
	height: 130px;
	position: relative;
	padding: 10px 0 0 5px;
}
#search {
	position: relative;
	top: 20px;
	text-align: right;
	right: 19px;
	float: right;
}
#search input {
	height: 18px;
	width: 120px;
	line-height: 18px;
}
#navi {
	width: 100%;
	position: relative;
	top: 0px;
	font-size: 10px;
	height: 100px;
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-x;
}
#navi img {
	border: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
.navi-leftside {
	padding-left: 29px;
}

.navi-submenu {
	padding-left: 29px;
	padding-top: 1px;
}


#navi_01 {
	text-size: 10px;
	width: 185px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000000;
	height: 93px;
}
#navi_02 {
	text-size: 10px;
	width: 185px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000000;
	height: 93px;
}
#navi_03 {
	text-size: 10px;
	width: 185px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000000;
	height: 93px;
}
#navi_04 {
	text-size: 10px;
	width: 238px;
	float: left;
	text-transform: none;
	height: 93px;
}
#content {
	float: left;
	width: 100%;
	position: relative;
	top: 20px;
	font-size: 11px;
	margin-bottom: 10px;
	height: auto;
}
#content_left {
	width: 183px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	line-height: 13px;
	height: 100%;
}
#content_left  ul {
	padding: 0;
	margin: 0;
}
#content_left li {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 0;
}
#content_left_navi {
	padding: 0 0 0 0px;
}

#content_middle {
	float: left;
	padding: 0;
	padding-right: 20px;
	padding-top: 8px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000000;
	width: 571px;
	min-height: 100%;
}

#footer {
	clear:both;
	width: 776px;
	float: left;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	padding: 10px 0;
	font-size: 11px;
	position: relative;
	left: 10px;
	height: 20px;
}

/* Diese Klasse sollte in einem div- oder break-Element platziert werden 
und das letzte Element vor dem Schließen eines Containers sein, der 
wiederum einen vollständigen Float enthalten sollte. */

.clearfloat { 
	clear:both;
	height:20px;
	font-size: 20px;
	line-height: 0px;
}
