/*******************************************
 *                CSS FILE
 *******************************************/
 
 
/*
------------------------------------------------
[Table of contents]

   0.RESET
   1.GLOBAL
   2.LAYOUT
   3.MAIN
   4.SIDEBARS
   5.HEADER
   6.NAVIGATION
   7.PAGES
   8.FOOTER
  XX.CSS SUPPORT

  
  
------------------------------------------------
[Default colour codes] 

blue:   #084682
beige:  #f7f1cf

*/
 

/**
 * 0.RESET 
 */
 
/* RESET */
@import "html5reset.css";


/**
 * 1.GLOBAL
 */

/* Default font settings. The font-size percentage is of 16px. (0.8125 * 16px ~ 13px) */ 
body {
    background: none repeat scroll 0 0 #084682;
    color: #222222;
    font-family: Trebuchet MS,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 81.25%;
    line-height: 1.4em;
}

/* Headings -------------------------------------------------------------- */ 
h1,h2,h3,h4,h5,h6 { 
  font-weight: normal;
  color: #fff;
} 
h1 { 
  font-size: 2em; 
  line-height: 1; 
  margin-bottom: 0.5em;
} 
h2 { 
  font-size: 1.5em;
  font-variant: small-caps;
  font-weight: bold;
  margin-bottom: 0.5em;
} 
h3 { 
  font-size: 1.5em; 
  line-height: 1; 
  margin-bottom: 1em;
} 
h4 {
  font-size: 1.2em; 
  line-height: 1.25; 
  margin-bottom: 1.25em;
} 
h5 { 
  font-size: 1em; 
  font-weight: bold; 
  margin-bottom: 1.5em;
} 
h6 { 
  font-size: 1em; 
  font-weight: bold;
} 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; } 

/* Text elements -------------------------------------------------------------- */ 
p { margin: 0 0 1.5em; } 
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } 
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; } 
a:focus, a:hover { color: #000; text-decoration: none; } 
a { color: #333; font-weight: bold; text-decoration: underline;} 
blockquote { margin: 1.5em; color: #666; font-style: italic; } 
strong { font-weight: bold; } 
em,dfn { font-style: italic; } 
dfn { font-weight: bold; } 
sup, sub { line-height: 0; } 
abbr, acronym { border-bottom: 1px dotted #666; } 
address { margin: 0 0 1.5em; font-style: italic; } 
del { color:#666; } 
pre { margin: 1.5em 0; white-space: pre; } 
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* Lists -------------------------------------------------------------- */ 
li ul, li ol { margin:0 1.5em; } 
ul, ol { margin: 0 1.5em 1.5em 1.5em; } 
ul { list-style-type: disc; } 
ol { list-style-type: decimal; } 
dl { margin: 0 0 1.5em 0; } 
dl dt { font-weight: bold; } 
dd { margin-left: 1.5em;} 

/* Tables -------------------------------------------------------------- */ 
table { margin-bottom: 1.4em; width:100%; } 
th { font-weight: bold; } 
thead th { background: #c3d9ff; } 
th,td,caption { padding: 4px 10px 4px 5px; } 
tr.even td { background: #e5ecf9; } 
tfoot { font-style: italic; } 
caption { background: #eee; } 

/* Misc classes -------------------------------------------------------------- */ 
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; } 
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; } 
.hide { display: none; } 
.quiet { color: #666; } 
.loud { color: #000; } 
.highlight { background:#ff0; } 
.added { background:#060; color: #fff; } 
.removed { background:#900; color: #fff; } 
.first { margin-left:0; padding-left:0; } 
.last { margin-right:0; padding-right:0; } 
.top { margin-top:0; padding-top:0; } 
.bottom { margin-bottom:0; padding-bottom:0; }


/**
 * 2.LAYOUT
 */
#wrapper {
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    width: 980px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
header {
    margin-bottom: 2em;
    position: relative;
}
header h1 {
    font-family: Tahoma;
    font-variant: small-caps;
    font-weight: bold;
    padding: 1em 0 0.5em;
    text-align: center;
}
header h2 {
    font-size: 1em;
    margin-left: 1em;
    text-align: center;
}

.addthis_toolbox {
    margin: 1em;
    position: absolute;
    right: 0;
    width: 245px;
}

#slider {
    clear: both;
    height: 320px;
    width: 980px;
}

header nav {
  height: 40px;
}
header nav ul {
  margin: 0;
  padding: 1em 0 1.5em;
}
header nav ul li {
    border: 1px solid #444444;
    border-radius: 3px 3px 3px 3px;
    float: left;
    list-style: none outside none;
    margin: 0 1.7em;
    text-align: center;
}
header nav ul li a,
header nav ul li a:link,
header nav ul li a:active {
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0.2em 0;
    padding: 8px 6px;
    text-align: center;
    text-decoration: none;
}
header nav ul li a:hover {
    color: #999;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

header nav ul li.hotel {
  background: none repeat scroll 0 0 #FDAF17;
}
header nav ul li.restaurant {
  background: none repeat scroll 0 0 #FDAF17;
}
header nav ul li.shopping {
  background: none repeat scroll 0 0 #EE1B22;
}
header nav ul li.wellness {
  background: none repeat scroll 0 0 #0266B4;
}
header nav ul li.leisure {
  background: none repeat scroll 0 0 #009F4B;
}
header nav ul li.stadtinfo{
  background: none repeat scroll 0 0 #084682;
}


/**
 * 3.MAIN
 */
#main { width: 100%}
#main article {
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
#main article.intro {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: 1px solid #00446C;
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto 1em;
    padding: 0.5em;
}
#main article.intro h2{
  text-align: center;
  color: #000;
}
#main article.entry h2 {
    border-bottom: 1px dotted #666666;
    clear: none;
    float: none;
    font-size: 1.5em;
    height: 38px;
}
#main article.entry {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: 1px solid #00446C;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 550px;
    margin: 10px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 220px;
}
#main article.entry:hover {
    -webkit-box-shadow: 0px 3px 8px 0px #333;
    -moz-box-shadow: 0px 3px 8px 0px #333;
    box-shadow: 0px 3px 8px 0px #333;
}
#main article.entry header {
  margin-bottom: 1em;
}
#main article.entry h2 {
    border-bottom: 1px dotted #666666;
    color: #000000;
    height: 38px;
    margin: 0;
}
#main article.entry img {
    border: 1px solid #333;
    margin: 0 auto;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
#main article.entry figcaption {
  display: none;
}
#main article.entry p {
  margin: 1em;
  text-align: left;
}
#main article.entry footer {
  position: absolute;
  bottom: 1px;
}
#main article.entry footer ul {
    list-style: none outside none;
    margin: 0;
}
#main article.entry footer ul li {
    background: none repeat scroll 0 0 #999999;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 0.5em 0.9em;
    text-decoration: none;
}
#main article.entry footer ul li:hover {
    background-color: #666;
}
#main article.entry footer ul li.link_itg {
    background-color: #00446C;
}
#main article.entry footer ul li.link_itg:hover {
    background-color: #004699;
}
#main article.entry footer ul li a {
    color: #F7F1CF;
    display: block;
    font-size: 0.8em;
    margin: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.link_itg a {
    background: url("../images/link_icon.png") no-repeat scroll 100% 50% transparent !important;
    padding-right: 2em;
}
#subwrapper {
  float: left;
  width: 760px;
}

