body {
	padding: 0;
	/*background-image: url(../layout/csm-bodybg.gif); */
	background-color: #f2f2f2;
	margin: 10px auto;
	width: 980px;
	/* overflow: hidden;  /* Scrollbalken im Fenster unterbinden */
}

#main {
	/* width: 100%; */
	min-height: 440px;
	background-image: url(../layout/csm-bg.gif);
	background-repeat: repeat-y;
	padding: 0px 60px 30px 60px;
}

#content {
	padding: 0px 60px;
	float: left;
}

#header {
	width: 980px;
	height: 150px;
	background-image: url(../layout/csm-header.jpg);
	background-repeat: no-repeat;
	margin: auto;
}
#navbar {
	width: 980px;
	background-image: url(../layout/csm-bg2.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 6px 0px 0px 0px;
	text-align: center;
}
#footer {
	width: 980px;
	height: 103px;
	background-image: url(../layout/csm-bg3.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 6px 0px 0px 0px;
	text-align: center;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 40px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: thin solid #4AB332;
	text-align:center;
	color: #669966;
	letter-spacing: 1px;
	margin: 0px 80px 0px 80px; 
	padding: 30px 0px 0px 0px;
}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	text-align:center;
	color: #669966;
	letter-spacing: 1px;
	margin:auto;
	padding: 0px 0px 30px 0px;
}

.objectLink{
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	text-align:center;
	color: #669966;
	letter-spacing: 1px;
	margin: 0px 0px 0px 200px;
	text-decoration: none;
}
.objectLink:hover {
	text-decoration: underline;
}


#textbox {
	width: 420px;
	/* height: 308px; */
	border: thin solid #4AB332;
	margin: 10px 0px 0px 10px;
	padding: 20px 20px 20px 20px; /* top  right  bottom  left */ /* top-bottom  right-left */
	overflow: auto;
}

#imgbox {
	width: 436px;
	height: 350px;
	float: right;
/* 	background-image:url(100px.gif); */
}

.centeredImage {
	text-align:center;
	vertical-align:middle;
	margin:0px 0px 0px 30px;
    padding:0px;
	display:block;
}
/* .centeredImage {
	text-align:center;
	vertical-align:middle;
	width:406px;
	height:306px;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	display:block;
} */

.pictFrame {
	padding:2px;
	background-color: #ffffff;
	border: 1px solid #888888;
}

.img_btn {
	float: left;
}

.maxWidth {
	width: 100%;
}


.text {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 0;
	margin: 20px 0px 0px 0px;
}
.small {
	font-size: 14px;
}

.text a:link, .text a:visited {
	color: #669966;
	font-weight: bold;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}

.ctext {
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding: 0;
	margin: 20px 0px 0px 0px;
}

p.text {
	margin: 20px 0px 0px 0px;
}

p.ctext {
	margin: 20px 120px 0px 120px;
}


img {
	border: 0;
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}


table.price {
	border: 1px solid #4AB332;
/* 	background-color: #F3F3F3; */
	margin: 10px 0px 0px 0px;
}



select.price {
	margin: 10px 0px 0px 30px;
}

.bold {
	font-weight: bold;
}


.preise {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #669966;
	padding: 0;
	margin: 20px 0px 0px 20px;
}

.admbox {
	border: 1px solid #4AB332;
	padding: 10px;;

}


