body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bodyBG.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align:center;
}

p, ol, ul {
	line-height: 180%;
}

a {
	color: #82a53d;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

#wrap {
	width:760px;
	margin:0 auto;
}

#header {
	width: 760px;
	height: 150px;
	margin: 5px 0;
	background: url(images/logoKreuzelwerk.png) no-repeat left top;
}

#topmenu {
	float: right;
	background: url(images/logoKreuzelwerk2.png) no-repeat right top;
}

#topmenu ul {
	margin: 0;
	padding: 120px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
	font-weight: bold;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #82a53d;
	text-decoration: none;
	font-size: 92%;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

#header2 {
	width: 760px;
	height: 200px;
	margin: 0;
}

#menu {
	padding:0;
	float: left;
	width: 200px;
	height: 200px;
	background: url(images/menuBG.png);
}

#menu ul {
	margin: 20px 0 0 0;
	padding:0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-bottom:1px solid #fff;
}

#menu a:hover, #menu a.active {
	border-bottom:1px solid #82a53d;
}

#menu .last a {
	border:none;
}


#headerImage {
	float: right;
	width: 560px;
	height: 200px;
}


#page {
	width: 760px;
	margin: 0;
	padding: 30px 0;
}

#content {
	float: left;
	width: 480px;
	padding-left: 20px;
}

#content ul {
	margin-left: 20px;
	padding-left: 0;
	list-style: disc;
	text-align: left
}

#content ul li {
	padding-left: 5px;
	background: url(images/img08.gif) no-repeat 0 8px;
}

#content p {
	text-align: justify
}

#content p.highlight{
	color: #7a3d2c;
}

#content p.quote {
	margin: 0 20px;
	padding: 0 10px;
	border-left: 5px solid #82a53d;
	font-style: italic;
}

table#kontakt {
margin:5px 0;
text-align:left;
}

table#kontakt td#left {
text-align:right
}

input,textarea,select {
background-color:#FFF;
border:1px dotted #82a53d;
color:#000;
font:12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
margin:5px;
padding:3px;
width:200px
}

input:focus, textarea:focus {
border:1px solid #82a53d
}

h1 {
	font-size: 16px;
	padding: 5px 10px;
	color:#7a3d2c;
	border-bottom:2px solid #7a3d2c;
	text-align: left;
}

h2 {
	font-size:14px;
	padding: 5px 0;
	text-align: left;
}

.content {
	padding: 20px;
}

#sidebar {
	float: right;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding:  0;
	font-size: 92%;
	border:1px solid #82a53d;
}

#sidebar li {
	margin: 0;
	background: none;
	border-top: 1px solid #82a53d;
	padding: 10px 0 0 12px
}

#sidebar h2 {
	padding:10px;
	margin: 0;
	background: #82a53d;
	border-top:2px solid #7a3d2c;
	border-bottom:2px solid #7a3d2c;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
}

#sidebar .first {
	border: none;
}

#footer-wrapper {
	height: 75px;
	padding: 20px 0;
	background: #7a3d2c;
	border-top: 10px solid #82a53d;
	text-align: center
}

#footer {
	margin: 0;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #fff;
}

#footer a {
	color: #fff;
}

#owner {
	padding: 10px 0 10px 60px;
}