html, body {
	height: 100%;
}

body,form,div,p,h1,h2,h3,td,input,select {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

body {
	background-color: #7E8BA9;
}

p {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: none;
}

/*  ----------------------------------------------
	Tablelayout
----------------------------------------------  */

td.pageBorder {
	width: 10px;
	background-color: #FFF;
}

td.pageContent {
	width: 740px;
	background-color: #FFF;
}


/*  ----------------------------------------------
	TopMenu
----------------------------------------------  */

div#topMenu { 
	padding: 15px;
	text-align: right;
	margin-right: 0px;
}

div#topMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #76798A;
	padding-left: 5px;
	padding-right: 5px;
}

div#topMenu a.arzt:hover,
div#topMenu a.arzt:focus,
div#topMenu a.arzt:active,
div#topMenu a.arzt.active {
	color: #7AB503;
}

div#topMenu a.assistenz:hover,
div#topMenu a.assistenz:focus,
div#topMenu a.assistenz:active,
div#topMenu a.assistenz.active {
	color: #0085B2;
}

div#topMenu a.patient:hover,
div#topMenu a.patient:focus,
div#topMenu a.patient:active, 
div#topMenu a.patient.active {
	color: #083684;
}

div#topMenu a.presse:hover,
div#topMenu a.presse:focus,
div#topMenu a.presse:active,
div#topMenu a.presse.active {
	color: #DE7428;
}

div#topMenu a.bde:hover,
div#topMenu a.bde:focus,
div#topMenu a.bde:active,
div#topMenu a.bde.active {
	color: #7E8CA9;
}

/*  ----------------------------------------------
	LeftSide 
----------------------------------------------  */

td#leftSide {
	width: 209px;
}

/*  ----------------------------------------------
	LeftMenu
----------------------------------------------  */

.arzt div#menuOuter .bgcolor {
	background-color: #7AB503;
}

.assistenz div#menuOuter .bgcolor {
	background-color: #0085B2;
}

.patient div#menuOuter .bgcolor {
	background-color: #083684;
}

.presse div#menuOuter .bgcolor {
	background-color: #DE7428;
}

.bde div#menuOuter .bgcolor {
	background-color: #7E8CA9;
}

div#menuOuter {
	width: 209px;
	background-image: url(../image/shadowRight.jpg);
	background-repeat: repeat-y;
}

.arzt div#menuOuter a,
.arzt div#menuOuter li  {
	color: #DBF2B5;
}

.assistenz div#menuOuter a,
.assistenz div#menuOuter li  {
	color: #AADBEA;
}

.patient div#menuOuter a,
.patient div#menuOuter li  {
	color: #9EBDE1;
}

.presse div#menuOuter a,
.presse div#menuOuter li  {
	color: #F5D5C0;
}

.bde div#menuOuter a,
.bde div#menuOuter li  {
	color: #D9DDE5;
}

.arzt div#menuOuter a:hover,
.arzt div#menuOuter a:focus,
.arzt div#menuOuter a:active {
	color: #DBF2B5;
	background-color: #A4CD65;
}

.assistenz div#menuOuter a:hover,
.assistenz div#menuOuter a:focus,
.assistenz div#menuOuter a:active {
	color: #AADBEA;
	background-color: #21A9C8;
}

.patient div#menuOuter a:hover,
.patient div#menuOuter a:focus,
.patient div#menuOuter a:active {
	color: #9EBDE1;
	background-color: #5E74A9;
}

.presse div#menuOuter a:hover,
.presse div#menuOuter a:focus,
.presse div#menuOuter a:active {
	color: #F5D5C0;
	background-color: #EA9F6D;
}

.bde div#menuOuter a:hover,
.bde div#menuOuter a:focus,
.bde div#menuOuter a:active {
	color: #D9DDE5;
	background-color: #A8B2C9;
}

div#menuInner {
	width: 184px;
	font-family: Arial, Helvetica, sans-serif;
}

div#menuInner .header {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #FFF;
	width: 166px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div#menuInner ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div#menuInner ul li {
	padding: 0px;
	margin: 0px;
}

div#menuInner a {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
}

div#menuInner ul ul a {
	padding-left: 35px;
	background-image: url(../image/dot.gif);
	background-repeat: no-repeat;
	background-position: 25px 8px;

}

div#menuInner ul ul li a.login {
	vertical-align: middle;
}

div#menuInner a.active {
	color: #FFF !important;
	font-weight: bold !important;
}

/*  ----------------------------------------------
	LeftLoginBox
----------------------------------------------  */

div#loginBlock {
	width: 184px;
	background-color: #D9DCE4;
	margin-bottom: 14px;
}

div#loginBlock table {
	margin: 4px;
	margin-right: -4px;
	margin-bottom: 0px;
}

div#loginBlock div {
	margin: 6px;
	margin-right: -6px;
	margin-bottom: 0px;
}

div#loginBlock input {
	width: 72px;
}

