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

@font-face { font-family: Garreg; src: url(../../Ugowski/css/garreg.ttf); } 
/* @font-face { font-family: Garamond; src: url(../../Ugowski/garamond.ttf); } */


body {
	font: 100%/1.4 Garamond;
	background-color: #E0E0E0;
	margin: 0px;
	padding: 0px;
	color: #000;
	overflow: auto;
	direction: ltr;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s; 
	-webkit-transition: width 2s; /* Safari */
    transition: width 1s;
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	overflow: hidden;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
} /* ~~ Element-/Tag-Selektoren ~~ */

.container {
	background-color: #F0F0F0;
	margin: 0 auto;
}

.headerdiv, .iheaderdiv {
	background-color: #9E0000;
	box-shadow: 6px 4px 9px #888;
	z-index: 50;
}

.iheaderdiv {
	display: none;
}

.mainmenudiv {
	display: table;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}

.vcarddiv {
	float: right;
	font-family: Garamond;
	text-shadow: 3px 2px 1px #888;
	background-color: #9E0000;
	color: #FFF;
	text-transform: capitalize;
	vertical-align: middle;
}

.maindiv, .imaindiv  {
	background-color: #F8F8F8;
	box-shadow: 6px 4px 9px #888;
	z-index: 10;
}
.imaindiv {
	background-color: #F8F8F8;
	display: table;
}

.paragraphdiv, .iparagraphdiv  {
	background-image: url(../img/paragraph.png);
	background-repeat: no-repeat;
}

.icontentdiv {
	background-color: #9E0000;
	z-index: 200;
}

.ivcarddiv {
	float: left;
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
	background-color: transparent; 
}


.logodiv {
	float: left;
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
	background-color: transparent; 
}

.picturediv, .ipicturediv {
	background-color: #9E0000;
	background-repeat: no-repeat;
	background-size: contain;
}

.footerdiv, .ifooterdiv {
	background-color: #9E0000;
	clear: both; 
	box-shadow: 6px 4px 9px #888;
}

.ifooterdiv {
	display: none;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
a img { 
	border: none;
}
a:link {
	color: #000;
	text-decoration: none; 
	text-align: center;
}
a:visited {
	color: #000;
	text-decoration: none;
	text-align: center;
}
a:hover, a:active, a:focus { 
	color: #000;
	text-decoration: none;
	text-align: center;
}
h2, h3, h4, h5, h6, p {
	font-family: Garamond;
}
h1 {
	text-shadow: 2px 1px 0px #AAA;
	font-weight: 400;
	letter-spacing: 1.2px;
}
h2 {
	font-weight: bold;
}
#diviwelcome h1{
	text-shadow: none;
}
.content {
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: transparent;
	z-index: 100;
}
.inhalt {
	z-index: 70;
	background-color: transparent;
}
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	background-color: #9E0000;
}
ul.nav li {
	border-bottom: 1px solid #666; 
}

ul.nav a, ul.nav a:visited { 
	display: block; 
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ADB96E;
	color: #FFF;
}
footer {
	background-color: transparent;
	clear: both; 
}
.clearfloat { 
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
header, footer {
	display: block;
}
section, aside, article, figure {
	display: block;
}
address {
	text-align: center;
	color: #FFF;
	font-family: Garamond;
}
.menutab {
	border: none;
	border-color: #FFFF00;
	text-align: center;
	vertical-align: text-bottom;
}
.menuItem {
	vertical-align: bottom;
	text-align: right;
	text-transform: capitalize;
	color: #FFF;
}
.Auflistung {
	font-family: Garamond;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
}
. {
/*	float: right; */
	position: fixed;
	display: none;
}
.imprintButton {
    background-color: #E0E0E0;
	border-left: outset 1px #000000;
	border-right: inset 1px #000000;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	visibility: visible;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	border: 1px;
	border-style: none;
	background-size: contain;
	-webkit-background-size: contain; /* For WebKit*/
    -moz-background-size: contain;    /* Mozilla*/
    -o-background-size: contain;      /* Opera*/
	box-shadow: 6px 4px 9px #888;
	font-family: Garamond;
}
.Button {
    background-color: #E0E0E0;
	border-left: outset 1px #000000;
	border-right: inset 1px #000000;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	visibility: visible;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	border: 1px;
	border-style: none;
	background-size: contain;
	-webkit-background-size: contain; /* For WebKit*/
    -moz-background-size: contain;    /* Mozilla*/
    -o-background-size: contain;      /* Opera*/
	box-shadow: 6px 4px 9px #888;
	font-family: Garamond;
}
#karte {
	box-shadow: 6px 4px 9px #888;
}
.footer, .header {
	background-color: #9E0000;
}
weiss {
	color: #FFF;
}
td a:link {
	color: #FFF;
}

td a:visited {
	color: #FFF;
}
	

/*style="margin-left: 3px; z-index: 0; background-color: #FF00FF; */
.subMenu {
	display: none;
	background-color: transparent;
}
.subMenuItem {
	vertical-align: text-top;
	color: #FFF;
	background-color: #9E0000;
	text-align: center;
}
a .schwarz {
	color: #000;
}
.iimprintdiv a, .iimprintdiv a:link, .iimprintdiv a:visited, .iimprintdiv a:hoover {
	color: #FFF;
}

td a:link .schwarz {
	color: #000;
}

a:link .weiss {
	color: #FFF;
}

#recht1, #recht2, #recht3, #recht4 {
	display: none;
}

.rechtsgebietebild {
	background-image:url(../img/rechtsgebiete.jpg);
}

.impressumbild {
	background-image: url(../img/bildimpressum.jpg);
}

.kontaktbild {
	background-image: url(../img/kontakt.jpg);
}

.indexbild {
	background-image: url(../img/index.jpg);
}

.vitabild {
	background-image: url(../img/vita.jpg);
}


#page1 {
	display: table;
}
#page2 {
	display: none;
}
#page3 {
	display: none;
}
#page4 {
	display: none;
}
#zukleindiv,#zukleindiv_transparent {
	resize: both;
	z-index: 5000;
	background-color: silver;
	font-size: larger;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
    position: fixed; 
	display: table;
	opacity: 0.8;

}
#zukleindiv_transparent {
	background-color: transparent;
}
#zuklein {
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	line-height: 40px;
}
.iweiterdiv {
	background-color: transparent; 
	z-index: 10000; 
}

.pdfVersion {
	visibility: hidden;
}