/* Global Styles */

/* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #89BFFF;
	background-image: url(../bilder/header_pt_salzburg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
}
#imgkat {
	float: left;
}

#content {
	height: auto;
	width: 1100px;
}

#right {
	padding: 10px;
	float: left;
	height: auto;
	width: 480px;
	margin-top: 200px;
	margin-left: 20px;
	text-align: left;
	margin-bottom: 20px;
}
#nav {
	background-color: #CC3399;
	margin-top: 165px;
	height: 20px;
	width: 990px;
}

#right td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}


#left {
	float: left;
	height: auto;
	width: 420px;
	margin-top: 200px;
	padding: 10px;
	margin-left: 20px;
	text-align: left;
	margin-bottom: 20px;
}
h1 {
	color: #CC6600;
	letter-spacing:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 1em;
}
h2 {
	color: #CC6600;
	letter-spacing:0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	text-align: center;
	line-height: 18px;
	margin-bottom: 1em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.5px;
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 16px;
}

h4 {
	color: #CC6600;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	margin-bottom: 5px;
}
h5 {
	font-weight: bold;
	margin-top: 3em;
	font-size: 1em;
	line-height: 2em;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006699;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.5px;
	margin-bottom: 1em;
	margin-top: 2em;
	line-height: 16px;
	text-align: left;
}
#datenschutz {
	font-size: 0.9em;
}


p {
	line-height:1.5;
	margin:0 0 1em;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CC6600;
	text-decoration: none;
}
a.intern {
	background-image: url(../bilder/arrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	text-decoration: none;
	color: #CC6600;
	padding-left: 10px;
	margin-left: 5px;
}


#clear {
	clear: left;
}
#imgpartner {
	margin-top: 2em;
}


#imgaktuelles {
	float: left;
	margin-bottom: 0.5em;
}

#info {
	border: 2px dashed #C9DDE8;
	height: auto;
	width: 90%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	letter-spacing: 1px;
	font-weight: bold;
}
#imgleft {
	float: left;
	margin-right: 1em;
	margin-top: 1em;
}

#imgright {
	float: right;
	margin-left: 1em;
	margin-bottom: 3em;
}



#content ul {
	list-style-image:url(../bilder/liste.gif);
	list-style-position: outside;
	list-style-type: none;
	padding-left: 40px;
	line-height: 20px;
	margin-bottom: 1em;




}

#content li {
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
#content .ul1 {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}



#mountain {
	position:absolute;
	width:170px;
	z-index:26;
	left: 604px;
	top: 344px;
	visibility: hidden;
}

#kontakt td {
	padding: 2px;
}




#printonly,
#printonly hr {
	display: none;
}

