body {
  background: #FFFFFF url('../images/body-background.jpg') no-repeat fixed;
	background-size: cover;
  color: #333;
  margin: 0;
  padding: 8px 0;
  font-size: 10pt;
}
a:link    { color: #006600; text-decoration: none }
a:visited { color: #006600; text-decoration: none }
a:hover   { color: #66CC66; text-decoration: underline }

a img { border-style: none; }

h1  { font-size: 24pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }
h2  { font-family: Verdana, Arial, sans-serif; }

td.body				{ }
td.picture			{ margin-left: 1ex }

ul.nav_menu {
	list-style-type: none;
	padding: 0;
	margin: 0.3em 0 0 0;
}

li.nav_item {
  font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	line-height: 1em;
	text-align: left;
	padding: 0.3em 0;
	border: 0 dotted #CCCC99;
	border-top-width: 1px;
	margin: 0;
}

li.nav_item a:link    { color: #006600; text-decoration: none; }
li.nav_item a:visited { color: #006600; text-decoration: none; }
li.nav_item a:hover   { color: #66CC66; text-decoration: none; }

.container_12 {
  margin: 0 auto;
}

#nav_bar {
	height: auto;
	background: #FFFFCC;
	border: 1px solid #CCCC99;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: .5em;
	text-align: center;
}

#content {
	height: auto;
	border: 0 dotted #CCCC99;
	border-bottom-width: 1px;
	text-align: left;
	vertical-align: top;
  font-family: Arial, sans-serif;
}

#content h2 {
	margin: 0 0 1ex;
}

#demar-logo {
	width: 100%;
	border: 0;
}

p.title {
  margin-top: 1em;
  font-size: 0.9em;
}

div.vorher {
	float: left;
	width: 330px;
}

div.nachher {
	float: right;
	width: 330px;
}

.frame {
  display: table-cell;
  background: white;
  padding: 5px;
}

.boxshadow .frame.shadow {
  padding: 5px;
  -webkit-box-shadow: 4px 4px 16px #999999;
  -moz-box-shadow: 4px 4px 16px #999999;
  -o-box-shadow: 4px 4px 16px #999999;
  box-shadow: 4px 4px 16px #999999;
}

.no-boxshadow .frame.shadow {
  margin: 0 -20px -20px 0;
  padding: 5px 25px 25px 5px;
  background: url('../images/photo-frame-1024.png') no-repeat right bottom;
}

ul.feature-list {
	list-style: inside url('../images/demar-logo-micro.png');
}

ul.feature-list li {
	margin-top: 1.5ex;
}

.ui-tabs .ui-tabs-panel.example {
	padding: 0.7em;
	border: 1px dotted #CCCC99;
}

.ui-tabs .ui-tabs-panel.example .comment {
	font-size: 10pt;
}

.ui-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-panel {
  overflow: hidden; /* trick to ste the size of the ul */
}

.ui-tabs .ui-tabs-nav li a {
	padding: 5px;
	border: solid 1px #CCCC99;
	background: #FFFFCC;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 8px;
	background: url('../images/yellow_arrow.png') no-repeat center bottom;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	padding-bottom: 3px;
	border-bottom: solid 3px #CCCC99;
}

.ui-tabs .ui-tabs-panel {
  padding: 1em 0;
}

#TB_overlay {
	background-color: #030;
}

.imagefile {
 	display: block;
 	margin-bottom: 4px;
 }
 
.mottobox {
   font-size: 18pt;
   font-family: Times, serif;
   font-style: italic;
   line-height: 1.2em;
   margin: 1em;
   padding: 1em;
   background: url('../images/dquote.png') no-repeat;
}

table.team {
  
}

table.team tr {
  vertical-align: bottom;
}

table.team td {
  width: 50%;
  padding-bottom: 2em;
}

table.team td[colspan="2"] {
  padding-bottom: 0;
}