html {
	height: 100%;
	background:url(../images/background.png) repeat-x center top;
}
body {
	height:100%;
	background:url(../images/slider-shadow.png) no-repeat center 388px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#70706F;
}
#page1000 {
	width:950px;
	margin:auto;
	padding-bottom:40px;
}
a {
	color:#792e23;
	text-decoration:none;
}

/* Font Definition */ 
/* ------------------------------------------------------------------------------------------------------ */ 
/*@font-face {
    font-family: 'DaxOT';
    src: url('../font/DaxOT-Medium.eot');
    src: url('../font/DaxOT-Medium.eot?#iefix') format('embedded-opentype'),
         url('../font/DaxOT-Medium.woff') format('woff'),
		 url('../font/DaxOT-Medium.otf') format('otf'),
         url('../font/DaxOT-Medium.svg#DaxOT') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'DaxOT';
    src: url('../font/dax-medium-webfont.eot');
    src: url('../font/dax-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/dax-medium-webfont.woff') format('woff'),
		 url('../font/dax-medium-webfont.otf') format('otf'),
         url('../font/dax-medium-webfont.svg#DaxOT') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dax-regularregular';
    src: url('../font/dax-regular-webfont.eot');
    src: url('../font/dax-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/dax-regular-webfont.woff') format('woff'),
         url('../font/dax-regular-webfont.ttf') format('truetype'),
         url('../font/dax-regular-webfont.svg#dax-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Page Definition */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#Head {
	width:950px;
	height:85px;
	margin-top:60px;
}
#Logo {
	float: left;
    padding-left: 18px;
    width: 201px;
}
#Navigation, #searchBox {
	width:700px;
	height:40px;
	float:right;
	position:relative;
}
#Main {
	width:1000px;
}
#Lang {
	font-size:22px;
	line-height:32px;
	font-family: DaxOT, Arial, Helvetica, sans-serif;
	width:50px;
	float:right;
	margin-top:20px;
}
#ContentMain {
	width:950px;
	float:left;
}
#Header {
	font-family: "dax-regularregular", Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:21px;
	height:330px;
	position:relative;
	margin-bottom:40px;
}
#HeadTxt {
	background-image:url(../images/bg-text.png);
	position:absolute;
	bottom:30px;
	right:0;
	width:358px;
	height:auto;
	min-height:60px;
	text-align:left;
	padding: 20px;
	
}
#HeadTxt > span {
	vertical-align:middle;	
}
#Navigation2 {
	width:180px;
	height:40px;
	font-family: "dax-regularregular", Arial, Helvetica, sans-serif;
	color:#70706f;
	float:left;
	margin-right:55px;
}
#Content {
	width:905px;
/*	min-height:300px;
	height:auto !important;
	height:300px;*/
	padding:0 20px 20px 20px;
	float:left;
}
#Content:empty {
	display:none;
}
#Footer {
	width:100%;
	height:31px;
	border-top:3px solid #76271f;
	padding:4px 0 0 0;
	position:fixed;
	left:0;
	bottom:0;
	z-index:99;
	background-color:#FFF;
}

#Done {
	margin: 0;
	margin-bottom:15px;
    padding-left: 40px;
    width: 875px;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/* Navigation */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#Navigation ul {
    position:absolute;
	top:0;
	right:0;
}
#Navigation li {
    font-size: 16px;
	font-family: "dax-regularregular", Arial, Helvetic, Sans-serif;
	color: #76271f;
    list-style: none;
    width: auto;
	float:left;
	padding:0 5px;
	line-height:28px;
}
#Navigation li a, #Navigation li a:link, #Navigation li a:visited {
    display: block;
    text-decoration: none;
}
#Navigation li a:hover {
	border-bottom:2px solid #76271f;
}
#Navigation li a.aktiv1 {
	font-family: DaxOT, Arial, Helvetic, Sans-serif;
	border-bottom:2px solid #76271f;
}

/* ------------------------------------------------------------------------------------------------------ */

/* Navigation2 */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#Navigation2 ul {
}
#Navigation2 li {
	font-size:18px;
	font-family: "dax-regularregular", Arial, Helvetica, sans-serif;
	text-align:right;
	border-bottom:solid 1px #70706f;
	line-height:45px;
}
#Navigation2 li:first-child {
	border-top:solid 1px #70706f;
}
#Navigation2 li a, #Navigation2 li a:link, #Navigation2 li a:visited {
	color:#70706f;
	line-height:45px;
	text-decoration:none;
	display:block;
	padding:0px 5px 0px 5px;
}
#Navigation2 > ul > li.aktiv1 {
	background-color: #eee;
}
#Navigation2 > ul > li.aktiv1 > a, #Navigation2 ul li a:hover {
	font-family: DaxOT, Arial, Helvetica, sans-serif;
	color:#76271F;
}
#Navigation2 li ul {
	display:block;
	padding-bottom:15px;
}
#Navigation2 li li {
	border:none !important;
	font-size:15px;
	line-height:20px;
}
#Navigation2 li li a, #Navigation2 li li a:link, #Navigation2 li li a:visited {
	line-height:20px;
}
/*------------------------------------------------------------------------------------------------------ */

