@import url("lightbox.css");
@import url("ew-cms.css");
@import url("clearfix.css");

* {
	padding: 0;
	margin: 0;
	outline: none;
}

ul,
ul li {
	list-style: disc;
	list-style-position: inside
}

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

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

html,
body {
	width: 100%;
}

html {
	background: url(../images/bg-html.jpg) repeat center 0;
	min-width: 990px;
}

body {
	background: url(../images/bg-body.jpg) repeat-x center 0;
	color: #686868;
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	min-width: 990px;
	padding: 0 0 50px 0;
   overflow:-moz-scrollbars-vertical;
}

.image {
   border:1px solid #d5d5d5;
   background:#fff url(../images/layout/progress.gif) no-repeat center center;
   outline:none;
   padding:1px;
}

.image:hover,
a:hover img.image {
   border:1px solid #bcbcbc;
   padding:1px;
}

img.float-left {
	margin:0;
}

img.float-right {
	margin:0;
}

.image-2 {
   border:1px solid #d5d5d5;
   background:#fff url(../images/icon-progress.gif) no-repeat center center;
   padding:1px;
}

/* CONTAINER */
#container {
	width: 990px;
	margin: 0 auto;
	background: url(../images/bg-container.gif) repeat-y 0 0;
}

img.margin-left-bottom {
	margin:0 0 20px 20px;
}

/* HEADER */
#header {
	height: 288px;
	position: relative;
	background: url(../images/bg-header.jpg) no-repeat 0 0;
}

/* LOGO */
#branding a {
	position: absolute;
	left: 645px;
	top: 0;
	width: 300px;
	height: 105px;
}

/* CONTENT CONTAINER */
#content-container {
	width: 990px;
	background:url(../images/bg-content-container.jpg) no-repeat 0 0;
	padding: 0 0 73px 0;
}

/* SIDEBAR */ 
#content-sidebar {
	float: left;
	width: 362px;
	position: relative;
	background:	url(../images/bg-sidebar.jpg) no-repeat 0 0;
	margin-top: -137px;
	padding: 28px 0 0 32px;
}

#content-sidebar p {
	font-size: 13px;
}
#content-sidebar a {
	text-decoration: none;
}
#content-sidebar a:hover {
	text-decoration: underline;
}

/* NAVI IN SIDEBAR*/
ul#navi-additional {
	height: 33px;
	width: 342px;
	background: url(../images/ul-navi.gif) repeat-x 0 bottom;
	padding: 0 0 0 2px;
	margin: 22px 0 0 0;
}

ul#navi-additional li {
	height: 33px;
	float: left;
	background: url(../images/li-navi.jpg) no-repeat 0 7px;
	list-style: none;
	padding: 0 3px 0 0;
}

ul#navi-additional li a {
	height: 33px;
	padding: 0 7px 0 14px;
	color: #545454;
	text-decoration: none;
	display: block;
	float: left;
}
ul#navi-additional li a:hover {
	padding: 0 6px 0 13px;
	background: url(../images/a-navi.gif) repeat-x 0 bottom;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-decoration: none;
}
#content-sidebar #address {
	padding: 47px 0 0 97px;

}
#content-sidebar dt {
	color:#deac00;
	font-weight: bold;
	width: 51px;
	padding: 0 12px 0 0;
	float: left;
	text-align: right;
	clear: both;
}

#content-sidebar dd {
	width: 180px;
	float: left;
}

/* CONTENT MAIN */
#content-main {
	width: 480px;
	padding: 23px 38px 0 32px;
	float: left;
	position: relative;
}

/* MAIN navi */
ul#navi {
	height: 33px;
	width: 475px;
	background: url(../images/ul-navi.gif) repeat-x 0 bottom;
	padding: 0 0 0 5px;
}

ul#navi li {
	height: 33px;
	float: left;
	background: url(../images/li-navi.jpg) no-repeat 0 7px;
	list-style: none;
	padding: 0 3px 0 0;
}

ul#navi li a {
	height: 33px;
	padding: 0 7px 0 14px;
	text-decoration: none;
	display: block;
	float: left;
	color: #464646;
}

ul#navi li a:hover {
	padding: 0 6px 0 13px;
	background: url(../images/a-navi.gif) repeat-x 0 bottom;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* HEADINGS */
#content-main h2 {
	font-size: 21px;
	line-height: 21px;
	margin: 50px 0 17px 0;
	color: #deac00;
}

#content-main p {
	padding: 0 0 20px 0;
}

#content-main h3 {
	font-size: 14px;
	padding: 0 0 12px 0;
	color: #deac00;
}

/* FOOTER */
#footer {
	width: 866px;
	height: 55px;
	background: url(../images/bg-footer.jpg) no-repeat 0 0;
	padding: 0 0 0 124px;
	position: relative;
}

#footer a {
	text-decoration: none;
	color: #9f9f9f;
	font-size: 9px;
}

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

#footer ul.sitemap {
	width: 773px;
	height: 29px;
	border-top: 1px solid #b4b4b4;
	padding: 0 0 0 7px;
}

#footer ul.sitemap li {
	float: left;
	padding: 5px 6px;
   *padding: 5px 9px;
   _padding: 5px 9px;
	list-style: none;
}

/* ADDITIONAL CLASSES */
.float-right {
	float: right;
	margin: 0 0 10px 10px;
}

.float-left {
	float: left;
	margin: 0 26px 23px 0;
}

.cms-float-left {
	float: left;
	margin: 0 26px 23px 0;
}

.border {
	padding: 2px;
	border: 1px solid #5f3f2b;
}

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

.indented {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}

.hidden {
	position: absolute;
	left: -9999px;
}
.content-ul-fix {
	 margin: 0 0 20px 6px;
}

.mce-editor {
	position: relative;
}

#route {
	width:480px;
   height:350px;
   overflow:hidden;
}

/* REFERENZEN TABLE */

table {
   border-collapse:collapse;
   table-layout: fixed;
   width:100%;
}

table th {
	text-align:left;
   padding:0 5px;
}

td,
th {
   padding:0 5px;
}

thead {
   background:#d5d5d5;
}

tr.rowodd {
   background:#fff;
}

tr.roweven {
   background:#f2f2f2;
}

.sortcol {
   cursor:pointer;
}

.sortasc {
   background:#deac00 url(../images/table-up.jpg) center 4px no-repeat;
}

.sortdesc {
   background:#deac00 url(../images/table-down.jpg) center 5px no-repeat;
}

