* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

/* Firefox: Layout-Springen vermeiden */
html { height: 100%; margin-bottom: 1px; }

body, td {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /* line-height: 16px; */
}


/******************************
basic layout
*******************************/

body {
    color: #000;
    background:  #E5F3F9 url(../images/bg_body_blau.jpg) repeat-x;
    margin: 0;
    padding: 20px 0 20px 0;
}


div#pagewrapper {
    margin: 0 auto;
    width: 980px;
    background-color: #FFFFFF;
    overflow: hidden;
    /* border: 1px solid #858585; */
}

div#page {
    margin: 10px;
    background-color: #FFFFFF;
    overflow: hidden;
}

div#header1 {
    width: 100%;
    border-bottom: 1px solid #858585;
    text-align: center;
    padding: 10px 0 25px 0;
}

div#header2 {
    float: left;
    width: 960px;
    padding: 6px 0;
    margin-bottom: 10px;
    background-color: #EEE;
    clear: both;
    overflow: hidden;
}

div#mainarea {
    clear: both;
    overflow: auto;
    /* border-bottom: 10px solid #FFFFFF; */
    background: #FFF url(../images/ritter.jpg) no-repeat right bottom;
	padding-bottom: 30px;
}

div#mainarea.startseite {
    background-image: none;
}

div#links {
    float: left;
    width: 220px;
    display: inline;
}

div#navi1 {
    width: 220px;
    border-bottom: 9px solid #FFFFFF;
}

div#suche {
    background-color: #EEE;
    border-bottom: 10px solid #FFFFFF;
}

div#newsletter {
    background-color: #EEE;
    /* font-size: 11px; */
    border-bottom: 10px solid #FFFFFF;
}

div#rechts {
    width: 740px;
    float: left;
    /* background-color: red; */
    overflow: hidden;
}

div#maincontent {
    width: 730px;
    clear: both;
    margin: 0 0 0 10px;
    /* padding-bottom: 30px; */
    /* min-height: 300px; */
    /* float: left; */
    /* display: inline; */
    /* background-color: #EEEEEE; */
}

div#main {
    float: left;
    margin: 30px 30px 0 30px;
    display: inline;
    /* background-color: #999; */
}

div#main.startseite {
    margin: 30px 0 0 30px;
	/* width: 540px; */
	/* background-color: #EEE; */
}

div#mainstartneu_l {
	float: left;
	width: 430px;
}

div#mainstartneu_r {
	float: right;
	width: 240px;
	margin: 0 0 0 30px;
}

div.anynews {
	width: 208px;
	padding: 20px 15px;
	border: 1px solid #008AC9;
}

div#narrow {
	width: 580px;
}

div#footer {
    padding: 8px 10px 9px 10px;
    width: 940px;
    font-size: 11px;
    background-color: #EEE;
    border-top: 1px solid #858585;
    clear: both;
    overflow: auto;
}

.modul_headline {
    border-bottom: 1px solid #FFF;
    font-weight: bold;
    color: #000000;
    background-color: #D1D1D1;
    padding: 6px 10px 8px 10px;
}

div#toppics {
	width: 670px;
	overflow: hidden;
	padding-bottom:10px;
}

div#toppics img {
	margin-right: 1px;
	border: 0;
}



/******************************
startseite layout
*******************************/

div#startseite_promo {
    background-color: #EEE;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    border-bottom: 10px solid #FFFFFF;
    /* width: 220px; */
    /* border: 1px solid #B39D8A; */
    /* line-height: 15px; */
}

div#startseite_fotoleiste {
    margin: 0 0 0 10px;
    width: 100%;
    /* background-color: blue; */
}

div#startseite_welcome {
    width: 400px;
	height: 179px;
    margin: 0;
    padding: 30px 300px 30px 30px;
    background: #D9EEF7 url(../images/foto_start_burg.jpg) no-repeat right;
}


div#startseite_maincontent {
    width: 477px;
    clear: both;
    float: left;
    margin: 10px 0 0 10px;
    padding-bottom: 30px;
    /* min-height: 300px; */
    display: inline;
    /* background-color: #EEEEEE; */
}

div#startseite_rechts2 {
    margin: 0 0 0 10px;
    float: left;
    /* width: 243px; */
    /* background-color: red; */
}

div#startseite_news{
    width: 243px;
    background-color: #EEE;
    float: left;
    border-top: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
    /* padding: 10px; */
    /* display: inline; */
}

div#logo_rc {
    clear: both;
    padding: 15px 0;
    width: 241px;
    border: 1px solid #D1D1D1;
    text-align: center;
}

