@charset "utf-8";
/* CSS Document */

@import url("screen_navigation.css");
@import url("screen_warenkorb.css");

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	color: #3a3a3a;
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #c7c8c8;
	background-image: url(/medien/img/body_background-image.jpg);
	background-repeat: repeat-x;
	}
	
address {
	font-style: normal;
	}

a {
	text-decoration: none;
	color: #252525;
	}
	
a:hover {
	color: #172983;
	}

h2 {
	font-size: 11px;
	font-weight: bold;
	}

.rahmen {
	width: 960px;
	margin: 24px auto;
	text-align: left;
	}
	
	.spalteLinks {
		width: 174px;
		float: left;
		}
		
		.spalteLinksLogo {
			width: 173px;
			height: 123px;
			background-color: #172983;
			border-left: 1px solid #585858;
			border-top: 1px solid #585858;
			}
			
	
		.spalteLinksNavigation {
			background-color: #CC9933;
			width: 173px;
			height: 140px;
			}

	.spalteInhalt {
		width: 630px;
		background-color: #e6e6e6;
		float: left;
		border-left: 1px solid #585858;
		border-right: 1px solid #585858;
		}
		
		.spalteInhaltkopf {
			background-image: url(/medien/img/spalte_inhalt_kopf_background-image.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			height: 123px;
			border-top: 1px solid #585858;
			border-bottom: 1px solid #585858;
			text-align: right;
			width: 630px;
			}
			
			.spalteInhaltkopf h1 {
				font-size: 25px;
				line-height: 35px;
				margin: 71px 26px 0 0;
				}
		
		.spalteInhaltDruck {
			padding-right: 26px;
			padding-top: 17px;
			text-align: right;
			}
		
		.spalteInhalt2 {
			padding: 26px 52px 26px 52px;
			}
		
		.spalteInhalt2ProduktBox {
			margin-bottom: 52px;
			}
			
			.spalteInhalt2ProduktBox img {
				width: 180px;
				float: right;
				}
				
			.spalteInhalt2ProduktBoxBeschreibung {
				float: left;
				width: 346px;
				}
				
				.spalteInhalt2ProduktBoxBeschreibung ul {
					list-style: none;
					margin-bottom: 15px;
					}				
					
				.spalteInhalt2ProduktBoxBeschreibung li {
					background-image: url(/medien/img/inhalt2_produkt_list.gif);
					background-repeat: no-repeat;
					background-position: top left;
					padding-left: 7px;
					}
				
				.spalteInhalt2ProduktBoxBeschreibung span {
					font-weight: bold;
					}
			
			.spalteInhalt2ProduktBoxFuss {
				border-top: 1px solid #c4c4c4;
				margin-left: 52px;
				margin-bottom: 156px;
				padding-top: 15px;
				width: 526px;
				}
			
			.spalteInhalt2ProduktBoxFussLinks {
				float: left;
				width: 263px;
				}
									
				.spalteInhalt2ProduktBoxFuss img {
					float: left;
					margin-right: 7px;
					}					
				
			.spalteInhalt2ProduktBoxFussRechts {
				float: left;
				}

		.spalteInhaltLinks {
			padding: 26px 0px 26px 52px;
			width: 250px; 
			float: left;
			}
		
		.spalteInhaltRechts {
			padding: 26px 26px 26px 26px;
			width: 250px;
			float: left;
			}
			
				.spalteInhaltRechts img {
					margin: 15px 0 15px 0;
					float: right;
					}
					
		.spalteInhaltProdukteBox {
			height: 130px;

			margin-bottom: 45px;
			}
			
			.spalteInhaltProdukteBox img {
				float: right;

				margin: 0;
				}
			
			.spalteInhaltProdukteBox span {
				float: left;
				margin-right: 15px;
				margin-top: 45px;
				width: 105px;
				display: block;
				font-weight: bold;
				}
				
			
		.spalteInhaltFuss {
			background-color: #585858;
			height: 16px;
			width: 630px;
			color: #FFF;
			text-align: center;
			}
		

		
	.spalteRechts {
		width: 149px;
		float: left;
		padding-top: 124px;
		}
	
	
				

.clear {
	clear: left;
	}
	
.clearBoth {
	clear: both;
	}

.bordertop {
	border-top: 1px solid #c4c4c4;
	}
