/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image:url(images/bg-kachel.gif); 
	background-repeat: repeat-y; 
	background-color:#003a20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}


.all {
	background-image: url(images/bg_index.jpg);
}

.markt {
	background-image: url(images/bg_markt.jpg);
	color:#000;
}

#notierungen-details{
	
	}

.login{
	background-color:transparent;
	border:1px black solid;
}

.landhandel {
	background-image: url(images/bg_landhandel.jpg);
}

.gartencenter {
	background-image: url(images/bg_gartenmarkt.jpg);
}

.post {
	background-image: url(images/bg_post.jpg);
	color: #000000;
}

.post a {
	color: #000000;
}

a {
	color: #fff;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 120px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}

#main {
	position: relative;
	width: 1020px;
	height: 651px;
}

#content {
	position: relative;
	float: left;
	width: 406px;
	height: 621px;
	padding: 30px 0 0 370px;
}

#menu {
	position: relative;
	margin-left: 776px;
	width: 223px;
	padding-top: 120px;
}

#navigation {
	display: block;
	list-style-type: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#navigation li {
	margin: 10px 0;
}

.tb{
	padding:4px;
	border:1px black solid; 
	}
