@charset "utf-8";
/* CSS Document */

* { 
	padding: 0;
	margin: 0;
}

body {
	background-image: url(../images/background-large.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #134261;
	font: Tahoma, Geneva, sans-serif;
	color: #666;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -110px;	
	width: 100%;
	height: 100%;
}

html {
	font-family: Tahoma, Geneva, sans-serif;
	overflow: auto; /*get rid of scroll bars in IE */
}

a:link { text-decoration: underline; color: #1b3273; }
a:visited { text-decoration: underline; color: #000; }
a:active { text-decoration: none; }
a:hover { text-decoration: none; color: #000; }

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #1b3273;
	margin: 0px;
	padding: 10px 0 10px 0;
	text-align: left;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #1b3273;
	margin: 0px;
	padding: 10px 0 10px 0;
	text-align: left;
}

p {
	padding: 7px 0 7px 0;
}

ul {
	padding: 5px 0 7px 40px;
}

ol {
	padding: 5px 0 7px 40px;
}

iframe {
	border: 1px solid #004A7F;
}

#inner {
	position: relative;
	margin: 0 auto;
	top: 110px;
	background-color: transparent;
	width: 1024px;
	min-height: 601px;
	border: 0px; 
	padding: 0px;
}

#inner-bottom {
	position: relative;
	left: 655px;
	top: -2px;
	width: 375px;
	height: 25px;
	border: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}

#inner-bottom a {
	color: #FFF;
	text-decoration: none;
}

#inner-bottom a:hover {
	color: #00feff;
	text-decoration: none;
}

#right-column {
	position: relative;
	margin: 0 0 0 242px;
	padding: 1px 0 0 0;
	background-image: url(../images/right-column-background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	width: 782px;
	min-height: 601px;
}

#right-column-top {
	position: relative;
	margin: -1px 0 0 0;
	padding: 0;
	width: 728px;
	height: 203px;
	border: 0;
}

#text {
	position: relative;
	width: 728px;
	height: 100%;
	left: 15px;
	top: 5px;
	padding: 0;
	border: 0;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
}

#breadcrumb {
	font-size: 11px;
	padding-bottom: 2px;
}

#breadcrumb a {
	color: #1b3273;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}

#left-column {
	position: absolute;
	margin: -110px 0 0 0;
	padding: 0;
	background-image: url(../images/column-left-full.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 242px;
	height: 820px;
}

#left-column-sub {
	position: absolute;
	margin: -110px 0 0 0;
	padding: 0;
	background-image: url(../images/column-left-sub-menu.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 242px;
	height: 820px;
}

.twitter-share-button {
	position: absolute;
	margin: -20px 0 0 907px;
	border: 0;
	background: transparent;
}

#content-bottom {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 43px;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

#main-navigation {
	width: 184px;
	height: 189px;
	border-bottom: 1px solid #ccc;
	margin-top: 6px;
}

#top-image {
	position: absolute;
	margin: -190px 0 0 184px;
	width: 590px;
	height: 188px;
	border: 1px solid #ccc;
}

.team {
	border: 1px solid #666;
}

/*Main Menu Start */

