body {
	text-align: center;
	padding: 0px;
	background-color: #ffffff;
	font-family: 'Raleway', Arial, sans serif;
}

.nav {
	width: 100%;
	height: 120px;
	position: static;
	text-decoration: none;
	list-style-type: none;
	display: inline;
	float: center;
	text-align: justify;
	font-family: 'Raleway', Arial, sans serif;
	font-weight: 800;
	font-size: 33pt;
	line-height: .25em;
	letter-spacing: -2px;
	color: #eee;
	background-color: #fff;
	z-index: 1111;
}

.nav li {
	display: inline;
}

.nav b {
	color: #111;
}

.nav a:link {
	text-decoration: none;
	color: #eee;
}

.nav a:visited {
	color: #eee;
}

.nav a:hover {
	color: #ccc;
}

.root {
	width: 880px;
	position: static;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	float: center;
}

.trenner {
	padding: 15px 0 15px;
	width: 880px;
	z-index: 1005;
	position: relative;
	top: auto;
	text-align: center;
	font-family: 'Raleway', Arial, sans serif;
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.trenner h1 {
	font-size: 26pt;
	font-weight: 400;
	letter-spacing: .075em;
	color: #555;	
}

.trenner p {
	font-size: 14pt;
	padding: 0 80px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	color: #555;
}

#tag {
	position: absolute;
	bottom: -12px;
	left:50px;
	width:240px;
	height: 220px;
	padding: 0;
	color: #333;
	background-color: #fff;
	border-radius: 12px;
	text-align: left;
	z-index:1003;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
	-webkit-transition: 0s linear;
	-moz-transition: 0s linear;
	-o-transition: 0s linear; 
	transition: 0s linear;
}

#tag:hover {
	-webkit-transform: translate(0,-5px); 
	-moz-transform: translate(0,-5px); 
	-o-transform: translate(0,-5px); 
	-ms-transform: translate(0,-5px); 
	transform: translate(0,-5px);
}



#tag p {
	padding: 0 0 0 20px;
	font-size: 10pt;
	font-weight: 400;
	letter-spacing: 0;
	color: #333;
}

#tag a:link {
	text-decoration: none;
	color: #105994;
	border-bottom: 3px solid #fff;
}

#tag a:visited {
	text-decoration: none;
	color: #105994;
	border-bottom: 3px solid #fff;
}

#tag a:hover {
	text-decoration: none;
	color: #222;
	border-bottom: 3px solid #eee;	
}

#tag h1 {
	padding: 20px 0 20px 20px;
	line-height: 1em;
	font-size: 14pt;
	font-weight: 800;
	border-bottom: 3px solid #eee;
}

#longtag {
	position: absolute;
	bottom: -325px;
	left:50px;
	width: 335px;
	height: 450px;
	padding: 0;
	color: #333;
	background-color: #fff;
	border-radius: 12px;
	text-align: left;
	z-index:1003;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out; 
	transition: 1s ease-in-out;
   	-moz-box-shadow:    inset 0 -10 0px #ffffff;
   	-webkit-box-shadow: inset 0 -10 0px #ffffff;
   	box-shadow:         inset 0 -10 0px #ffffff;
}

#longtag:hover {
	-webkit-transform: translate(0,-120px); 
	-moz-transform: translate(0,-120px); 
	-o-transform: translate(0,-120px); 
	-ms-transform: translate(0,-120px); 
	transform: translate(0,-120px);
}



#longtag p {
	padding: 0 0 0 20px;
	font-size: 10pt;
	font-weight: 400;
	letter-spacing: 0;
	color: #333;
}

#longtag a:link {
	text-decoration: none;
	color: #105994;
	border-bottom: 3px solid #fff;
}

#longtag a:visited {
	text-decoration: none;
	color: #105994;
	border-bottom: 3px solid #fff;
}

#longtag a:hover {
	text-decoration: none;
	color: #222;
	border-bottom: 3px solid #eee;	
}

#longtag h1 {
	padding: 20px 0 20px 20px;
	line-height: 1em;
	font-size: 14pt;
	font-weight: 800;
	border-bottom: 3px solid #eee;
}

#about-tag {
	position: absolute;
	bottom: -275px;
	left:50px;
	width:290px;
	height: 440px;
	padding: 0;
	color: #333;
	background-color: #fff;
	border-radius: 12px;
	text-align: left;
	z-index:1003;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
	-webkit-transition: 0s linear;
	-moz-transition: 0s linear;
	-o-transition: 0s linear; 
	transition: 0s linear;
}

#about-tag:hover {
	-webkit-transform: translate(0,-5px); 
	-moz-transform: translate(0,-5px); 
	-o-transform: translate(0,-5px); 
	-ms-transform: translate(0,-5px); 
	transform: translate(0,-5px);
	
}

#about-tag p {
	padding: 0 0 0 20px;
	font-size: 10pt;
	font-weight: 400;
	letter-spacing: 0;
	color: #333;
}

#about-tag a:link {
	text-decoration: none;
	color: #105994;
	border-bottom: 3px solid #fff;
}

#about-tag a:visited {
	text-decoration: none;
	color: #105994;
	border-bottom: 3px solid #fff;
}

#about-tag a:hover {
	text-decoration: none;
	color: #222;
	border-bottom: 3px solid #eee;	
}

#about-tag h1 {
	padding: 20px 0 20px 20px;
	line-height: 1em;
	font-size: 14pt;
	font-weight: 800;
	border-bottom: 3px solid #eee;
}


#frame {
	position: absolute;
	bottom:0px;
	right: 0px;
	width:880px;
	height:90px;
	padding: 12px;
	color: #333;
	background-color: #eee;
	z-index:1002;
}

#frame p {
	vertical-align: top;
	font-size: 12pt; 
	padding: 0px;
	line-height: 16pt;
	letter-spacing: 0;
	text-align: right;
	margin-right: 5px;
	margin-top: 0px;
}


#tekframe {
	position: absolute;
	bottom:0px;
	right: 0px;
	width:880px;
	height:90px;
	padding: 12px;
	color: #eee;
	background-color: #3b4153;
	z-index:1002;
}

#tekframe p {
	vertical-align: top;
	font-size: 12pt; 
	padding: 0px;
	line-height: 16pt;
	letter-spacing: 0;
	text-align: right;
	margin-right: 5px;
	margin-top: 0px;
}

#image {
	-webkit-transition: 5s ease-in-out;
	-moz-transition: 5s ease-in-out;
	-o-transition: 5s ease-in-out; 
	transition: 5s ease-in-out;
	z-index: 999;
}

#image:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

#tekimage {
	background: #f1f1f1;
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out; 
	transition: 2s ease-in-out;
	z-index: 999;
}

#tekimage:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.table {
	position: absolute;
	top: -12px;
	left: 50px;
	width:85%;
	height: auto;
	overflow: visible;
	padding: 0;
	color: #333;
	background-color: #fff;
	border-radius: 12px;
	text-align: left;
	z-index:1003;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
	
}

.table table {
	float: center;
	text-align: left;
	width: 100%;
	padding: 0 30px;
	border-bottom: 4px solid #eee;
}

.table table tr:nth-of-type(2n-0) {
    background-color: #eee;
}

.table table td {
	padding: 5px 10px;
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

.unselectable { 
      -webkit-user-select: none; 
      -webkit-touch-callout: none; 
      -moz-user-select: none; 
      -ms-user-select: none; 
      user-select: none;
} 