﻿body, html {
	scrollbar-shadow-color: #c8ae80;
	scrollbar-face-color: #fdeac9;
	scrollbar-base-color: #fdf6ea;
	scrollbar-highlight-color: #c8ae80;
	scrollbar-3dlight-color: #c8ae80;
	scrollbar-darkshadow-color: #705a32;
	scrollbar-track-color: #705a32;
	scrollbar-arrow-color: #705a32;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	background: #FDEAC9;
}

#startseite {
	font-family: Verdana;
	color: #9E8047;
	margin-left: 80px;
	margin-top: 00px;
	margin-right: 80px;
	margin-bottom: 00px;
	background-color: #FDEAC9;
	text-align: justify;
	font-size: 1.0em;
}
#startseite h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #9E8047;
}
#startseite h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #9E8047;
}
#startseite h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #9E8047;
}

#content {
	font-family: Verdana;
	color: #9E8047;
	margin-left: 80px;
	margin-top: 00px;
	margin-right: 80px;
	margin-bottom: 00px;
	background-color: #FDEAC9;
	text-align: justify;
	font-size: 1.4em;
}
#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #9E8047;
	text-decoration: underline;
}
#content h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #9E8047;
	text-decoration: underline;
}
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #9E8047;
}

/*Links im Text*/
#content a {
	font-family: Verdana;
	color: #a47542;
	text-decoration: none;
}
#content a.active {
	font-family: Verdana;
	color: #a47542;
	text-decoration: none;
}
#content a.hover {
	font-family: Verdana;
	color: #a47542;
	text-decoration: none;
}
#content a.visited {
	font-family: Verdana;
	color: #a47542;
	text-decoration: none;
}

/*Fusszeile*/
#fussnote-container {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 32px;
	width: 100%;
}
#fussnote {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: white;
	background-image: url('chrometheme/chromebg5.gif');
}
#fussnote td {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: white;
}
#fussnote a {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#fussnote a.active {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#fussnote a.hover {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#fussnote a.visited {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

/*Linkliste*/
#linkliste ul {
	margin: 3px;
	padding-left: 77px;
	list-style: none;
	height: 35px;
	position: relative;
	background: #fdeac9;
	font-size: 1.4em;
	font-weight: normal;
}
#linkliste li {
	margin: 0;
	padding: 0;
}
#linkliste li a {
	float: left;
	height: 35px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-family: verdana;
	font-weight: normal;
	text-align: center;
	padding: 0 0 0 10px;
	cursor: pointer;
	background: url(bilder/pro_six_0a.gif) no-repeat;
}
#linkliste li a b {
	float: left;
	padding: 0 25px 5px 15px;
	background: url(bilder/pro_six_0bw.gif) no-repeat right top;
	font-weight: normal;
	width: 900px;
}
#linkliste li a:hover {
	color: #fff;
	background: url(bilder/pro_six_1a.gif) no-repeat;
	font-weight: normal;
}
#linkliste li a:hover b {
	background: url(bilder/pro_six_1bw.gif) no-repeat right top;
	font-weight: normal;
	width: 900px;
}
#linkliste li a:active {
	color: #fff;
	background: url(bilder/pro_six_2a.gif) no-repeat;
	font-weight: normal;
}
#linkliste li a:active b {
	background: url(bilder/pro_six_2bw.gif) no-repeat right top;
	font-weight: normal;
	width: 900px;
}

/*Menu*/
.chromestyle {
	width: 100%;
	font-weight: normal;
	height: 29px;
	background-image: url('chrometheme/chromebg-unter.gif');
}
.chromestyle:after {
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	/*border: 1px solid #000;*/
width: 100%; /*background: url(chrometheme/chromebg5.gif) center center repeat-x; THEME CHANGE HERE*/;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #ffffff;
	font: normal 1.0em Tahoma;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #ffffff; /*THEME CHANGE HERE*/
}
.chromestyle ul li a:hover {
	background: url(chrometheme/chromebg5-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.chromestyle ul li a[rel]:after {
	/*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #ffffff;
/*THEME CHANGE HERE*/	border-bottom-width: 0;
	font: normal 1.0em Tahoma;
	line-height: 18px;
	color: #ffffff;
	z-index: 100;
	background-color: #ffffff;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid #ffffff;
/*THEME CHANGE HERE*/	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.dropmenudiv a:hover {
	/*THEME CHANGE HERE*/
background-color: #ae8c4f;
}

/*Armedic CSS-Datei Inhalt ab hier eingefügt*/
.titel {
	text-decoration: none;
/*	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #c8ae80;*/
	font-weight: bold;
	padding: 0px;
}
.inputsubmit {
	font-family: Verdana;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A48146;
	border-top: 1px solid #ccb288;
	border-left: 1px solid #ccb288;
	border-right: 1px solid #5b4727;
	border-bottom: 1px solid #5b4727;
	margin: 0px 20px 0px 0px;
}
.inputtext {
	font-weight: normal;
	text-decoration: none;
/*	background-color: #a48146;
	color: #ffffff;
	border: 1px solid #a48146; */
}
.titelzeile {
	font-weight: normal;
	text-decoration: none;
	background-color: #a48146;
	color: #ffffff;
	border-top: 1px solid #ccb288;
	border-left: 1px solid #ccb288;
	border-right: 1px solid #5b4727;
	border-bottom: 1px solid #5b4727;
}
.texttd {
	font-weight: normal;
	color: #9e8047;
/* farbe anpassen! */
	background-color: #fdeac9; 
	text-decoration: none;
	padding: 2px;
}
.text {
	font-weight: normal;
	color: #705a32;
/* farbe anpassen! */
	background-color: #fdeac9;
	text-decoration: none;
	padding: 2px;
}
.textlink {
	font-weight: normal;
	color: #705a32;
/*	background-color: #fdeac9; */
}
.textlinkartmedic {
	font-size: 9px;
	font-weight: normal;
	color: #705a32;
/*	background-color: #fdeac9; */
}
.zeile {
	line-height: 5px;
}
.event_box {
	padding: 4px;
	margin: 2px;
	border-top: 1px solid #c8ae80;
	border-right: 1px solid #c8ae80;
	border-left: 1px solid #c8ae80;
}
.artmedic_highlight {
	color: #fdeac9;
	text-decoration: none;
	border: none;
}
.artmedic_fett {
	color: #705a32;
	text-decoration: none;
	border: none;
}