ul.vert-one {
	z-index: 20;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font: normal 13px Tahoma, Geneva, sans-serif;
	line-height: 200%;
	width: 168px;
}
ul.vert-one li {
	margin: 0;
	padding: 0;
}
ul.vert-one li a {
	display: block;
	text-decoration: none;
	background: url(../images/nav-off.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	color: #666;
	padding: 0 0 0 16px;
	width: 168px;
	height: 25px;
}
ul.vert-one li a:hover {
	background: url(../images/nav-over.jpg);
	background-repeat: repeat-x;
	color: #fff;
	width: 168px;
	height: 25px;	
}
ul.vert-one li a.current,ul.vert-one li a.current:hover {
	background: url(../images/nav-current.jpg);
	background-repeat: repeat-x;
	color: #1b3273;
	font-weight: normal;
	width: 168px;
	height: 25px;
}

/*Main Menu End */

/*Sub Menu Start */

ul.vert-one-sub {
	z-index: 20;
	margin: 375px 0 0 1px;
	padding: 0;
	list-style-type: none;
	display: block;
	font: normal 13px Tahoma, Geneva, sans-serif;
	line-height: 200%;
	width: 220px;
}
ul.vert-one-sub li {
	margin: 0;
	padding: 0;
}
ul.vert-one-sub li a {
	display: block;
	text-decoration: none;
	background: url(../images/nav-off.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	color: #666;
	padding: 0 0 0 20px;
	width: 220px;
	height: 25px;
}
ul.vert-one-sub li a:hover {
	background: url(../images/nav-over.jpg);
	background-repeat: repeat-x;
	color: #fff;
	width: 220px;
	height: 25px;	
}
ul.vert-one-sub li a.current,ul.vert-one-sub li a.current:hover {
	background: url(../images/nav-current.jpg);
	background-repeat: repeat-x;
	color: #1b3273;
	font-weight: normal;
	width: 220px;
	height: 25px;
}

/*Sub Menu End */

.risiko-table {
	width: 730px;
	height: 650px;
	border-collapse: collapse;
}

.risiko-table td, tr {
	border: 1px solid #CCC;
	padding: 5px;
}

.gesetzliche-table {
	width: 730px;
	height: 480px;
	border-collapse: collapse;
	text-align: left;
}

.gesetzliche-table td, tr, th {
	border: 1px solid #CCC;
	padding: 5px;
}

.arrow {
	display: inline;
	width: 10px;
	height: 7px;
	padding-right: 10px;
}

#social-icons {
	position: relative;
	left: 927px;
	top: -2px;
	width: 100px;
	height: 25px;
	border: 0;
	padding: 0;	
}

.facebook {	
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	padding: 0;
	border: 0;
	margin: 0;
}

.twitter {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	padding: 0;
	border: 0;
	margin: 0;
}

.delicious {
	background-image: url(../images/delicious.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	padding: 0;
	border: 0;
	margin: 0;
}

.digg {
	background-image: url(../images/digg.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	padding: 0;
	border: 0;
	margin: 0;
}

.team {
	border: 1px solid #004A7F;
}

.dekra-1 {
	width: 129px;
	height: 250px;
	padding: 0 40px 0 0;
	display: inline;
}

.dekra-2 {
	width: 154px;
	height: 250px;
	padding: 0 40px 0 0;
	display: inline;
}

.hygiene-endoscope {
	width: 230px;
	height: 155px;
	padding: 0 40px 0 0;
	display: inline;
}

.praxis-text-spacer {
	height: 10px;
}

.sprechzeiten-text-spacer {
	height: 187px;
}

.anfahrt-text-spacer {
	height: 201px;
}

.magen-text-spacer {
	height: 77px;
}

.darm-text-spacer {
	height: 5px;
}

.vererbung-text-spacer {
	height: 63px;
}

.reflux-text-spacer {
	height: 95px;
}

.bauch-text-spacer {
	height: 113px;
}

.leberent-text-spacer {
	height: 77px;
}

.eisen-text-spacer {
	height: 131px;
}

.divertikel-text-spacer {
	height: 131px;
}

.haemochromatose-text-spacer {
	height: 13px;
}

form {
	border: 0px;
	padding: 0px;
}

fieldset {
	margin-bottom: 1em;
	padding: 0 20px 20px 20px;
	border: 1px solid #004A7F;
	background-color: #FAFAFA;
	color: #333;
}

legend {
	color: #004A7F;
	font-weight: bold;
	padding: 0 0 10px 0;
}

label {
	display: block;
	float: left;
	vertical-align: top;
	text-align: right;
	margin: 0px;
	width: 10em;
	padding-right: 1em;
}

input {
	background-color: #FFF;
 	color: #666666;
}

textarea {
	background-color: #FFF;
	color: #666666;
}

.text {
	border: 1px solid #666666;
	padding: 2px;
	width: 220px;
}

checkbox {
	background-color: #FFF;
	border: 1px solid #F4F4F4;
	padding: 5px 0 0 0;
}

.field-text {
	border: 1px solid #666666;
	padding: 2px;
	color: #666666;
}

.button-send {
	border: 1px solid #004A7F;
	padding: 3px 7px 3px 7px;
	color: #004A7F;
	font-weight: bold;
	background-color: #FAFAFA;
}

.button-reset {
	border: 1px solid #004A7F;
	padding: 3px 7px 3px 7px;
	color: #004A7F;
	font-weight: bold;
	background-color: #FAFAFA;
}