body {
	margin: 0px;
	padding: 0px;
	background: url(/ccds_tpl_img/body_bg.gif) repeat-x #668033;
}

#main {
	width:940px;
	background: url(/ccds_tpl_img/content_bg.jpg) left top no-repeat #fff;
	margin: 0px auto;
	overflow:hidden;
}

#header {
	height:250px;
	position:relative;
	left:0px;
	top:0px;
}

#footer {
	height:86px;
	background: url('/ccds_tpl_img/footer_bg.jpg') repeat-x;
	text-align: center;
}

#logolink {
	position:absolute;
	left:60px;
}

#inner {
	padding: 0px 42px 0px 32px;
}

#navi {
	float: right;
	margin-top:123px;
	width: auto;
	text-align: right;
	width:540px;
}

img {
	margin: 0px;
	padding: 0px;
	border:0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

table td {
	vertical-align: top;
}

div, p, li, td {
	font-family:Arial;
	color: #fff;
	font-size: 14px;
}

a img {
	border: none;
}

a {
	color:#fff;
	text-decoration: underline;
}

#navi a {
	display:block;
	float: left;
	background: url(/ccds_tpl_img/navi_bg.jpg) no-repeat right;
	padding: 10px 15px 10px 15px;
	color: #7f7f7f;
	text-decoration: none;
	font-family:"Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

#navi a:hover, #navi a.active {
	background: url(/ccds_tpl_img/navi_bg_ho.jpg) no-repeat right;
	color: #333;
}

.clear {
	clear: both;
	height: 0px;
}

.absatz_titel {
}

.absatz_img {
	width:243px;
	float:left;
	margin-right: 8px;
	margin-left: 5px;
	margin-top: 15px;
}

.absatz_img .image_bg_center {
	background: url(/ccds_tpl_img/image_bg_center.png) repeat-y;	
}

.absatz_img .image_bg_center div {
	padding-left: 18px;
	padding-top: 3px;
}

.absatz_text {
	line-height: 18px;
	padding-left: 20px;
}

.absatz_ob {
	padding: 0px 15px 15px 15px;
}

ul {
	list-style: none;
	padding-left: 10px;
}

ul li {
	background: url(/ccds_tpl_img/bullet.png) no-repeat 0 .5em;
	padding-left:10px;
	padding-bottom: 5px;
	overflow: auto;
	display: block; /* Opera 8 */
}

li {
	padding-left: 15px;
}

.absatz_container_bg {
	background: #678133 url(/ccds_tpl_img/absatz_container_bg.gif) repeat-x top;
	border: 4px solid #9dc34e;
	width: 492px;
	padding-bottom: 10px;
}

.absatz_shadow {
	background: url(/ccds_tpl_img/absatz_bg.gif) bottom left no-repeat;
	padding: 0px 25px 7px 25px;
	margin-bottom: 20px;
}

.absatz_link {
	margin-left:-7px;
}

.absatz_link a {
	text-decoration: none;
	color: #4e4e4e;
	font-weight: bold;
	font-style: italic;
}

.absatz_link a:hover {
	cursor: pointer;
}

.absatz_link .link_left{
	display: block;
	float: left;
	height:39px;
	width:16px;
	background: url(/ccds_tpl_img/link_left.png) no-repeat;
}

.absatz_link .link_center{
	display: block;
	float: left;
	background: url(/ccds_tpl_img/link_center.png) repeat-x;
	height:39px;
}

.space {
	display: block;
	padding-top: 12px;
}

.absatz_link .link_right{
	display: block;
	float: left;
	background: url(/ccds_tpl_img/link_right.png) no-repeat;
	height:39px;
	width:16px;
}

.rechts_shadow {
	float: right;
	background: url(/ccds_tpl_img/shadow_rechts.gif) bottom no-repeat;
	padding: 0px 25px 4px 25px;
	margin-bottom: 20px;
}

.rechts_container_bg {
	width:252px;
	border:4px solid #66a8de;
	background:#66a8de url(/ccds_tpl_img/background_blue.gif) repeat-x bottom;
}

.rechts_shadow .absatz_titel {
	margin: 0px;
	padding:0px 10px 0px 10px;
}

.rechts_shadow .absatz_text {
	width: auto;
	float: none;
	padding: 10px;
}


.spalte_links {
	float:left;
	width: 550px;
}

.spalte_links .absatz_text {
	padding: 16px;
	padding-top: 0px;
}

.spalte_rechts {
	float:left;
	width:310px;
}

.spalte_rechts .absatz_text {
	padding: 16px;
}

.spalte_rechts .absatz_titel {
	padding: 0px;
}

/*---------------------- Formular -----------------------------------*/



label {
	display:block;
	float:left;
	width:120px;
	margin-bottom: 3px;
	font-weight: bold;
}

input {
	float:left;
	width:320px;
	border:1px solid #ccc;
	margin-bottom: 3px;
	padding: 2px;
	background: url(/ccds_tpl_img/input_bg.gif) top repeat-x;
}

form br {
	clear: both;
}

textarea {
	float: left;
	border:1px solid #ccc;
	width:320px;
	height:220px;
	padding: 2px;
	background: url(/ccds_tpl_img/input_bg.gif) top repeat-x #fff;
}

input#submit {
	width:138px;
	height: 39px;
	background: url(/ccds_tpl_img/form_btn.png) no-repeat;
	font-weight: bold;
	font-style: italic;
	border: none;
}

.success {
	border:4px solid green;
	padding:20px;
	background:#fff;
	color:green;
	margin-right:20px;
	margin-bottom:20px;
}

.error {
	border:4px solid red;
	padding:20px;
	background:#fff;
	color:red;
	margin-right:20px;
	margin-bottom:20px;
}

.protection {
	display: none;
}

/*---------------- Bildergalerie ------------------------*/

.thumbnail_bg {
	background: url(/ccds_tpl_img/galerie_img_bg.png) no-repeat;
	float: left;
	width:100px;
	height:100px;
}

/* ------------------ FRONTEND EDIT ---------------*/

.fe_edit div {
	color: #000;
}

#mm_link_replace {
	text-align:center;
}

#mm_link_replace a, #mm_link_replace a:hover {
	text-decoration:none;
	font-size:10px;
}