* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

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


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

body {
    color: #000;
    background-color: #FFFFFF;
}


div#header1 {
    width: 100%;
    text-align: center;
    padding: 0 0 50px 0;
}

div#header2 {
	display: none;
}

div#mainarea {
    clear: both;
	padding-bottom: 40px;
}

div#links {
    display: none;
}

div#rechts {
    width: 100%;
    float: left;
}

div#footer {
	display: none;
}

div#toppics {
	/* display: none; */
}



/********** 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: 18px;
   font-weight: normal;
   margin: 0 0 20px 0;
   /* color: #858585; */
}


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

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

.small {
	font-size: 11px;
}


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



blockquote {
   margin-left: 10px;
}

strong, b {
   font-weight: bold;
}


em, i {
   font-style: italic;
}


.no_under {
    text-decoration: none;
}



/********** 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);
}



/********** 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#main.fotogalerie img {
	margin-left: 10px;
	margin-bottom: 10px;
}

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

.noprint {
	display: none;
}


