@font-face {
  font-family: Medici;
  src: url(../../fotos/Medici_Text.ttf) format("truetype");
  font-weight: bold;
}

body {
	background-image: url(../../images/bg_image.jpg);
	background-repeat: repeat-y;
	background-color: #510000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}

a:link {
	color: #FFFFCC;
	text-decoration: none;
}

a:visited {
	color: #BB5E00;
}

a:hover {
	color: #f0cd00;
}

a:active {
	color: #808000;
}

.breadcrumb {
	white-space: normal;
	float: right;
}

div {
	padding: 0;
}

.adress {
	margin: 10px 10px 10px 10px;
	padding: 0;
}

p {
	margin: 10px 10px 10px 10px;
	padding: 0;
	text-align: justify;
	font-size: 1.1em;
}

.divTopRight {
	font-size: 12px;
}

.divOuterRight {
	font-size: 15px;
}

.copyright {
	font-size: 0.8em;
	text-align: center;
}

img {
	border: none;
}

.gen {
	margin: 1px 1px;
	font-size: 12px;
}

.genmed {
	margin: 1px 1px;
	font-size: 12px;
}

.gensmall {
	margin: 1px 1px;
	font-size: 11px;
}

.toolTip {
	border-width: thick;
    border: #b2b2b2;
    border-style: groove;
	text-align: center;
	padding: 5px;
	min-height: 1em;
}

.head1 {
	font-family: Medici, Tahoma, Geneva, sans-serif;
	font-size: 42px;
	font-weight: bold;
	text-align: left;
	text-shadow:2px 2px 2px #FCC;
	margin-left: 10px;
}

.head2 {
	font-weight: bold;
	font-size: 16px;
}

.head3 {
	font-family: Medici, Tahoma, Geneva, sans-serif;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 20px;
}

.head4 {
	font-size: 14px;
	color: #FFFFCC;
}

.table_header {
	background-color: #660000;
	background-image: url(../../fotos/bg_big.png);
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.td_gradient {
	color: #FFFFCC;
	background-color: #660000;
	background-image: url(../../fotos/gradient.png);
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.table_background {
	color: #FFFFCC;
	background-color: #660000;
	background-image: url(../../fotos/Hintergrund.jpg);
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* common gallery styling */
span.clr {
	display: block;
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* remove the table styling */
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.gallery1 {
	font-family: Tahoma, Geneva, sans-serif;
	width: 560px;
	height: 31px;
	background: #510000;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	border-bottom: 20px solid #510000;
	margin-bottom: 663px;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.gallery1 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 0;
}

/* float the list so that the items are in a line */
.gallery1 ul li {
	display: block;
	float: left;
	width: auto;
	height: 31px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #fff;
	background-color: #510000;
}

/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
.gallery1 ul li a, .gallery1 ul li a:visited {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #FFFFCC;
	background: #510000;
	line-height: 30px;
	font-size: 12px;
}

/* make the dropdown ul invisible */
.gallery1 ul li ul {
	display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */
.gallery1 ul li:hover a{
	color: #f0cd00;
	background: #000;
	cursor: default;
}

/* make the sub menu ul visible and position it beneath the first list item */
.gallery1 ul li:hover ul {
	text-align: left;
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
}

/* make the sub menu ul li the full width with padding and border. */
.gallery1 ul li:hover ul li {
	cursor: pointer;
	width: 535px;
	height: auto;
	border: 20px solid #000;
	border-width: 20px 5px;
	background-color: #510000;
	color: #fff;
	padding: 10px 10px;
	cursor: default;
}

/* style the background and foreground color of the submenu links */
.gallery1 ul li:hover ul li a {
	background: #333;
	background-color: #660000;
	background-image: url(../../fotos/Hintergrund.jpg);
	background-repeat: repeat;
	width: 118px;
	height: 118px;
	border: 1px solid #ddd;
	border-color: #888 #000 #000 #888;
}

/* add a border to the horizontal slide and position it centrally using a top margin */
.gallery1 ul li:hover ul li a.horiz span img {
	border: 1px solid #888;
	margin-top: 21px;
	z-index: 2;
}

/* add a border to the vertical slide and position it centrally using a top margin */
.gallery1 ul li:hover ul li a.vert span img {
	border: 1px solid #888;
	margin-top: 9px;
}

.gallery1 ul li:hover ul li a:active em, .gallery1 ul li:hover ul li a:focus em {
	background: #bbb;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

/* make the active links zero size so the active dotted border does not show through the large image */
.gallery1 ul li:hover ul li a:active, .gallery1 ul li:hover ul li a:focus {
	background: #aaa;
	border: 1px solid #FFFFCC;
	z-index: 2;
}

.gallery1 ul li:hover ul li a:hover {
	background: #000;
}


/* CSS Rounded corners */
.rounded {
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* CSS box-shadow */
.box-shadow {
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#888')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#888');
}

/* CSS3 text-shadow */
.text-shadow {
	text-shadow:2px 2px 2px #888;
}


