@font-face {
	font-family: 'RotisSemiSansBold';
	src: url('../fonts/RotisSemiSansBold.eot');
	src: url('../fonts/RotisSemiSansBold.otf') format('opentype');
}

@font-face {
	font-family: 'RotisSemiSansRegular';
	src: url('../fonts/RotisSemiSansRegular.eot');
	src: url('../fonts/RotisSemiSansRegular.otf') format('opentype');
}

@font-face {
	font-family: 'HoeflerTextItalic';
	src: url('../fonts/HoeflerTextItalic.eot');
	src: url('../fonts/HoeflerTextItalic.ttf') format('truetype');
}

* {
	font-family: arial;
}

img {
	border: 0;
}

body {
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: white;
	color: black;
}

div#container {
	width: 1000px;
	margin: auto;
}

div#header {
	position: relative;
}

img#logo {
	position: relative;
	top: 20px;
	left: 10px;
}

div#image {
	width: 999px;
	position: absolute;
	top: 69px;
	height: 290px;
	background-repeat: no-repeat;
	background-position: right center;
	z-index: 501;
}

div#image img {
	position: absolute;
	height: 290px;
	left: -100px;
	padding: 0;
	margin: 0;
}

div#content {
	margin-top: 238px;
	float: left;
	width: 800px;
}

div#sidebar {
	margin-top: 238px;
	float: left;
	width: 180px;
	padding: 10px;
}

div#sidebar a:hover {
	color: #5e851b;
}

div#footer {
	position: relative;
	left: -100px;
	top: 40px;
	background-image: url(../img/assets/overlay-top.png);
	background-repeat: no-repeat;
	background-position: 0px -240px;
	font-family: arial;
	height: 80px;
	font-size: 12px;
	text-align: center;
	color: #bbb;
	clear: both;
	padding-top: 20px;
	width: 1200px
}

div#footer a {
	color: #bbb;
	text-decoration: none;
}

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

/* Top Navigation */

ul.navbar {
	z-index: 1001;
	position: absolute;
	top: 65px;
	right: 0px;
	list-style-type: none;
}

ul.navbar li {
	float: left;
	margin-right: 10px;
	height: 35px;
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
}

ul.navbar li a{
	padding: 0 10px;
	line-height: 35px;
	font-family: 'RotisSemiSansRegular', arial;
	font-size: 16px;
	color: #636363;
	text-decoration: none;
}

ul.navbar li a:hover {
	color: #82b02e;
}

ul.ueber_uns li.ueber_uns,
ul.historie li.ueber_uns,
ul.produkte li.produkte,
ul.referenzen li.referenzen,
ul.support li.support,
ul.open_source li.open_source,
ul.contacts li.contacts,
ul.publikationen li.publications,
ul.tickets li.tickets,
ul.glossar li.glossar,
ul.kontakt li.kontakt,
ul.impressum li.impressum {
	background-image: url(../img/bgs/navbar.png);
}

ul.ueber_uns li.ueber_uns a,
ul.historie li.ueber_uns a,
ul.produkte li.produkte a,
ul.referenzen li.referenzen a,
ul.support li.support a,
ul.open_source li.open_source a,
ul.publikationen li.publications a,
ul.contacts li.contacts a,
ul.tickets li.tickets a,
ul.glossar li.glossar a,
ul.kontakt li.kontakt a,
ul.impressum li.impressum a {
	color: white;
}

div#quote {
	font-family: 'HoeflerTextItalic';
	font-size: 36px;
	color: #8e949f;
	position: relative;
	height: 81px;
	top: 124px;
	line-height: 40px;
	left: 44px;
	z-index: 1002;
}


div#subnav {
	z-index: 1002;
	position: absolute;
	top: 314px;
	background-image: url(../img/bgs/subnav_shadow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 37px;
}

div#subnav ul {
	clear: both;
	list-style-type: none;
	background-image: url(../img/bgs/subnav.png);
	background-repeat: repeat-x;
	height: 29px;
	width: 999px;
	margin: 0;
	padding: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
}

