@media (min-width: 850px) and (max-width: 3027px) {

BODY, TD {
	color: #FF7000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	font: italic normal bolder;
	background-color: Silver;
}

#BannerOben iframe {
    top: 0;
    width: 50%;
    height: 100px;
    float: left;
    margin: 1px 1px 1px 1px;
    /* margin Top Right Bottom Left
    overflow: hidden; */
    position: fixed;
    border: none
}

H4 {
    font-size: 14pt;
	font-weight: bold;
}

H5 {
	font-size: 12pt;
	font-weight: bold;
}

#menu-icon {
    display: hidden;
}

nav {
    float: right;
	padding: 0;
	top: 0;
	margin: -50px 1px 10px 1px;
	font-size: 20px;
}

#menu-icon a:hover {
	background-color: gray;
	border-radius: 6px 6px 0 0;
}

    ul {
    	list-style: none;
    }

    li {
    	display: inline-block;
    	padding: 10px
    }


   /*************** Ende Darstellung auf Desktops ***************/ } 

/********** mobile Geräte **********/

@media (max-width: 850px) {

BODY, TD {
	color: #FF7000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	font: italic normal bolder;
	background-color: silver;
}

#BannerOben iframe {
    top: 0;
    width: 50%;
    height: 100px;
    float: left;
    margin: 1px 1px 1px 1px;
    /* margin Top Right Bottom Left
    overflow: hidden; */
    position: fixed;
    border: none
}



#menu-icon {
	display:inline-block;
	width: 64px;
	height: 32px;
	/* top: 150px; */
	background: Silver url(./ico/SalimsMenu.gif) center;
}


nav {
    float: right;
    padding: 0;
	top: 0;
	margin: -30px 1px 10px 1px;
	font-size: 14px;
}


#menu-icon a:hover {
	background-color: gray;
	border-radius: 8px 8px 0 0;
}

	nav ul, nav:active ul { 
		display: none;
		position: absolute;
		background: #fff;
		right: 20px;
		top: -5px;
		border-radius: 8px 0 8px 8px;
        list-style-type: none;
        background-color: lightgray;
    }

	nav li {
		text-align: center;
		width: 100%;
		padding: 5px 0;
		margin: 0;
		font-size: 16px;
	}

    nav:hover ul {
	display: block;
	}

    .current {
    color: red;
    }

}
    /********** End mobile Geräte **********/

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    border: 0;
}

table {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    border: 0;
}
#logo{
    margin: 2px;
    left: 0;
    width: 100%;
    height: 80%;
    background: url(./ico/Salims_Logo_gr.gif) no-repeat left;
    background-size: 315px 90px;
	display: block;
}

/* ================================================================================================ */

#Main .iframe {
    left: 100px;
    /* width: 100%;
    top: 1000px;
    height: 100%;
    float: left;
    margin: 1px 1px 1px 1px; */
    /* margin Top Right Bottom Left */
    /* overflow: hidden;
    position: absolute; */
    border-color: green;
    border: 5px;
}


header {
	background: silver;
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #FF7000;
	z-index: 100;
	font-size: 18px;
}


section {
	margin: 120px auto auto;
	min-width: 200px;
    height: 250%;
	padding: 10px
}
	

H1 {
	font-size: 48pt;
	border: none;
}

H2 {
	font-size: 24pt;
	text-decoration: blink;
}

H3 {
	font-size: 18pt;
}

H4 {
    font-size: 14px;
	font-weight: bold;
}

H5 {
	font-size: 12px;
	font-weight: bold;
}

H3B {
	font-size: 18pt;
	text-decoration: blink;
}

h4bbo {
    font-size: 14pt;
	font-weight: bold;
	text-decoration: blink;
	color: #FF7000;
}


H6 {
	font-size: 10pt;
	font-weight: bold;
	color: #FF7000;
}


HR {
	color: #FF7000;
	height: 3pt;
}

.rounded:before {
  background: transparent url(top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(top-left.png);
  padding: 0;
}

.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(bottom-left.png);
  margin: 0 0 -1px 0;
  height: 30px;
  background: white;
  background: transparent url(bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}

a:link {color: #FF7000;}

a:visited {color: #FF7000;}

/* a:active {color: #FF7000;} */

A {
    text-decoration: none;
 }

A:Hover {
    text-decoration: underline;
    color: #007000;
}

.gallerytitle {
  font-family: "Times New Roman", Times, serif;
  font-size: 18pt;
}

.thumbnailtitle {
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
}

.navigationtext {
  font-family: "Times New Roman", Times, serif;
}

table.center {
  margin-left:auto; 
  margin-right:auto;
  border: none;
}

table.background {
 background-image: url("ico/Salims_Logo_gr.gif"); 
 background-repeat: no-repeat;
 background-position: top; 
 border-collapse: separate;
 border: none;
 height: 108px;
 width: 100%;
} 

td.left {
  text-align: left;
  border: none;
}

td.center {
  text-align: center;
  border: none;
}

td.right {
  text-align: right;
  border: none;
}

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {font-family:"Easy Street EPS";src:url("Easy_Street_EPS.eot?") format("eot"),url("Easy_Street_EPS.woff") format("woff"),url("Easy_Street_EPS.ttf") format("truetype"),url("Easy_Street_EPS.svg#") format("svg");font-weight:normal;font-style:normal;}

T12 {
  font-family: "Easy Street EPS", Times, serif;
  font-size: 12pt;
}

T18 {
  font-family: "Easy Street EPS", Times, serif;
  font-size: 18pt;
}
T24 {
  font-family: "Easy Street EPS", Times, serif;
  font-size: 24pt;
}

T36 {
  font-family: "Easy Street EPS", Times, serif;
  font-size: 36pt;
}

T48 {
  font-family: "Easy Street EPS", Times, serif;
  font-size: 48pt;
}

T60 {
  font-family: "Easy Street EPS", Times, serif;
  font-size: 60pt;
}

T72 {
  font-family: "Easy Street EPS", Times, serif;
  font-size: 72pt;
}
