* {
	padding:0;
	margin:0;
	border: 0;
}

html, body {
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

input {
	border:1;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#426f28;
	text-align:center;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#426f28;
	text-align:left;
	margin-bottom:5px;
}

strong {
	color:#426f28;
}

a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#74c25b;
	text-decoration:none;
}

a:active {
	color:#74c25b;
	text-decoration:none;
	font-weight: bold;
}

.box {
	margin-left:auto;
	margin-right:auto;
	width:1032px;
}

.head {
	display:inline;
	float:left;
	width:1032px;
	height:100px;
	margin-top:10px;
	margin-bottom:10px;
}

.tableiste {
	display:inline;
	float:left;
	width:1032px;
	height:30px;
}

	.flaggen {
		display:inline;
		float:left;
		width:180px;
		height:30px;
		text-align:center;
	}
	
		.de-flagge {
			position:relative;
			top:3px;
		}
		
		.en-flagge {
			position:relative;
			top:6px;
		}

	.tab {
		display:inline;
		float:left;
		width:124px;
		height:30px;
		text-align:center;
	}
	
	.abstand_tab {
		display:inline;
		float:left;
		width:18px;
		height:30px;
	}

.divider_oben {
	display:inline;
	float:left;
	width:1032px;
	height:10px;
	background-color:#999;
	margin-bottom:18px;
}

.divider_unten {
	display:inline;
	float:left;
	width:1032px;
	height:10px;
	background-color:#999;
	margin-top:18px;
}

.navi {
	display:inline;
	float:left;
	width:180px;
}
	
	.navi-home {
		display:inline;
		float:left;
		height:33px;
	}
	
	.navi-divide {
		display:inline;
		float:left;
		height:3px;
	}
	
	.navi-button {
		display:inline;
		float:left;
		height:31px;
	}
	
	.navi-bottom {
		display:inline;
		float:left;
		height:33px;
	}

.abstand_content {
	display:inline;
	float:left;
	width:18px;
}

.content {
	display:inline;
	float:left;
	width:834px;
}

	.title {
		display:inline;
		float:left;
		width:834px;
		margin-bottom:27px;
	}
	
	.board {
		display:inline;
		float:left;
		width:834px;
		height:auto;
	}
	
	.board_entry {
		display:inline;
		float:left;
		width:834px;
		height:auto;
		margin-bottom:18px;
		text-align:center;
	}
	
	.bild {
		display:inline;
		float:left;
		width:300px;
		height:225px;
		position:relative;
		top:3px;
	}
	
	.bild_gross {
		display:inline;
		float:left;
		width:300px;
		height:450px;
	}
	
	.bild_klein {
		display:inline;
		float:left;
		width:300px;
		height:75px;
		position:relative;
		top:3px;
	}
	
	.bild_werbung {
		display:inline;
		float:left;
		width:300px;
		height:100px;
		position:relative;
		top:3px;
	}
	
	.bild_sortiment {
		display:inline;
		float:left;
		width:408px;
		height:306px;
		position:relative;
		top:3px;
	}
	
	.text {
		display:inline;
		float:left;
		width:516px;
		margin-left:18px;
	}
	
	.eintrag {
		display:inline;
		float:left;
		width:834px;
		text-align:center;
	}
	
	.divide_content {
		display:inline;
		float:left;
		width:834px;
		margin-top:18px;
		margin-bottom:15px;
	}
	
	.submenu {
		display:inline;
		float:left;
		width:834px;
		margin-top:33px;
		text-align:center;
	}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row_header {
	font-size:14px;
	/* letter-spacing:2px; */
	width:834px;
	 background-color:#74c25b; 
	/* background-color:#69932F; */
	color:#ffffff;
}

.row_content {
	font-size:14px;
	letter-spacing:1px;
	width:834px;
	height:auto;
	background-color:#FFF;
	text-align:center;
	color:#426f28;
}

.row_abstand {
	height:10px;
}

.green {
	color:#426f28;
}