div#subnav ul li {
	float: left;
	padding: 0;
}

div#subnav ul li a {
	font-size: 13px;
	font-family: 'RotisSemiSansBold', arial;
	color: white;
	text-decoration: none;
	height: 29px;
	display: block;
	float: left;
	padding: 9px 12px 9px 13px;
}

div#subnav ul li a:hover,
ul.betrachtung li.betrachtung,
ul.pacs-migration .pacs-migration,
ul.besprechung .besprechung,
ul.digitalisierung li.digitalisierung,
ul.kis-anbindung .kis-anbindung,
ul.dokumentation li.dokumentation,
ul.telemedizin li.telemedizin,
ul.kommunikation li.kommunikation,
ul.archivierung li.archivierung,
ul.ris .ris,
ul.a li.a,
ul.b_c li.b_c,
ul.d_g li.d_g,
ul.h_j li.h_j,
ul.k_m li.k_m,
ul.n_r li.n_r,
ul.s_u li.s_u,
ul.v_z li.v_z {
	background-image: url(../img/bgs/subnav_active.png);
	background-position: left top;
	background-repeat: repeat-x;
}

/* Content */

div#content h1 {
	font-family: 'RotisSemiSansBold', arial;
	font-weight: normal;
	font-size: 19px;
	padding-bottom: 1px;
	color: #5e851b;
	border-bottom: 3px solid #b4ec48;
	display: inline-block;
	margin-bottom: 20px;
	float: left;
	padding-left: 24px;
	margin-left: -24px;
}

div#content a {
	color: black;
	padding-left: 12px;
	background-image: url(../img/assets/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

div#content a:hover {
	color: #5e851b;
	background-image: url(../img/assets/arrow_green.png);
	border-bottom: 1px solid #b4ec48;
}

div#content div.separator {
	float: left;
	background-image: url(../img/content/separator.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 7px;
	width: 646px;
	margin-bottom: 20px;
}

/* Produkte */

div.firstcol {
	clear: both;
}

div.firstcol h1, h1.lefty {
	padding-left: 24px;
	margin-left: -24px;
}

div.produkte h1 {
	width: 232px;
}

div.col {
	float: left;
	width: 320px;
	margin-right: 60px;
}

div.col p {
	clear: both;
	margin-top: 14px;
	line-height: 1.5em;
}

div.col img {
	display: block;
}

div#anwenderprofil ul, div#pacslist ul, div#advantages ul, div#oursupport ul {
	list-style-type: none;
	padding: 0;
	margin: 14px 0 12px 0;
}

div#anwenderprofil ul li, div#pacslist ul li {
	padding-left: 22px;
	margin-bottom: 15px;
	line-height: 18px;
	background-image: url(../img/assets/tick.png);
	background-position: left 2px;
	background-repeat: no-repeat;
}

div#zusammenfassung {
	clear: both;
}
div.produkt {
	clear: both;
}

div#anwenderprofil {
	margin-top: 55px;
	margin-bottom: 35px;
}

div#produktdetails {
	margin-bottom: 35px;
}

h2 {
	font-weight: bold;
	color: black;
	font-size: 12px;
	font-family: arial;
}

div#zusammenfassung h2, div#screenshot h2, div#anwenderprofil h2, div#produktdetails h2, div#extras h2 {
	padding-bottom: 1px;
	border-bottom: 3px solid #ffe611;
	display: inline-block;
	margin: 4px 0;
}

div#content p {
	margin-bottom: 24px;
}

div#anwenderprofil h2, h2.blue {
	border-bottom: 3px solid #02cbff;
}

h2.blue {
	display: inline-block;
	margin-bottom: 15px;
}

div#produktdetails h2 {
	border-bottom: 3px solid #b4ec48;
}

div#advantages h2 {
	display: inline-block;
	border-bottom: 3px solid #ffe611;
}

div#oursupport h2 {
	display: inline-block;
	border-bottom: 3px solid #ffb311;
}


