body {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.paperTop {
	background-image: url(../images/bg_paper_top.png);
	background-repeat: repeat-y;
	background-position:center;
  height: 100px;
}

.paperBottom {
	background-image: url(../images/bg_paper_bottom.png);
	background-repeat: repeat-y;
	background-position:center;
  height: 100px;
}

table.bg {
	background-image: url(../images/bg_paper.png);
	background-repeat: repeat-y;
	background-position:center;
  width: 877px;
}

.content {
	padding-left: 60px;
	padding-right: 120px;
}

#footer p {
	text-align: left;
	font-size: 13px;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color:#999999;
}

#logo {
	clear:both;
	padding-left: 188px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#thumbs {
	float:left;
	clear:left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#content,
#footer {
  	padding-left: 230px;
    display: block;
    padding-top: 0px;
  }

#footer {
  padding-top: 30px;
} 

p {
	color:#333333;
	font-size: 15px;
	margin-top: 0px;
}

a:link {
	color: #999999;
	text-decoration:none;
}
a:visited {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #f90;
	text-decoration:none;
}
a:active {
	color: #f90;
	text-decoration:none;
}

ul.check {
  list-style-image: url(../images/tick.png);
}

ul.check li {
  padding-left: 0.5em;
  margin-left: 0;
  margin-bottom: 0.3em;
  text-indent: 0;
}

ul.check li.sub {
  margin-left: 2em;
  list-style-image: none;
  list-style-type: disc;
  font-size: 90%;
  color: #333;
}

ul#nav {
  list-style: none;
  padding: 30px 0 0 0;
  margin: 0;
  display: block;
}

ul#nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 85px;
}

ul#nav li a {
  display: block;
  height: 85px;
  width: 280px;
}

ul#nav li.onkomedia a {
  background: url(../images/logo_onkomedia.png) no-repeat;
  
}

ul#nav li.kontimedia a {
  background: url(../images/logo_kontimedia.png) no-repeat;
}

ul#nav li a span {
  color: #f90;
  padding: 45px 0 0 0;
  display: block;
  text-align: right;
  font-size: 14px;
}

ul#nav li.onkomedia a span {
  color: #f90;
}

ul#nav li.kontimedia a span {
  color: #09c;
}

ul#nav li.onkomedia a:hover span {
  color: #f90;
}

ul#nav li.kontimedia a:hover span {
  color: #09c;
}

#header {
  background: url(../images/logo_amedicus.png) no-repeat 200px 0;
  display: block;
  padding: 60px 0 10px 0;
  margin: 0;
  
}

h1 {
  font-size: 22px;
  color: #999;
  margin: 0;
  font-weight: normal;
}

#header h1 {
  padding: 0 0 30px 230px;
}

h2 {
  font-size: 19px;
  color: #666;
  margin: 0;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  padding-top: 0.5em;
}

blockquote {
  font-style: italic;
  padding: 0 0 10px 0;
  margin: 0;
  color: #999;
  font-size: 18px;
  line-height: 1.8em;
}

blockquote a:link{
	color: #666;
}

blockquote a:hover{
  color: #f90;
}

h3 a,
h3 a:link,
h3 a:active,
h3 a:visited {
  color: #666;
  font-style: italic;
}

h3 a span {
  background: url(../images/calendar.png) no-repeat 0.5em center;
  padding: 0.5em 1em 0.5em 2em;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

h3 a:hover {
  color: #f90;
}

#contact div {
  padding: 0 0 1em 0;
}

#contact table {
  border-collapse: collapse;
  margin: 0 0 1em 0;
  padding: 0;
  border: 0;
  font-size: 90%;
}

#contact table th {
  font-weight: normal;
  text-align: left;
  padding: 0 0.5em 0.3em 0;
  color: #333;
}

input,
select {
  padding: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#contact input,
#contact select {
  width: 150px;
}

a.calendar span {
  font-size: 90%;
  color: #333;
  background: url(../images/calendar.png) no-repeat 0.5em center;
  padding: 0.2em 1em 0.2em 2em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

a.send:hover {
  color: #000;
}

.feedback {
  margin: 2em 0;
  padding: 2em;
  border: 1px solid #ccc;
  display: -moz-inline-box;
  display: inline-block;
}

.feedback h3 {
  margin-top: 0;
}

