
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1169px) {

body {
	font-size:14px;
	line-height:20px;
	background:#e3e3e3;
}

#container {
	width: 760px;
	font-size:13px;
	line-height:20px;
}

#topmap {
	width:760px;
	height:192px;
	background-size:760px 192px;
}

#mainMenu {
	width:760px;
	height:51px;
}

#mainMenu li a {
    font-size: 16px;
    font-weight: bold;
    padding: 16px 12px 14px;
}

#content {
	width:720px;
	min-height:483px;
	padding:25px 20px 0px 20px;
}

#left {
	display:inline;
	float:left;
	width:100%;
}

#right {
	width:100%;
	display:inline;
	position:relative;
	float:left;
	right:auto;
}

#right img { max-width:235px; margin:0 3px 25px !important }
.txt { width:auto }

#newsletterInput {
	padding-top:4px;
	padding-left:3px;
	height:25px;
	width:350px;
	float:left;
	display:inline; 
}

input#buttonAdd {display:inline; float:left; margin-top:0; margin-left:40px; margin-right:0}

}