/*
  ======================================================
    LAYOUT SPECIFIC STYLESHEET DEFINITIONS
  ======================================================
*/
* {
    margin: 0;
    padding: 0;
}

html { /*Scroll fix for Opera & Firefox */
	height: 100%; 
	margin-bottom: 1px;
}

body {
    background: #382113 url(../img/bg_aloisia.jpg) top center no-repeat;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1em;
	color: #4b3320;
}

/*
  ======================================================
    HEADINGS / LINKS & IMAGES
  ======================================================
*/
h1,h2,h3,h4,h5 {
	font-family: Times, serif;
	font-weight: normal;
	color: #a70330;
}

a {
	color: #a70330;
}
img {
	border: 0;
}
.invisible {
	display: none;
}

/*
  ======================================================
    ERROR HANDLING FORMS
  ======================================================
*/
p.error {
    color: #A70330;
}

.startseite p.error {
    margin: 15px 0 10px 0;
    color: #FFF;
    font-weight: bold;
}


/*
  ======================================================
    GRID DEFNITIONS
  ======================================================
*/
#container {
	width: 936px;
	margin: 0 auto 40px;
	border: 12px solid #fff;
	background: #edead2;
}

/*
  ======================================================
    FLASH GALELRy
  ======================================================
*/

.mod_flash {
    padding: 0;
    margin: 0 0 0 -6px;
    border: 0;
    background-color: #FFF;
    width: 946px;
    height: 426px;
}

/*
  ======================================================
    TOP NAVIGATION CONTAINER
  ======================================================
*/
#topnav {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 0.75em;
    color: #FFF;
}
#topnav ul {
	text-align: right;
	list-style: none;
}
#topnav li {
	display: inline;
}
#topnav li a {
	text-transform: uppercase;
	text-decoration: none;
    color: #FFF;
}
#topnav span.active {
	font-weight: bold;
	/*color: #a70330;*/
    color: #FFF;
	text-transform: uppercase;
}

/*
  ======================================================
    MAIN NAVIGATION
  ======================================================
*/
#nav {
    background: url(../img/bg_nav.jpg) repeat-x left bottom;
    margin: 0;
    padding: 0;
    height: 43px;
    overflow: hidden;
}
#nav ul {
    line-height: 43px;
}
#nav ul a:hover {
    background: #fff;
    color: #000;
}
#nav ul li {
    margin: 0;
    float: left;
    display: block;
}
#nav ul li.active span {
    display: block;
    color: #edead2;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Times, serif;
    font-size: 0.94em; /* 15px */
    padding: 0 15px;
    background: #fff;
    color: #a70330;
}
#nav ul li a {
    display: block;
    color: #edead2;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Times, serif;
    font-size: 0.94em; /* 15px */
    padding: 0 15px;
}
#nav ul li.active a,
#nav ul li.trail a {
    background: #fff;
    color: #a70330;
    font-weight: bold;
}

/*
  ======================================================
    SUB NAVIGATION
  ======================================================
*/
#subnav {
    background: #fff;
    margin: 0;
    padding: 0;
    height: 43px;
    overflow: hidden;
}
#subnav ul {
    line-height: 43px;
}
#subnav ul a:hover {
    font-weight: bold;
}
#subnav ul li {
    margin: 0;
    float: left;
    display: block;
}
#subnav ul li.active span {
    display: block;
    color: #edead2;
    text-decoration: none;
    font-family: Times, serif;
    font-size: 0.94em; /* 15px */
    padding: 0 15px;
    background: #fff;
    color: #a70330;
    font-weight: bold;
}
#subnav ul li a {
    display: block;
    color: #a70330;
    text-decoration: none;
    font-family: Times, serif;
    font-size: 0.94em; /* 15px */
    padding: 0 15px;
}
#subnav ul li a:hover {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}
#subnav ul li.active a {
    font-weight: bold;
}

/*
  ======================================================
    SIZESWITCHER
  ======================================================
*/
#sizeswitcher {
	margin-right: 20px;
	color: #FFF;
}
#sizeswitcher .smaller{
	font-size: 1em;	
}
#sizeswitcher .bigger{
	font-size: 1.5em;	
}