/* Search / Suche */
/* ------------------------------------------------------------------------------------------------------ */ 
form#Search {
    position:absolute;
	top:0;
	right:0;
}
#Search input {
	font-size:14px;
	font-family: "dax-regularregular", Arial, Helvetica, sans-serif;
    color: #76271F;
/*	text-align:right;*/
	border: 1px solid #76271F;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #76271F;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #76271F;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #76271F;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #76271F;
}
/*------------------------------------------------------------------------------------------------------ */

/* Content */
/* ------------------------------------------------------------------------------------------------------ */ 
.Content h1 {
	font:normal 20px DaxOT, Arial, sans-serif;
	color:#76271f;
	margin:0px 0px 10px 0px;
}
.Content h2 {
	font:normal 20px DaxOT, Arial, sans-serif;
	margin:10px 0px 5px 0px;
}
.Content h3 {
	font:normal 18px DaxOT, Arial, sans-serif;
	color:#76271f;
	margin:10px 0px 5px 0px;
}
.Content h4 {
	font:normal 18px DaxOT, Arial, sans-serif;
	margin:3px 0px 5px 0px;
}
.Content p, .Content .tileContainer { 
	margin:5px 0px 8px 0px;
}
.Content td {
}
.Content th {
}
.Content a, .Content a:link, .Content a:visited {
	color:#76271f;
	text-decoration: none;
}
.Content a:hover {
	text-decoration: underline;
}
.Content ul { 
	margin:0px 0px 12px 15px;
}
.Content li {
	list-style:disc;
	margin:0px 0px 4px 0px;
}
.Content li a, .Content li a:link, .Content li a:visited {
	color:#76271f;
	list-style:square;
	margin:0px 0px 4px 0px;
}
.Content li a:hover {
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------------------ */ 
/* Tiles */
/* ------------------------------------------------------------------------------------------------------ */ 
#tileContainer {
	margin:0 0 -12px -12px;
}
.tileBox {
	width:180px;
/*	height:277px;
	height:auto;*/
	margin: 0 0 12px 12px;
	cursor:pointer;
	float:left;
	background-color:#fff;
	-moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	behavior: url(/css/pie/PIE.htc);
}
.tileBox:hover img {
	opacity: 0.5;
}
.tileBox h3, .tileBox .tileTxt {
	padding:0 13px;
}
.tileBox h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: "dax-regularregular", Arial, Helvetica, sans-serif;
	padding-top:12px;
	padding-bottom:6px;
}
.tileBox .tileTxt {
	font-size:12px;
}
.tileTxt {
	min-height:45px;
	margin-bottom:10px;
}
/* ------------------------------------------------------------------------------------------------------ */ 
/* Lang */
/* ------------------------------------------------------------------------------------------------------ */ 
#Lang a {
	background:url(../images/lang-inactive.jpg) no-repeat;
    color: #FFF;
    display: block;
    height: 33px;
    margin: 0 0 2px 12px;
    text-decoration: none;
    width: 33px;
	text-align:center;
}
#Lang a:hover, #Lang a.aktiv1 {
	background:url(../images/lang-active.jpg) no-repeat;
}
/* ------------------------------------------------------------------------------------------------------ */ 
/* footer */
/* ------------------------------------------------------------------------------------------------------ */ 
#Footer div { 
	background-color:#76271f;
	padding:6px;
}
#Footer p { 
	font:normal 16px "dax-regularregular", Arial, sans-serif;
	line-height:22px;
	color:#fff;
	width:950px;
	margin:0 auto;
}
#Footer a, #footer a:link, #footer a:visited {
	color:#fff;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------------------ */

/* Done */
/* ------------------------------------------------------------------------------------------------------ */ 
#Done p, #Done td { 
	font-size: 11px;
	color:#ddd;
	text-align:right;
}
#Done a, #Done a:link, #Done a:visited {
	color:#ddd;
	text-decoration: none;
}
#Done a:hover {
	color:#666;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/* Formular */
/* ------------------------------------------------------------------------------------------------------ */ 
input, textarea, select {
	font: 11px Arial, sans-serif;
	border:solid 1px #CCCCCC;
	background:#ffffff;
	padding:2px;
	margin:0px 0px 3px 0px;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/* Team */
/* ------------------------------------------------------------------------------------------------------ */ 
.tblTeam h3 {
	margin-top:0;
	line-height:20px;
}

/* ------------------------------------------------------------------------------------------------------ */ 

/*CMS*/
table#cmsContentList tr:hover td {
	background-color:#ddd;
}
table#cmsContentList tr:first-child td {
	background-color:transparent;
	border-bottom: solid 1px #ccc;
}