html, body {
	margin: 0;
}

body {
	padding: 0px;
	background-color: #F2F2F2;
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../gfx/body_bg.gif);
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 20px;
}

td {
	vertical-align: top;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 15px;
}

th {
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #C27027;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

ul {
	list-style-image: url(../gfx/bullet2.gif);
	line-height: 20px;
}

* html ul {
	list-style-image: url(../gfx/bullet3.gif);
	line-height: 20px;
}


textarea {
	font-size: 12px;
}




#mastercontainer {
	margin:0 auto;
	position:relative;
	width:780px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: left;
}

#kopf  {
	height:136px;
	background-color: #FFFFFF;
}

#navigation {
	position: absolute;
	top: 136px;
	left: 0px;
	width: 199px;
	background-color: #B8D3E4;
	color: #000;
	margin: 0px;
	padding: 0px;
}

#navigation img {
    display: block;
}

#content {
	color: #000;
	margin: 0px;
	padding: 2px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(../gfx/bg_content2.jpg);
	border-left-width: 199px;
	border-left-style: solid;
	border-left-color: #B8D3E4;
}

#content a {text-decoration: none;}
#content a:link {COLOR: #0000FF;}
#content a:visited {COLOR: #0000FF;}
#content a:hover {COLOR: #FF0000; text-decoration: underline;}
#content a:active {COLOR: #0000FF;}

#content h1 {
	font-size: 18px;
	padding: 0px 0px 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #C27027;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #C27027;
	width: 90%;
}

#content h2 {
	font-size: 14px;
	padding-left: 2px;
	color: #C27027;
}

#content h3 {
	font-size: 12px;
	padding-left: 2px;
	color: #C27027;
}


#content img {
	margin: 10px 5px 10px 10px;
  
}

#content2 {
	color: #000;
	margin: 0px;
	padding: 2px 0px 20px;
	background-color: #FFFFFF;
	background-image: url(../gfx/bg_content2.jpg);
	height: 2300px;
	border-left-width: 199px;
	border-left-style: solid;
	border-left-color: #B8D3E4;

}

#content2 a {text-decoration: none;}
#content2 a:link {COLOR: #0000FF;}
#content2 a:visited {COLOR: #0000FF;}
#content2 a:hover {COLOR: #FF0000; text-decoration: underline;}
#content2 a:active {COLOR: #0000FF;}

#content2 h1 {
	font-size: 18px;
	padding: 0px 0px 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #C27027;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #C27027;
	width: auto;
}

#content2 h2 {
	font-size: 14px;
	padding-left: 2px;
	color: #C27027;
}

/* Container zur Positionierung der Elemente */

/* Über gesamten Content MIT Teaser */
#spalte1 {
	padding: 2px;
	width: 415px;
	background-color: #F3F3F3;
	margin-bottom: 10px;
}

/* Über gesamten Content OHNE Teaser */
#spalte1a {
	padding: 2px 10px;
	width: auto;
}

#spalte1b {
	padding: 2px;
	width: 415px;

}

#spalte1c {
	padding: 2px 10px;
	width: auto;
}


/* linke Spalte MIT Teaser */
#spalte2 {
	padding: 2px;
	width: 200px;
	background-color: #F3F3F3;
	margin-bottom: 10px;
	float: left;
}

/* rechte Spalte MIT Teaser */
#spalte3 {
	padding: 2px;
	width: 200px;
	background-color: #F3F3F3;
	margin-bottom: 10px;
	margin-left: 215px;
}

/* linke Spalte OHNE Teaser */
#spalte4 {
	padding: 2px 10px;
	width: 380px;
	margin-bottom: 10px;
	float: left;
	background-image: none;
	margin-left: 5px;

}

#spalte4 h1 {
	font-size: 18px;
	padding: 0px 0px 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #C27027;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #C27027;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
}

#spalte4 h2 {
	font-size: 14px;
	padding-left: 2px;
	color: #C27027;
	margin-bottom: 2px;
}

#spalte4 p {
	margin: 2px 0px;

}

#spalte5 {
	padding: 2px;
	width: 154px;
	background-color: #F3F3F3;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #999999;
	text-align: center;
	font-size: 10px;
}

#spalte5 img{
	margin-top: 5px;
	margin-bottom: 0px;
}

#teaser {
	position: absolute;
	top: 139px;
	right: 10px;
	width: 150px;
	margin: 0px 1px 0px 0px;
	background-color: #F9F9F9;
	color: #000;
	padding: 2px;
	border: 1px solid #E1D0BD;
	background-image: url(../gfx/bg_teaser.gif);
	background-repeat: repeat;
}

#teaser h1 {
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#teaser p {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #9999CC;
	border-right-color: #9999CC;
	border-bottom-color: #9999CC;
	border-left-color: #9999CC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 10px;
	margin-top: 2px;
	padding-top: 2px;
	background-image: url(../gfx/body_bg.gif);
	padding-left: 2px;

}

#footer {
	clear:left;
	background:#F1F1F1;
	text-align:center;
	color: #333333;
	line-height: 20px;
	font-size: 14px;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

.nachoben {
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 450px;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.nachoben1 {
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 300px;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.nachoben2 {
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 130px;
	margin-right: 20px;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.menubottom {
	margin-bottom: 50px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 2px;
}

.linktext {
	margin-left: 50px;
}

.imagetagesreise {
	margin-left: 50px;
	border: 1px solid #666666;
	padding: 2px;
}

.bildeinzug1 {
	margin-left: 100px;
}

.katalograhmen1 {
	border: 1px solid #999999;
	margin-left: 50px;
	padding: 5px;
	background-color: #F3FECF;
	width: auto;
}
.katalograhmen2 {
	border: 1px solid #999999;
	margin-left: 50px;
	padding: 5px;
	background-color: #F3FECF;
	width: auto;
}
.buschzitat {
	font-style: normal;
	font-weight: bold;
	border: 2px solid #E1D0BD;
	width: 75%;
	padding: 10px;
	margin-left: 70px;
	line-height: 20px;
	background-color: #FFFCEA;
}
.externlink {
	list-style-image: url(../gfx/link_extern.gif);
}
.bildlink {
	list-style-image: url(../gfx/kamera.gif);
}

#keywords {
	display: none;
}
.indexseite {
	font-size: 14px;
	color: #000000;
}

.counter {
	text-align: center;
	position: absolute;
	left: 70px;
}
.h1reise2006 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00CCFF;
}
#content2 h3 {

	font-size: 18px;
	padding: 0px 0px 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #C27027;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #C27027;
	width: auto;
}
.katalogbilder2006 {
	margin: 5px;
}
#content h4 {
	font-size: 12px;
	padding-left: 2px;
	color: #C27027;
	margin: 0px;
	padding-top: 0px;
}

#homepageDanke
{
	color:#000066;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	left:304px;
	top:414px;
	height:62px;
	width:274px;
	padding:10px;
	background-color:#FFFFCC;
	border:2px solid #000;
}