#contrast {
	margin-right: 20px;
}


/*
  ======================================================
    IMAGEMAP
  ======================================================
*/
#content #imagemap {
    width: 910px;
    height: 646px;
    position: relative;
    
}
 #content #imagemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content #imagemap ul li {
    background: none;
}

#content #imagemap ul li a {
    position: absolute;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    background: url('../img/trans.gif');  /*Fix for IE to display links */
    border: 1px solid white;  
}

#content #imagemap ul li.l1 a {
    top: 432px;
    left: 222px;
}

#content #imagemap ul li.l2 a {
    top: 408px;
    left: 308px;
}

#content #imagemap ul li.l3 a {
    top: 310px;
    left: 197px;
}

#content #imagemap ul li.l4 a {
    top: 422px;
    left: 528px;
}

#content #imagemap ul li.l5 a {
    top: 272px;
    left: 683px;
}

#content #imagemap ul li.l6 a {
    top: 415px;
    left: 690px;
}

#content #imagemap ul li a:hover {
    border: 3px solid #fff;
}

/*
  ======================================================
    HEADER 
  ======================================================
*/
#header {
	position: relative;
}
#header .header_image {
	
}
#header .header_image img{
	display: block;
}
#header h1 {
	text-indent: -999em;
	background: url(../img/logo.png) no-repeat;
	width: 232px;
	height: 129px;
	left: 50%;
	margin: 0 0 0 -116px;
	position: absolute;
}

.startseite #header h1 {
    text-indent: -999em;
    background: url(../img/logo.png) no-repeat;
    width: 232px;
    height: 129px;
    left: 50%;
    margin: 1px 0 0 -116px;
    position: absolute;
}

/*
  ======================================================
    CONTENT
  ======================================================
*/
#content {
	overflow: hidden;
}

#content ul li {
	margin: 0 0 0 15px;
}

#content h2,
#content h1
 {
	font-size: 1.43em;
	line-height: 1.5em;
	margin-bottom: 1em;
	/*background: url(../img/bg_button.png) no-repeat right;*/
	background: url(../img/bg_button.png) repeat-x;
	color: #fff;
	padding-left: 11px;
	display: block;
}

#content .ce_text > h2, #content .ce_text > h1 {
	background: url(../img/bg_button_large.png) no-repeat right;
	width: 588px;
	color: #FFF;
	font-size: 1.43em;
	line-height: 1.5em;
	padding-left: 10px;
}

.startseite #content .ce_text > h2 {
    background: url(../img/bg_button_big.png) repeat-x;
    width: 896px;
    color: #FFF;
    font-size: 1.43em;
    line-height: 1.5em;
    padding-left: 10px;
    margin: 0 0 15px 0;
}

.block-gallery {
}

#content .block-right .ce_teaser > h1, 
#content .block-right .ce_teaser > h2, 
#content .block-right .ce_text > h1, 
#content .block-right .ce_text > h2 {
	background: url(../img/bg_button.png) no-repeat;
	width: 265px;
	padding: 0 0 0 11px;
}

#content .ce_text {
}

#content .ce_text p {
	padding: 0 0 10px 10px;
}

#content .block-full {
	padding: 15px 30px 15px 15px;
	font-size: 0.88em; /* 14px */
	line-height: 1.5em;
	float: left;
}

#content .block-full p {
	margin: 1em 0;
}

#content .block-full ul {
	margin: 1em 3em;
	list-style-type: none;
}

#content .block-full ul li {
	list-style-type: none;
	background: url(../img/marker.png) no-repeat 0 0.3em;
	padding-left: 1.2em;
	margin-bottom: 1em;
}

.block-left {
	float: left;
	width: 588px;
}

.block-right {
	float: left;
	width: 277px;
	margin: 15px 0 0 0;
	background: #fff;
	padding: 8px;
	font-size:0.88em;
	line-height:1.5em;
}
.block-right .entry {
	margin-top:15px;
}
.block-right .entry h2, .col1 h2, .col2 h2, .col3 h2 {
	margin:2px 0 !important;
}
.block-right .entry .image img, .col1 .image img, .col2 .image img {
	width:100%;
}
.entry .price {
	margin-top:15px;
	font-weight:bold;
	font-size:16px;
}
.entry .price span {
	font-size:30px;
	color:#800;
}

