.small-window div.main-page
{
	width: 490px;
	//height: 600px;
	overflow: hidden;
	padding-top:0;
	margin-top: 2px;  
	margin-right: auto;  
	margin-bottom: 2px;  
	margin-left: auto;
	xbackground-color: pink;
}

body.small-window div.main-content
{
	padding: 0;
	margin:0;
	height: auto;
	border-style: none;
	text-align: left;
}
	
	
body.small-window div.main-center
{
	display: inline-block;
	overflow: hidden;
	margin:0 0 10px 0;
	padding: 0;
	text-align: left;
	border-radius: 0 0 20px 0;
	xborder-color: orange;
	border-style: none;
	xbackground-color: red;
	/*
  box-shadow: 3px 3px 4px 1px #999999; 
  -webkit-box-shadow: 3px 3px 3px 1px #999999 !important;
  -moz-box-shadow: 3px 3px 3px 1px #999999 !important;
  -ms-box-shadow: 3px 3px 4px 1px #999999 !important;
  -o-box-shadow: 3px 3px 4px 1px #999999 !important;   
  */    	
}

body.small-window div.main-left
{
	margin: 0 !important;
	padding: 0 !important;
	xbackground-color: red;
}

body.small-window div.main-right
{
	margin: 0 !important;
	padding: 0 !important;
	xbackground-color: blue;

}

body.small-window div.main-footline
{
	line-height: 20px; 
	padding-left: 0.5em;
	padding-right: 0.5em;
}


body.small-window div.map
{
	display: inline-block;
	overflow: hidden;
	width: 480px;
	height:320px;
	xborder-top-left-radius: 20px;
	xborder-top-right-radius: 20px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #dddddd;
	padding: 0;
	margin-bottom: 0px;
}

body.small-window div.kontakt
{
	width: 450px;
	padding: 10px 0 10px 20px;
	font-size:95%;
	xbackground-color:orange;
}

body.small-window div.kontakt h3
{
	font-size:80%;
	padding: 0.5em 0 0.5em 0;
	font-style: italic;
}

body.small-window div.kontakt caption
{
	width: 20em;
	font-size: 95%;	
	padding-top: 1.5em;
}

body.small-window div.kontakt table
{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

body.small-window div.kontakt td
{
	padding-right: 1em:
	padding-top: 0.2em;
}

body.small-window div.kontakt table.hours tr:last-child td
{
	font-style: italic;
	font-weight: bold;
	font-size: 80%;
}

body.small-window div.button
{
	width:100px; 
	line-height: 20px; 
	background-color: #00b0c4; 
	text-align:center; 
	border-radius: 20px;
}

body.small-window div.button a
{
	text-decoration:none;
	color: #ffffff; 
	text-align:center; 
	font-size:80%;
	line-height: 20px; 
	padding: 0em 0.4em 0.2em 0.4em;
}


body.small-window div.button:hover
{
  cursor:pointer;
  background-color: #41d8e5 !important; //#24e6f3;
  box-shadow: 1px 1px 4px 1px #999999 !important;; 
  -webkit-box-shadow: 1px 1px 4px 1px #999999 !important;
  -moz-box-shadow: 1px 1px 4px 1px #999999 !important;
  -ms-box-shadow: 1px 1px 4px 1px #999999 !important;
  -o-box-shadow: 1px 1px 4px 1px #999999 !important;         
}


body.small-window div.button:hover a
{

}

body.small-window div.button-close
{
	width:100px; 
	line-height: 20px; 
	background-color:darkred; //00b0c4; 
	color: #ffffff; 
	text-align:center; 
	font-size:80%;
	margin-left:auto; 
	margin-right:0; 
	border-radius: 20px 0 0 0px;
}

body.small-window div.button-close:hover
{
  cursor:pointer;
  background-color: red;//#41d8e5 !important; //#24e6f3;
  box-shadow: -1px -1px 4px 1px #999999 !important;; 
  -webkit-box-shadow: -1px -1px 4px 1px #999999 !important;
  -moz-box-shadow: -1px -1px 4px 1px #999999 !important;
  -ms-box-shadow: -1px -1px 4px 1px #999999 !important;
  -o-box-shadow: -1px -1px 4px 1px #999999 !important;         
}