div#logo_rc2 {
    clear: both;
    padding: 15px 0;
    width: 218px;
    border: 1px solid #DDD;
    text-align: center;
	/* background-color: #F5F5F5; */
}

div#regionskarte {
    clear: both;
    padding: 20px 0;
    text-align: center;
}


/******************************
CONTENT STYLING
******************************/

/********** Default link styles */
a,
a:link
a:active
a:visited {
    text-decoration: underline;
    /* css validation will give a warning if color is set without background color. this will explicitly tell this
    element to inherit bg colour from parent element */
    background-color: inherit;
    color: #008AC9;
}


a:hover {
    text-decoration: underline;
}


/********** HEADINGS */

div#main h1 {
}


div#main h2, div#startseite_welcome h2 {
   font-family: Georgia, Times New Roman, Times;
   font-size: 22px;
   line-height: 22px;
   font-weight: normal;
   margin: 0 0 30px 0;
   color: #008AC9;
}


div#main h3 {
   font-family: Georgia, Times New Roman, Times;
   font-size: 18px;
   line-height: 1.4;
   font-weight: normal;
   margin: 0 0 20px 0;
   /* color: #858585; */
}

div#main h4 {
   font-size: 14px;
   line-height: 1.4;
   margin: 0 0 20px 0;
   color: #008AC9;
}



/********** TEXT */

.blau {
   color: #008AC9;
}


p {
   margin: 0 0 25px 0;  /* some air around p elements */
   padding: 0;
}


p.highlight {
	padding: 10px;
	background-color: #D9EEF7;
}


.small {
	font-size: 11px;
}


.bordertop {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dotted #AAA;
}



blockquote {
   margin-left: 10px;
}


pre {
   font-family: monospace;
}


strong, b {
/* explicit setting for these */
   font-weight: bold;
}


em, i {
/* explicit setting for these */
   font-style: italic;
}


.no_under {
    text-decoration: none;
}



/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}


pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}



/********** LISTS */


div#main ul,
div#main ol,
div#main dl {
    margin: 0 0 20px 30px;
    /* list-style-type:square; */
    /* list-style-image: url(uploads/images/listimage.gif); */
}


div#main ul li,
div#main ol li {
    margin-bottom: 15px;
    /*margin: 1em 0 0 30px;*/
}

div#main ul li ul {
    margin-top: 15px;
    /*margin: 1em 0 0 30px;*/
}


ul.hearts {
	list-style-image: url(../images/heart.gif);
}



/* div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}


div#dl dd {
   margin: 0 0 0 3em;
} */



/********** MISC. */

table.table_zeitreise {
    margin-top: 25px;
    border-top: 1px dotted #999;
}

table.table_zeitreise td {
    padding-bottom: 10px;
    vertical-align: top;
}

table.table_zeitreise td.td1 {
    padding-right: 15px;
    font-weight: bold;
    vertical-align: top;
    color: #008AC9;
}

table.table_zeitreise td.td3 {
    padding-left: 30px;
    vertical-align: top;
}

table.table_zeitreise h3 {
   font-family: Georgia, Times New Roman, Times;
   font-size: 18px;
   line-height: 18px;
   font-weight: normal;
   margin: 0 0 20px 0;
   padding-top: 25px;
}

table#kontaktform td {
    padding: 0 15px 3px 0;
    white-space: nowrap;
}

table#kontaktform input {
    width: 300px;
}

table#kontaktform input.mybutton {
    width: 100px;
    margin-top: 7px;
}

table#kontaktform select {
    width: 304px;
}

table#kontaktform textarea {
    width: 400px;
    height: 150px;
}

td.right {
    text-align: right;
}

td.center {
    text-align: center;
}

table.tableborder {
    border-collapse: collapse;
}

table.tableborder td {
    border: 1px solid #d1d1d1;
    padding: 3px;
}

div.speisekarte {
    border: #ddd 1px solid;
	padding: 30px;
	width: 610px;
	text-align: center;
}

div.speisekarte p {
	margin: 0 0 10px 0 !important;
}

div.fotogalerie img {
	margin-left: 10px;
	margin-bottom: 10px;
}

div.fotogalerie img.nomargin {
	margin-left: 0;
}

hr {
	border-color: #AAA;
	border-style: dotted;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-bottom: 20px;
}

div.anynews h2 {
 	font-size: 18px !important;
	color: #000 !important;
	margin-bottom: 20px !important;
}

div.anynews ul {
	margin:0 0 10px 18px !important;
}

div.anynews ul li:first-child a {
	font-weight: bold;
	font-size: 14px;
}

