@CHARSET "UTF-8";

html {
	overflow: scroll;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #b2e4d1;
}

a, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#root {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(../../img/micontran/header.jpg);
	width: 100%;
	height: 130px;
}

#main {
	width: 100%;
	background-color: #ffffff;
}

#table_main {
	width: 100%;
}

#table_main td {
	vertical-align: top;
}

#border_left {
	background-image: url(../../img/micontran/border_left.jpg);
	width: 21px;
}

#border_right {
	background-image: url(../../img/micontran/border_right.jpg);
	width: 21px;
}

#banner {
	width: 253px;
}

#display {
	background-image: url(../../img/micontran/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content {
	clear: left;
	width: 100%;
	height: 100%;
	min-height: 464px;
	margin-bottom: 10px;
}

#menu {
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	float: left;
	padding: 0px;
	margin: 0px;
}

#footer {
	background-image: url(../../img/micontran/footer.jpg);
	width: 100%;
	height: 118px;
}

#video {
	width: 519px;
}

#impressum_table {
	width: 100%;
	position: relative;
	top: 29px;
	font: normal 10px Verdana;
}

#impressum_table td {
	text-align: center;
	width: 100%;
}

#impressum_table a {
	margin-left: 10px;
	margin-right: 10px;
}

#copyright_table {
	width: 100%;
	position: relative;
	top: 65px;
	right: 31px;
}

#copyright_table td {
	text-align: right;
	width: 100%;
	font: normal 10px Verdana;
	color: white;
}

/* Accordions */
.accordion_toggle {
	display: block;
	min-height: 30px;
	width: 519px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	background-color: #b7e6d4;
	border-bottom: 1px solid #23a04e;
	cursor: pointer;
	margin: 0px;
}

.accordion_toggle:hover {
	font-weight: bold;
}

.admin .accordion_toggle:hover {
	font-weight: normal !important;
}

.admin .accordion_toggle {
	cursor: move !important;
	color: #000000 !important;
}

.admin .accordion_toggle span {
	cursor: text !important;
}

.accordion_toggle_active {
	color: #ffffff;
	background-color: #23a04e;
	border-bottom: 1px solid #b7e6d4;
}

.accordion_content {
	overflow: hidden;
	width: 519px;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

.accordionList {
	list-style-type: none;
	padding-left: 0px;
}

.editor_field {
	width: 400px;
}

#contact input {
	width: 300px;
}