div#loginBlock a.main {
	font-weight: bold;
}

div#loginBlock a {
	color: #4A4A4A;
}

div#loginBlock a:hover,
div#loginBlock a:focus,
div#loginBlock a:active {
	color: #000;
}


/*  ----------------------------------------------
	menuFooter
----------------------------------------------  */

.footer {
	width: 378px;
	border-top: 1px solid #7E8BA9;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E8BA9;
	padding: 3px;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E8BA9;
	padding-left: 4px;
	padding-right: 4px;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
	color: #5A6887;
}

/*  ----------------------------------------------
	content
----------------------------------------------  */

#content {
	margin-top: 22px;
	padding-bottom: 10px;
}

/*--------------------------------*/

#content ul {
	padding-left: 16px;
	margin-left: 0px;
}

h1 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 12px;
	color: #083684;
}

.arzt h1 {
	color: #7AB503;
}

.assistenz h1 {
	color: #0085B2;
}

.patient h1 {
	color: #083684;
}

.presse h1 {
	color: #DE7428;
}

.bde h1 {
	color: #7E8CA9;
}

/*--------------------------------*/

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	color: #273981;
	font-size: 12px;
	font-weight: bold;
}

/*--------------------------------*/

.strong {
	font-size: 12px;
	font-weight: bold;
}

div.block {
	margin-bottom: 10px;
}


div.block p {
	margin: 0px;
}

/*--------------------------------*/

#content a.link {
	color: #1E83AD;
	border-bottom: 1px dotted #1E83AD;
}

#content a.link:focus, 
#content a.link:hover {
	color: #1E83AD;
	border-bottom: 1px solid #1E83AD;
}

#content a.link1 {
	color: #4167AF;
}

#content a.link1:hover,
#content a.link1:focus {
	color: #233A80;
}	

#content .mailLink {
	color: #1E83AD;
}

#content .mailLink:focus, 
#content .mailLink:hover {
	color: #1E83AD;
}

#content .linkline {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: bottom;
	height: 14px;
}

#content .linkline img {
	vertical-align: bottom;
	margin-top: -4px;
}

/*--------------------------------*/

div.block a {
	display:block;
	text-align: right;
	color: #4167AF;
	font-weight: bold;
}

div.block a:hover,
div.block a:focus {
	color: #233A80;
}

/*--------------------------------*/

div.archive {
	margin-bottom: 20px;
}

div.archive a {
	display:block;
	color: #4167AF;
	font-weight: bold;
}

div.archive a:hover,
div.archive a:focus {
	color: #233A80;
}

/*--------------------------------*/

div.nav a {
	display:block;
	color: #4167AF;
	font-weight: normal;
}

div.nav a:hover,
div.nav a:focus {
	color: #233A80;
}

/*--------------------------------*/

div.events {
	margin-bottom: 1em;
}

div.marginTop {
	margin-top: 26px;
}

div.events div.date {
	color: #273981;
	font-size: 12px;
	font-weight: bold;
}

div.events div.date a.link1 {
	font-size: 12px;
	font-weight: bold;
}

div.events div.title {
	font-size: 12px;
	font-weight: bold;
}

div.events div.content {
	margin-bottom: 1em;
}

div.events div.link {
	margin-bottom: 1em;
}

div.events div.linkBack {
	text-align:right;
}

div.events div.linkBack a.link1 {
	font-weight: bold;
}


/*--------------------------------*/

div.job {
	margin-bottom: 1em;
}

div.job div.label {
	color: #273981;
	font-size: 12px;
	font-weight: bold;
	color: #273981;
}

div.job div.label a.link1 {
	font-size: 12px;
	font-weight: bold;
}

div.job div.date {
	color: #999;
}

div.job table.details {
	margin-bottom: 1em;
}

div.job table.details td {
	vertical-align: top;
	padding-bottom: 4px;
}

div.job table.details td.left {
	padding-right: 10px;
	font-weight: bold;	
}

div.job div.linkBack {
	text-align:right;
}

div.job div.linkBack a.link1 {
	font-weight: bold;
}

/*--------------------------------*/

div.links div.anchors {
	margin-bottom: 2em;
	color: #7E8BA9;
	text-align: center;
}

div.links div.anchors a {
	margin-bottom: 1em;
	color: #7E8BA9;
}

div.links div.anchors a:hover,
div.links div.anchors a:focus {
	color: #5A6887;
}

div.links div.linkGroup {
	margin-bottom: 1em;
}

/*--------------------------------*/

div.book {
	margin-bottom: 1em;
}

div.book .image {
	margin-right: 10px;
	margin-bottom: 10px;
}

div.book .new,
div.book .recommend {
	font-weight: bold;
	color: #DE7428;
}

div.book .recommend {
	color: #0085B2;
}

div.book .title {
	font-weight: bold;
	margin: 0px;
}

div.book .author {
	color: #999;
}

div.book .label {
	font-weight: bold;
}