.image_container img{
	border: 0;
}

/*
  ======================================================
    3-COLUMNS LAYOUT STARTPAGE
  ======================================================
*/
.block-3cols {
	overflow: hidden;
	border-top: 12px solid #fff;
	border-bottom: 12px solid #fff;
	background: url(../img/bg_3col.png) repeat-y center;
	float: left;
    width: 100%; 
}
.block-3cols h2 a{
	text-decoration: none;
}
.block-3cols div {
	float: left;
	width: 304px;          
}
.block-3cols div div {
	float: none;
	width: auto;
	border: 0;
}
.block-3cols div.col2 {
	padding: 0 12px; 
}               
.block-3cols .image {
	margin: 4px 0 0 0;
	padding: 8px;
	text-align: center;
}
.block-3cols .entry {
	padding: 15px;
	font-size: 0.81em; /* 13px */
	line-height: 1.5em;
}
.miniform {
	background: url(../img/bg_wood.jpg);
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
.mod_subscribe {
	background: url(../img/bg_wood.jpg);
	padding-bottom:15px;
	color:#fff;
}
.block-3cols p.more a, a.more {
	display: block;
	line-height: 32px;
	/*background: url(../img/bg_button.png) no-repeat right;*/
	color: #A70330;
	font-family: Times, serif;
	text-decoration: none;
	margin-top: 1em;
	font-size: 1.2em;
	float: right;
}
.block-3cols .formbody {
	padding: 10px;
}
.block-3cols .formbody h2 {
	font-size: 1.43em;
	color: #fff;
}
.block-3cols .formbody label, .mod_subscribe label {
	color:  #fff;
	display: block;
	font-size: 1em;
	margin-bottom: 3px;
}
.mod_subscribe label {
	margin-left:10px;
}
.block-3cols .formbody input {
	width: 98%;
	border: 0;
	background: #eeebd4;
	font-size: 1em;
	margin-bottom: 10px;
	height: 30px;
	padding: 0 1%;
}
.mod_subscribe input {
	display:block;
	width: 90%;
	border: 0;
	background: #eeebd4;
	font-size: 1em;
	height: 30px;
	padding:0 5px;
	margin: 0 0 10px 10px;
}

.block-3cols .formbody input.submit {	
	display: block;
	line-height: 32px;
	background: url(../img/bg_button.png) no-repeat right;
	color: #fff;
	font-family: Times, serif;
	text-decoration: none;
	padding-left: 10px;
	text-align: left;
}
.mod_subscribe input.submit {	
	display:block;
	width: 93%;
	line-height: 32px;
	background: url(../img/bg_button.png) no-repeat right;
	color: #fff;
	font-family: Times, serif;
	text-decoration: none;
	padding-left: 10px;
	text-align: left;
}
.block-3cols .total,
.block-3cols .pagination {
	display:none;
}

/*
  ======================================================
    2-COLUMNS ALTERNATE LAYOUT STARTPAGE
  ======================================================
*/
.block-2cols {
	overflow:hidden;
	padding: 20px 25px;	
}
.block-2cols .col1 {
	float: left;
	background: #fff;
	margin-right: 15px;
	width: 590px;
	overflow: hidden;
}
.block-2cols .col2 {
	float: left;
	background: #fff;
	width: 281px;
	font-size:0.88em;
	line-height:1.5em;	
}

.block-2cols p.more a {
	display: block;
	line-height: 32px;
	background: url(../img/bg_button.png) no-repeat right;
	color: #fff;
	font-family: Times, serif;
	text-decoration: none;
	padding-left: 10px;
	margin-top: 1em;
}

.block-2cols .col2 .ce_teaser {
	padding: 0 10px 10px;
}

.ce_teaser h1 {
	font-size:1.43em;
	line-height:1.5em;
	margin-bottom:1em;
}
.ce_teaser a.more {
	display: block;
	line-height: 32px;
	/*background: url(../img/bg_button.png) no-repeat right;*/
	color: #A70330;
	font-family: Times, serif;
	text-decoration: none;
	/*padding-left: 10px;*/
	margin-top: 1em;
	float: right;
}

/* LISTE */
.block-list {
	font-size: 0.88em; /* 14px */
}

.block-list .mod_article {
	padding: 15px;
}

.mod_article block-full > p {
	padding: 0;
}

.block-list .mod_newslist h2{
	padding: 30px;
}

.block-list h3 a {
	text-decoration: none;
}
.block-list h3 a:hover {
	text-decoration: underline;
}

.block-list .entry {
	background: #fff url(../img/ornament_top.png) repeat-x;
	padding-top: 11px;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 1.5em;
}
.block-list .meta {
	float: left;
	width: 296px;
}
.block-list .meta .image {
	display: block;
	padding: 8px;
	background: #edead2;
}
.block-list .meta .price {
	background: #98855d;
	color: #fff;
	font-family: Times, serif;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.8em;
}
.block-list .meta .features {
	padding: 15px;
}
.block-list .meta .features ul {
	margin-left: 30px;
}
.block-list .meta .features li {
	color: #a70330;
	line-height: 1.2em;
}

.block-list .content {
	margin-left: 296px;
	padding: 20px;
}
.block-list .content h3 {
	font-size: 1.5em;
}
.block-list .content .validrange {
	font-size: 0.8em;
	margin-bottom: 1em;
	color: #886d56;
}
.block-list .content p {
	margin: 1em 0;
}

.block-list p.more a {
	display: block;
	line-height: 32px;
	background: url(../img/bg_button.png) no-repeat right;
	color: #fff;
	font-family: Times, serif;
	text-decoration: none;
	padding: 0 50px 0 10px;
	margin-top: 1em;
	float: right;
}

/* BLÄTTERN */
.pagination {
	padding: 0 20px 20px;
	text-align: center;
	line-height: 25px;
}

.pagination ul {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
}
.pagination ul li{
	display: inline;
	text-align: center;
}
.pagination ul li .current {
	background: #a70330 url(../img/bg_button.png) no-repeat;
	color: #fff;
	padding: 0 10px;
	border: 1px solid #a70330;
}
.pagination ul li a {
	color: #a70330;
	border: 1px solid #a70330;
	text-decoration: none;
	padding: 0 10px;
}
.pagination ul li a.next,
.pagination ul li a.previous {
	border-color: transparent;
}


/* TABELLE */
#content .ce_table h2{
	color: #fff;
	background: #a70330;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.43em;
	padding: 0 10px;
}
.ce_table table {
	background: #fff;
	width: 100%;
}
.ce_table table td,
.ce_table table th {
	text-align: center;
	padding: 3px 5px;
}