/* Main link back to Intown Guide */
.link_intownguide {
    background: none repeat scroll 0 0 rgba(255, 0, 0, 0.4);
    border: 1px solid #00446C;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    margin: 2em 10px 1em;
    padding: 1em;
    text-align: center;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.link_intownguide a {
    color: #fff;
    display: block;
    font-size: 1.8em;
    font-variant: small-caps;
    padding: 1em;
    text-decoration: none;
}

.link_intownguide_ad {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: 1px solid #00446C;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    margin: 2em 10px 1em;
    padding: 1em 0;
    text-align: center;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.gmap {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: 1px solid #00446C;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    clear: both;
    margin: 0 1em;
    padding: 1em 0;
    text-align: center;
    width: 736px;
}
                        
.gmap #map_canvas {
    height: 400px;
    width: 700px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

/**
 * 4.SIDEBARS
 */
aside {
  float: right;
  width: 210px;
}
.sidebarcontainer {
    background: none repeat scroll 0 0 rgba(247, 241, 207, 0.5);
    border: 1px solid #00446C;
    border-radius: 5px 5px 5px 5px;
    float: right;
    font-size: 85%;
    margin: 0 0 1em 1em;
    padding: 5px;
    vertical-align: top;
    width: 95%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.sidebarcontainer h2 {
    border-bottom: 1px dotted #666666;
    color: #000000;
    height: 28px;
    text-align: center;
}
.sidebarcontainer.itg {
  text-align: center;
}
.sidebarcontainer.links div,
.sidebarcontainer.copyright div,
.sidebarcontainer.impressum div,
.sidebarcontainer.recipe div {
  margin: 0.5em;
  text-align: left;
}
.sidebarcontainer.impressum div h3 {
  color: #333;
  text-align: center;
}
.amazon {
  text-align: center
}
.google {
  text-align: center
}
.sidebarcontainer.recipe h4 {
    color: #000000;
    font-variant: small-caps;
    text-align: center;
}
.sidebarcontainer.recipe div {
  text-align: center;
}
.sidebarcontainer.recipe img{
    border: 1px solid #333333;
    box-shadow: 0 1px 5px 0 #4A4A4A;
    margin: 0 auto;
}
.sidebarcontainer.recipe p {
  text-align: left;
}
.sidebarcontainer.recipe footer ul {
    list-style: none outside none;
    margin: 0;
}
.sidebarcontainer.recipe footer ul li {
    background: none repeat scroll 0 0 #004699;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 0.5em 0.9em;
    text-decoration: none;
    width: 90%
}

.sidebarcontainer.recipe footer ul li a {
    color: #F7F1CF;
    display: block;
    font-size: 0.8em;
    margin: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}


footer {
    border-top: 1px dotted #666666;
    margin: 2em 0 0;
}

footer .copyright {
    font-size: 0.8em;
    text-align: center;
}


/**
 * XX.CSS SUPPORT
 */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}