div.linkBack {
	text-align:right;
}

div.book .linkBack a.link1 {
	font-weight: bold;
}

/*--------------------------------*/

/*div.press = div.events*/

div.events div.pressDate {
	color: #999;
}

div.download {
	margin-top: 5px;
	padding: 1px;
	border: 1px solid #BBB;
	margin-bottom: 10px;
}

div.download .label {
	padding: 3px;
	border-bottom: 1px solid #BBB;
	background-color: #EEE;
}

div.download .zip {
	padding: 3px;
	padding-left: 26px;
	background-image: url(../image/zipIcon.gif);
	background-repeat: no-repeat;
	background-position: 3 5;
	margin-bottom: 0.5em;
}


div.download .items {
	padding: 3px;
}


/*--------------------------------*/

a.formButton {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #04A12E;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

a.formButton:hover,
a.formButton:focus,
a.formButton:active {
	color: #FFF;
	background-color: #3ABD02;
	border: 0px none;
}

/*--------------------------------*/

div.line {
	height: 1em;
	border-top: 1px solid #223881;
	clear: both;
}

/*  ----------------------------------------------
	imageWithDescription
----------------------------------------------  */

.imageWithDescription {
	margin-bottom: 10px;
	width: 10px;
}

.imageleft {
	margin-right: 10px;
}

.imageRight {
	margin-right: 10px;
}

.imageWithDescription .description {
	padding: 3px;
	font-size: 11px;
	background-color: #D9DCE3;
}

/*  ----------------------------------------------
	ImageBox
----------------------------------------------  */

.imageBox {
	width: 184px;
	margin-bottom: 17px;
	background-color: #D9DCE3;
}

.imageBox a {
	font-size: 12px;
	color: #4A4A4A;
}

.imageBox a:hover,
.imageBox a:focus,
.imageBox a:active {
	color: #000;
}

.imageBox .header {
	color: #FFF;
	font-size: 12px; 
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
}

.imageBox .image {
	text-align: center;
}

.imageBox .bottomMargin {
	padding-bottom: 16px;
}

.imageBox .description {
	font-size: 12px; 
	padding-top: 8px;
	padding-bottom: 11px;
	padding-left: 16px;
	padding-right: 16px;
}

/*  ----------------------------------------------
	LeftImageBox
----------------------------------------------  */

td#leftSide .imageBox {
	width: 184px;
	/*margin-top: 22px;*/
}

td#leftSide .imageBox .header {
	background-color: #223881;
	text-align: center;
}


/*  ----------------------------------------------
	rightSide 
----------------------------------------------  */

td#rightSide {
	width: 159px;
	padding-left:25px;
	/*padding-top: 22px;*/
}

td#rightSide .imageBox .header {
	background-color: #818BA6;
	text-align: center;
}

/*  ----------------------------------------------
	related 
----------------------------------------------  */

.related .header {
	background-color: #818BA6;
	text-align: center;
}

.related .description {
	white-space: normal;
	font-size: 11px;
}

.related .description a {
	white-space: normal;
	display: block;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
}


/*  ----------------------------------------------
	printVersion.print 
----------------------------------------------  */

body.print {
	background-color: #FFF;
}

/*  ----------------------------------------------
	printVersion.screenOnly 
----------------------------------------------  */

table.screenOnly td {
	background-color: #555;
	border-bottom: 1px solid #AAA;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
	
table.screenOnly td a {
	color: #DDD;
}

table.screenOnly td a:focus,
table.screenOnly td a:hover {
	color: #FFF;
}


/*  ----------------------------------------------
	Admin Pages
----------------------------------------------  */

TR.list_header {
	FONT-WEIGHT: bold; COLOR: #ffffff; BACKGROUND-COLOR: #000066;
}
TR.list_row {
	COLOR: #000000; BACKGROUND-COLOR: #F0F0F0;
}

TR.list_row a {
	display: block;
	color: #000065;
	BACKGROUND-COLOR: #F0F0F0;
	text-decoration: none;
}

TR.list_row a:hover {
	color: #000065;
	BACKGROUND-COLOR: #D9D9D9;
	text-decoration: none;
}

TR.nav_bar {
	COLOR: #000000; BACKGROUND-COLOR: #BBD7EE
}
TR.form_separator {
	BACKGROUND-COLOR: #c0c0c0
}
TR.form_element {
	FONT-SIZE: 9px
}
TR.form_empty {
	
}
TR.form_action {
	
}

DIV.block {
	MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px; TEXT-ALIGN: left;
}
DIV.grayed {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #AEAEAE;
}

.required {
	font-size: 10px; color: #CD540A; font-weight: bold;  
}

.noBottomSpacing {
	padding-bottom: 0px;
}


#arztHeader {
	font-size: 14px;
	font-weight: bold;
	color: #083684;
}

#praxisHeader {
	font-size: 14px;
	font-weight: bold;
	color: #083684;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}