div#produktdetails ul, ul.arrows {
	list-style-type: none;
	padding: 0;
	margin: 14px 0 12px 0;
}

div#produktdetails ul li, ul.arrows li, div#advantages ul li, div#oursupport ul li {
	padding-left: 14px;
	line-height: 14px;
	background-image: url(../img/assets/arrow.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

ul.arrows li.testimonial {
	font-family: 'HoeflerTextItalic';
	font-size: 16px;
	color: #8ba8cd;
	padding-left: 26px;
	margin-bottom: 15px;
	line-height: 18px;
	background-image: url(../img/content/refquote.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 30px 0 26px -26px;
}




div#extras h2 {
	border-bottom: 3px solid #ffb311;
}

div#extras ul, ul.arrows {
	list-style-type: none;
	padding: 0;
	margin: 14px 0 12px 0;
}

div#extras ul li, ul.arrows li {
	padding-left: 14px;
	line-height: 14px;
	background-image: url(../img/assets/arrow.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

/* Sidebar */

div#sidebar {
	line-height: 1.5em;
}

div#sidebar div.adr {
	margin-bottom: 10px;
}

div#sidebar .tel, div#sidebar .fax, div#sidebar .email {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	height: 30px;
	line-height: 24px;
}

div#sidebar .tel {
	background-image: url(../img/sidebar/phone.png);
}

div#sidebar .fax {
	background-image: url(../img/sidebar/fax.png);
}

div#sidebar .email {
	display: block;
	background-image: url(../img/sidebar/mail.png);
	text-decoration: none;
	color: black;
}

div#sidebar .contact {
	font-size: 16px;
	font-family: 'RotisSemiSansBold', arial;
	font-weight: normal;
	color: #6e6e6e;
	background-image: url(../img/sidebar/clip.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	line-height: 24px;
	padding-left: 26px;
	margin-left: -3px;
}

div#sidebar div.separator {
	background-image: url(../img/sidebar/separator.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 12px;
	width: 240px;
	margin: 20px 0 20px -50px;
}