table tr.even td {
	background-color: #ECECEC;
	color: #000;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

/* IMPRESSIONEN */
#content .block-gallery > h2 {
	background: url(../img/bg_button_big.png) repeat-x;
	width: 896px;
	color: #FFF;
	/*font-size: 1.43em;*/
	/*line-height: 1.5em;*/
	padding-left: 10px;
	margin: 15px 0 15px 15px;
}

#content #zimmer .ce_text h1, #content #anfahrt .ce_text h1, #content #pauschalen .ce_text h2, #content #reservierung .ce_text h2, #content #anfrage .ce_text h2, #content #ueber-uns .ce_text h2 {
	background: url(../img/bg_button_big.png) repeat-x;
	width: 896px;
	color: #FFF;
	font-size: 1.43em;
	line-height: 1.5em;
	padding-left: 10px;
	margin: 0 0 15px 0;
}
#content #anfrage .ce_text h2, #content #ueber-uns .ce_text h2 {
	width: 896px !important;
}

.mod_subscribe {
	margin-bottom:20px;
}

#impressions ul {
	margin: 0 20px;
	list-style: none;
	overflow: hidden;
}

#impressions ul li {
	float: left;
	margin:0;
}
#impressions ul li a {
	display: block;
	background: #fff;
	line-height: 33px;
	padding: 0 10px;
	text-decoration: none;
	font-family: Times, serif;
}
#impressions ul li a.current {
	color: #4b3320;
}
#impressions .gallery {
	background: #fff;
	padding: 10px 0 0 0;
	overflow: hidden;
}

