/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich generelle Text- und Bilderformatierungen     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Überschrifen/Titel */
h1
{
	color: #1c5072;
	font-size: 1.4em;
	margin: 0em 0em 1em 0em;
}

h2
{
	color: #000000;
	font-size: 1em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
}

h3
{
	color: #1c5072;
	font-size: 1.0em;
	margin: 0px;
}





/************************************************************************************/
/* Bilder */

.image-icon
{
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
}





/************************************************************************************/
/* Links */

a:link, a:active, a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.pdf
{
	padding:2px 0px 1px 20px;
	background-image:url(/global/images/icons/pdf.gif);
	background-repeat:no-repeat;
}

a.movie
{
	padding:2px 0px 1px 20px;
	background-image:url(/global/images/icons/movie.gif);
	background-repeat:no-repeat;
}

a.cam
{
	padding:2px 0px 1px 20px;
	background-image:url(/global/images/icons/cam.gif);
	background-repeat:no-repeat;
}

a.http
{
	background: url(/global/images/icons/extern_grau.gif) top right no-repeat;
	padding-right: 13px;
	display: inline-block;
}

/* IE7 hasLayout Bug (siehe http://wiki.escapenet.ch/index.php?title=hasLayout), Element wieder auf inline setzen */
a.http
{
	display: inline;
}

a.email
{
	padding:0px 0px 0px 20px;
	background-image:url(/global/images/icons/email.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

a.intern
{
	padding:3px 0px 1px 20px;
	background-image:url(/global/images/icons/arrow_r.gif);
	background-repeat:no-repeat;
}

.npheadline a
{
	padding:3px 0px 1px 20px;
	background-image:url(/global/images/icons/arrow_r.gif);
	background-repeat:no-repeat;
}





/************************************************************************************/
/* Text Klassen */

.text-gruen
{
	color: #009900;
}

.text-rot
{
	color: #e10019;
}

.text-blau
{
	color: #0066FF;
}


.text-fett
{
	font-weight: bold;
}

.text-kursiv
{
	font-style: italic;
}

.text-unterstrichen
{
	text-decoration: underline;
}

.text-durchgestrichen
{
	text-decoration: line-through;
}

.sprachhinweis {
	font-size:10px;
	color:#1c5072;
	font-weight:normal;
}

ul.zimmerausstattung
{
	float: left;
	margin-bottom: 20px;
}

ul.zimmerausstattung li
{
	float: left;
	width: 180px;
	background-image: url(/global/images/icons/haken.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}

ul.linkliste li
{
	width: 100%;
	font-weight: bold;
	background-image: none;
}

ul.linkliste li ul
{
	margin-left: 0px;
}

ul.linkliste li ul li
{
	width: 100%;
	font-weight: normal;
	text-indent: 0px;
	padding-left: 0px;
}

#sitemap li
{
	width: 100%;
	font-weight: bold;
	background-image: none;
}

#sitemap li ul li
{
	width: 100%;
	font-weight: normal;
}