div.produkte img {
	clear: both;
	padding: 9px 15px 15px 8px;
	background-image: url(../img/assets/frame.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Support */

form, div.submit, .cl {
	clear: both;
}

label {
	display: inline-block;
	font-size: 11px;
}

div.input input, div.input select, div.input textarea {
	margin-bottom: 10px;
	width: 300px;
	background: #b8e0ff;
	border: 1px solid #66aaff;
	padding: 2px;
}

textarea {
	background: #b8e0ff;
	border: 1px solid #66aaff;
}

div.input input.system_name, label.system_name {
	width: 320px;
	float: left;
	margin-right: 10px;
}

label.system_name {
	margin-right: 20px;
}

div.input input.system_amount, label.system_amount {
	width: 50px;
	float: left;
	margin-right: 10px;
}

div.input input.system_version, label.system_version {
	width: 80px;
	float: left;
}

div.input select {
	width: 306px;
}

.cake-sql-log {
	display: none;
}

/* Glossar */

div.glossar {
	line-height: 1.5em;
	width: 750px;
}

div.glossar h2 {
	clear: both;
	color: #5e851b;
	font-family: "RotisSemiSansBold", arial;
	font-weight: normal;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 6px;
}

div.glossar a {
	font-weight: bold;
	font-variant: italic;
}

fieldset {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f8f8fa;
	border: 1px solid #f0f0f0;
	padding: 10px;
	margin-left: -11px;
}

fieldset.on label {
	color: #006699;
}

fieldset.on {
	background: #f0fcff;
	border: 1px solid #bbeeff;
}

fieldset input:focus, fieldset select:focus, fieldset textarea:focus {
	background: #d0ecff;
	border: 1px dotted #0099ff;
	border-bottom: 1px solid #0099ff;
}

fieldset textarea:focus {
	border: 1px dotted #0099ff;
	border-left: 1px solid #0099ff;
}

h2.on {
	color: #006699;
}

fieldset.on label.on {
	color: #002266;
}

#flashMessage {
	clear: both;
	color: #cc0000;
	margin: 10px 0;
	font-weight: bold;
	text-decoration: underline;
}

div.input input.form-error, div.input textarea.form-error{
	border: 1px solid #c00;
	background: #fcc;
}

.error-message {
	color: #c00;
	margin-bottom: 20px;
	font-weight: bold;
}

.c { padding: 3px 0 1px 0; }

.c1 { border-bottom: 3px solid #f4a938;}
.c2 { border-bottom: 3px solid #e8703d;}
.c3 { border-bottom: 3px solid #d95843;}
.c4 { border-bottom: 3px solid #913126;}
.c9 { border-bottom: 3px solid #49565d;}
.c8 { border-bottom: 3px solid #4d5c5a;}
.c7 { border-bottom: 3px solid #6a7b54;}
.c6 { border-bottom: 3px solid #a19641;}
.c5 { border-bottom: 3px solid #ada248;}

div#produktintro {
	clear: both;
	width: 670px;
	line-height: 1.5em;
	margin-left: 20px;
}

div#produktintro img {
	margin-right: 20px;
}

div#produktintro h2, div#produktintro p {
	position: relative;
	top: 10px;
}

div#content a.decent {
	padding-left: 0;
	background: white;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

div#content a.decent:hover {
	color: #5e851b;
	border-bottom: 1px solid #b4ec48;
}

div#sidebar ul.pdf {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}

div#sidebar ul.pdf li {
	margin: 0;
	padding: 0 0 8px 0;
}
div#sidebar ul.pdf li a {
	display: block;
	line-height: 18px;
	background-image: url(../img/assets/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 22px;
	color: #666;
	text-decoration: none;
}

div#sidebar ul.messe h2 {
	font-size: 16px;
	font-family: 'RotisSemiSansBold', arial;
	font-weight: normal;
	color: #6e6e6e;
	background-image: url(../img/sidebar/clock.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	line-height: 24px;
	padding-left: 26px;
	margin-left: -3px;

}

div#sidebar ul.messe {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}

div#sidebar ul.messe li {
	margin: 0;
	padding: 0 0 8px 0;
	display: block;
	line-height: 18px;
}

div#content a.recommendation {
	display: inline-block;
 	clear: both;
  padding: 0 9px 0 0;
	background-image: url(../img/assets/transmit.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	color: #666;
	text-decoration: underline;
	border: 0;
}

div#content a.recommendation:hover {
	color: #f61;
}

div#recommendation {
	width: 330px;
}

div#recommendation fieldset.recommendation {
	margin: 0;
	width: 310px;
}

div#recommendation {
	clear: both;
	margin: 20px 0;
}

div#recommendation label {
	display: block;
}


div#recommendation textarea, div#recommendation input {
	clear: both;
}

div.success {
	color: #060;
	font-weight: bold;
}

form#FeedbackAddForm div.select select {
	clear: both;
	margin-top: 11px;
}

div.hidden {
	margin-top: 10px;
	display: none;
}

div.file {
	margin-top: 10px;
}

input.ticketsubmit {
	float: right;
	margin-top: 10px;
}

div#content a.main {
	color: black;
	font-weight: bold;
}

div#content a.main:hover {
	background-image: url(../img/assets/arrow_green.png);
	color: #5e851b;
}

div#language {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

div#language span {
	float: left;
	color: #ccc;
}

div#language img {
	margin-left: 16px;
	float: left;
}

ul li small {

	font-size: 10px;
	color: #999;
}

div#content a.pdf {
	position: relative;
	top: 50px;
	margin-bottom: 20px;
	display: inline-block;
	border: 0;
	padding-left: 38px;
	background-image: url(../img/assets/download.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	font-weight: bold;

}

.sidebarimage {
	position: relative;
	left: -10px;
	margin: 0;
}


div#servicecall label {
	display: block;
}

div.input select#ServicecallOrdernumberType  {
	display: inline-block;
	width: 100px;

}


div.input input#ServicecallOrdernumberText {
	width: 192px;
	margin-left: 5px;
	display: inline-block;
}