#impressions .gallery .btn_left,
#impressions .gallery .btn_right {
	float:left;
	width: 24px;
	height: 112px;
	background: #000;
}

#impressions .image_gallery {
	overflow: hidden;
	float: left;
	width: 888px;
}
#impressions .images {
	height: 112px;
	overflow: hidden;
}
#impressions .images div {
	float: left;
	width: 172px;
	height: 112px;
	overflow:hidden;
	border-right: 8px solid #fff;
}

#impressions .image_fullsize {
	width: 610px;
	height: 404px;
	padding-top:10px;
	float:left;
}
#impressions .gallery_meta {
	float: left;
	padding: 30px 20px 20px;
	width: 286px;
}
#impressions .gallery_meta h3 {
	margin: 0 0 1em 0;
}
#impressions .gallery_meta p {
	margin: 1em 0;	
	font-size: 0.88em; /* 14px */
	line-height: 1.5em;
}


.gallery_inline {
	background: #fff;
	padding: 5px;
	width: 583px;
	overflow: hidden;
}

.gallery_inline .img_left {
	float: left;
	padding: 5px;
}
.gallery_inline .img_right {
	float: left;
	padding: 5px;
}

.mod_gallerysingle h3{
	clear: left;
	padding: 0 0 0 10px;
	line-height: 42px;
}
.mod_gallerysingle {
	position: relative;
}
.mod_gallerysingle p.more{
	position: absolute;
	bottom: 10px;
	right: 10px;	
}
.mod_gallerysingle p.more a {
	padding-right: 40px;
}



#gallery_rooms {
	background:#fff;
	width: 936px;
	position: relative;
	margin-bottom: 2em;
	margin-left: -15px;
}

#gallery_rooms .img_set {
	background: #fff;
	width: 936px;
	height: 420px;
	padding: 4px;
}

#gallery_rooms .img_set div {
	float: left;
	padding: 4px;
}

#gallery_rooms .img_set img {
	display: block;
}

#gallery_rooms .img_set .img_big {
	margin: 0 0 0 -8px;
	
}

#content #gal_room_nav {
	position: absolute;
	bottom:0;
	padding: 8px;
	margin: 0;
	background: #fff;
	overflow: hidden;
}
#content #gal_room_nav li {
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	padding: 0 4px;
}
#content #gal_room_nav li a {
	text-decoration: none;
}
#content #gal_room_nav li.active {
	background: #a70330;
}
#content #gal_room_nav li.active a{
	color: #fff;
}
/* FORMULAR */
.block-form .ce_text{padding: 15px 0 15px 15px;     font-size: 0.88em; /* 14px */ line-height: 1.5em; }
.block-form .formbody {
	overflow: hidden;
	background: #fff url(../img/ornament_top.png) repeat-x;
	padding-top: 21px;
	font-size: 0.88em; /*14px*/
	line-height: 1.5em;
}

.block-form input {
	font-size: 1em;
}

.block-form .colleft {
	float:left;
	width: 468px;
	border: 0;
}
.block-form .colleft {
	padding: 0 0 0 30px;
	width: 438px;
}
.block-form .colleft label {
	display: block;
	width: 130px;
	float: left;
	line-height: 27px;
	margin: 5px 0;
}
.block-form .colleft input {
	width: 291px;
	height: 27px;
	background: #eeebd4;
	border: 1px solid #908172;
	float: left;
	margin: 5px 0;
}
.block-form label.mandatory {
	color: #a70330;
}
.block-form input.mandatory {
	border: 1px solid #a70330;
}

.block-form label.nachname,
.block-form input.nachname {
	margin: 5px 0 30px 0;
}

.block-form .colleft br {
	clear: left;
}
.block-form .submit_container {
	clear:left;
}

.block-form .reisedatum {
	background: #eeebd4;
	border: 0;
}

