/* Stylesheet für die Anordnung der Elemente */

*
{
	margin: 0px;
	padding: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	color: #53473f;
    background: white url(background_startseite.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

table {
	width:100%;
	border:0px;
	border-spacing:0px 0px
}

tr {
	vertical-align:top
}

ol li {
	margin-bottom:10px
}

li {
	list-style-position:outside;
	margin-left:20px
}

#wrapper { 
	position:relative;
	background: transparent;
	width: 960px;
	height: auto;
	margin: 0px auto 30px auto;
	overflow:hidden
}

#top {
	position:relative;
	background: transparent;
	width: 960px;
	height: 260px;
	margin: 0px;
	overflow:hidden
}

#middle {
	position: relative;
	width: 960px;
	height: auto;  /* ändern auf auto */
	overflow:hidden;
}	

#part_top {
	position: relative;
	color: black;
	background: transparent;
	width: 752px;
	height: 25px;
	margin: 214px 0px 15px 206px;
	overflow:hidden
}

#part_top ul {
	margin: 0;		
	list-style-type:none;
}

#part_top li {
	display:inline;
	color: #0061a1;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	padding-right:30px;
	padding: 0px 25px 0px 0px;
	margin: 0px;
}

#part_top a {
	text-decoration:none;
	color:#0061a1;
}

#part_left {
	float: left;
	position: relative;
	background: transparent;
	margin:-6px 10px 0px 0px;
	width: 196px;
	height: auto;		 /* ändern auf auto */
	font-size: 10px;
	font-weight: bold;
	overflow:hidden
}

#part_left a { 
	text-decoration: none; 
	outline: none;
	color:#0061a1;
}

#part_left ul {
	
}

#part_left .ebene_0 {
	list-style-type: none;
	text-align:right;
	margin:5px 0px 0px 0px;
}

#part_left .ebene_1 {
	list-style-type: none;
	text-align:left;
	margin:0px 0px 0px 0px;
}
		
#part_left .ebene_2 {
	list-style-type: none;
	text-align:left;
	color: #0061a1;
	margin:0px 0px 0px 10px;
}

#part_left .ebene_3 {
	list-style-type: none;
	text-align:left;
	color: #0061a1;
	margin:0px 0px 0px 20px;
}

#part_left .navi_on {
	color: #c50c1f;    /* wenn Link aktiv Farbe rot */
}

hr {
	border:0px;
	margin-top:5px;
	background-color:#0061a1;
	height:1px;
	color:#0061a1;
}

#right {
	float: right;
	position: relative;
	background: transparent;
	margin:0px;
	width: 750px;
	height: auto;		 /* ändern auf auto */
	overflow:hidden;
}

#part_mid_symbols {
	float:left;
	position:relative;
	background-color:transparent;
	border:0px;
	width:510px;
	height:30px;
	margin: 0px 0px 10px 0px;
	overflow:hidden;
}

#part_mid_symbols ul {
	text-align:right
}

#part_mid_symbols li {
	display:inline;
	margin-left:5px
}

#part_mid_symbols img {	
	margin: 0px 0px 0px 0px;
}

#part_mid_symbols_subject {
	float:left;
	position:relative;
	background-color:transparent;
	width:auto;
	height:30px;
	margin: 0px;
	overflow:hidden;
}

#part_mid_top {
	float: left;
	position: relative;
	background-color: transparent;
	border: 0px;
	width: 510px;
	height: auto;
	margin: 0px 0px 10px 0px;
	text-align:justify;
	overflow:hidden;
}

#part_mid_bottom {
	float: left;
	position: relative;
	background-color: transparent;
	width: 510px;
	height: auto;
	margin: 0px;
	text-align:justify;
	overflow:hidden
}

#part_mid_bottom_width {
	float: left;
	position: relative;
	background-color: transparent;
	width: 750px;
	height: auto;
	margin: 0px;
	text-align:justify;
	overflow:hidden
}

#part_mid_bottom_width ul {
	margin: 0px;
	text-align:center
}

#part_mid_bottom_width li {
	display: inline;
	margin: 0px;
}
	
#part_mid_bottom_width img {	
	width: 180px;
	height: 150px;
	border: 1px solid #c6c6c6;
	margin: 0px 3px 0px 0px;
}

#part_mid_bottom_left {
	float: left;
	width:130px;
	height:auto;
	overflow:hidden
}

#part_mid_bottom_left ul {

}

#part_mid_bottom_left li {
	list-style-type: none;
	margin-left:0px
}
	
#part_mid_bottom_left img {	
	width: 120px;
	height: 80px;
	margin: 0px 0 8px 0;
	border: 1px solid #c6c6c6;
}

#part_mid_bottom_right {
	float: right;
	position: relative;
	width: 380px;
	height: auto;
	margin: 0px;
}

#part_mid_bottom_right ul {
}

#part_mid_bottom_right li {
	list-style:disc outside;
	margin-left:12px;
	* margin-left:15px
}

#part_mid_bottom_right hr {
	border:0px;
	margin:-5px 0px 10px 0px;
	background-color:#c6c6c6;
	height:1px;
	color:#c6c6c6;
}

/* Navi rechts */
#part_right {
	float: right;
	position: relative;
	width: 230px;
	height: auto;
	border: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #c50c1f;
}

#part_right ul {
	text-align:right
}

#part_right li {
	list-style-type:none
}

#part_right a { 
	text-decoration: none; 
	outline: none;
	color:#0061a1;
}

#part_right .navi_on {
	color: #c50c1f;    /* wenn Link aktiv Farbe rot */
}

h1 {
	font-size: 14px;
	font-family: Arial;
	color: #0061a1;
	margin-bottom: 10px;
}

/* Bild links */
#pic_1 img {
	float:left;
	position: relative;
	margin: 20px 0;
	border: 1px #c6c6c6 solid;
	overflow:hidden		
}

/* Bild rechts */	
#pic_2 img {
	float: right;
	position: relative;
	margin: 20px 0;
	border: 1px #c6c6c6 solid;
	overflow:hidden
}

/* Bild Produkt */
#pic_product img {
	float:left;
	position: relative;
	width: 508px;
	margin: 0px;
	border: 1px #c6c6c6 solid;
	overflow:hidden
}

#pic_news_alone {
	float:left;
	position:relative;
	width:150px;
	height:auto;
	margin:0px 10px 0px 0px;
	overflow:hidden
}

#pic_news_alone ul {
	text-align:left
}

#pic_news_alone li {
	list-style-type:none;
	margin-left:0px;
	margin-bottom:10px
}

#pic_news_alone hr{
	margin-bottom:10px
}

#pic_news_text_alone {
	float:right;
	position:relative;
	width:350px;
	height:auto;
	overflow:hidden
}

#pic_news_text_alone ul {
}

#pic_news_text_alone li {
	list-style:disc outside;
	margin-left:12px;
	* margin-left:15px
}

#pic_news_text_alone .navi_on {
	text-align:right;
	color: #c50c1f;    /* wenn Link aktiv Farbe rot */
}

.blue {
color: #0061a1;
}