.block-form .reisedatum label {
	display: block;
	width: 150px;
	float: left;
	line-height: 27px;
	margin: 5px 0;
	padding: 0 0 0 10px;
	
}
.block-form .reisedatum input {
	width: 10em;
	height: 27px;
	background: #fff;
	border: 1px solid #908172;
	float: left;
	margin: 5px 0;
}
.block-form .reisedatum br {
	clear: left;
}

.block-form .personen {
	background: #a70330;
	border: 0;
	margin: 15px 0 10px 0;
    padding: 5px 0 10px 0;
}
.block-form .personen select{
	float: left;
	margin: 10px 0px 5px 10px;
}
.block-form .personen label {
	display: block;
	width: 130px;
	float: left;
	line-height: 27px;
	margin: 5px 0;
	padding: 0 0 0 10px;
	color: #fff;
}
.block-form .personen input {
	width: 40px;
	height: 27px;
	background: #fff;
	border: 1px solid #a70330;
	float: left;
	margin: 5px 0;
}
.block-form .personen br {
	display: none;
}

.block-form .informationen {
	border: 0;
}
.block-form .informationen label {
	display: block;
	line-height: 27px;
	padding: 0 0 0 10px;
}
.block-form .informationen textarea {
	width: 422px;
	height: 100px;
	background: #eeebd4;
	border: 1px solid #908172;
	margin: 0 0 0 10px;
}

.block-form input.submit {	
	display: block;
	line-height: 32px;
	background: url(../img/bg_button.png) no-repeat left;
	color: #fff;
	font-family: Times, serif;
	text-decoration: none;
	padding: 0 40px 0 10px;	
	text-align: left;
	font-size: 1em;
	height: 30px;
	border: 0px;
	margin: 10px 0 15px 160px;
}


#contact {
	width: 400px;
	float:right;
}
#contactform {
	background: #fff;
	padding:8px;
}
#contactform label {
	display: block;
	width: 130px;
	float: left;
	line-height: 27px;
	margin: 5px 0;
}
#contactform input {
	width: 240px;
	height: 27px;
	background: #eeebd4;
	border: 1px solid #908172;
	float: left;
	margin: 5px 0;
}
#contactform label.mandatory {
	color: #a70330;
}
#contactform input.mandatory {
	border: 1px solid #a70330;
}

#contactform br {
	clear: left;
}
#contactform .submit_container {
	background: #fff;
	padding: 0 8px 8px;
	clear:left;
	overflow:hidden;
}

#contactform input.submit {	
	display: block;
	line-height: 32px;
	background: url(../img/bg_button.png) no-repeat right;
	color: #fff;
	font-family: Times, serif;
	text-decoration: none;
	padding: 0 40px 0 10px;	
	text-align: left;
	font-size: 1em;
	height: 30px;
	border: 0px;
	float: right;
}

#content .mod_newsmenu ul ul{
	margin: 0 1.5em;
}

.mod_newsarchive .even{
	background: #fff;
	padding: 3px 6px;
}
.mod_newsarchive .odd {
	background: #98855d;
	color: #fff;

	padding: 3px 6px;
}


/* /CONTENT */

/* FOOTER */
#footer {
	overflow: hidden;
	background: url(../img/ornament_top.png) repeat-x;
	padding-top: 11px;
	font-size: 0.88em; /*14px*/
	line-height: 1.5em;
}
#footer div {
	float: left;
	width: 252px;
	padding: 10px 30px;
}
/* /FOOTER */


/**
 	GOOGLE MAPS
*/

.mod_dlh_googlemaps {
	border: 12px solid #FFF;
}

.mod_dhl_googlemaps > h2 {
	background: url(../img/bg_button_big.png) repeat-x;
	width: 896px;
	color: #FFF;
	/*font-size: 1.43em;*/
	/*line-height: 1.5em;*/
	padding-left: 10px;
	margin: 15px 0 15px 15px;
}

.mod_changelanguage ul { list-style-type: none; }
.mod_changelanguage ul li { margin-left: 5px; float: left; }
#top { position: relative; width: 960px; margin: 0 auto; padding-right: 50px; }
.mod_changelanguage { position: absolute; top: 11px; right:25px; }
#topnav { width: 910px; }
