/*****************************************************/
/*                    RESETs                         */
/*****************************************************/

*{
	margin:0;
	padding:0;
	outline:none;
}

/*****************************************************/
/*           SITE DEFINITIONs und HEADER             */
/*****************************************************/

body {
	background:url(/nav/bg_jean.gif) 0 0;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:950px;
	padding-top:215px;
}

*+html #wrapper{
	padding-top:240px;
}
* html #wrapper{
	padding-top:240px;
}


#logo a{
	position:absolute;
	top:25px;
	left:0;
	width:125px;
	height:185px;
	text-indent:-19999px;
	background:url(images/logo.png) 0 0 no-repeat;
}

#headerimg 	{
	position:absolute;
	height: 213px;
	width: 813px;
	right:0;
	top:0;
	background-color:#fff;
	padding:1px;
	z-index:1;
}

#luerzerlink a{
	position:absolute;
	top:1px;
	right:1px;
	width:140px;
	height:175px;
	z-index:10;
	background:url(images/luerzerlink.png) 0 0 no-repeat;
	text-indent:-19999px;
}

* html #logo a, * html #luerzerlink a{
	behavior:url(/css/browser/iepngfix.htc);
}
/*****************************************************/
/*                      PAGE                         */
/*****************************************************/

#page{
	width:950px;
	padding:0 0 20px 0;
	margin:0 0 10px 0;
	background:url(images/tback.gif) 0 0 repeat-y;
}
#page:after{
	content: ".";
	font-size: 0%;
	display: block;
	clear: both;
	text-indent: -9999px;
	visibility: hidden;
}

#content {
	float:left;
	width:505px;
}

/*****************************************************/
/*                    SIDEBAR                        */
/*****************************************************/

#sidebar {
	float:left;
	display:block;
	width:175px;
	font-family:Arial;
	font-size:12px;
	padding:2px 12px;
}

#sidebar h2 {
	color:#345167;
	text-transform:uppercase;
	font-size:12px;
	padding:5px;
	background-color:#dee5ea;
	margin:0;
}
 
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar form {
	margin:10px auto;
	padding:5px 3px;
}

#searchform label{
	display:none;
}
#sidebar input[type="text"] {
	width:140px;
	padding:2px;
	border:1px solid #345167;
	color:#345167;
	height:16px;
	margin:0;
	float:left;
}

#sidebar .button{
	background-color:#345167;
	border:1px solid #345167;
	color:#fff;
	padding:1px;
}

* html #sidebar .button, *+html #sidebar .button{
	padding:0;
}

#sidebar a.icon_rss{
	background:url(images/siderss.gif) 0 center no-repeat;
	padding:3px 0 3px 25px;
	display:block;
	margin:10px 0 0 -10px;
}
#sidebar .icon_email{
	background:url(images/sidemail.gif) 0 center no-repeat;
	padding:3px 0 3px 25px;
	margin:10px 0 0 -10px;
}


/*****************************************************/
/*            Links auf der rechten Seite            */
/*****************************************************/

#linksrechts{
	display:block;
	float:right;
	width:245px;
}

.edelweiss, .kesselspitze, .holle, .luerzeralm, .edelweissalm, .freudenhaus{
	width:245px;
	height:144px;
	margin-bottom:1px;
	display:block;
	text-indent:-19999px;
	overflow:hidden;
	background:url(images/link_edelweiss.jpg) 0 0 no-repeat;
}
.freudenhaus{
	margin-bottom: 0;
}
#freuadition{
	background:url(images/freuadition.gif) 0 0 no-repeat;
	width: 254px;
	height: 56px;
	padding-left: 22px;
}

.skischule, .mundwerk, .sportzentrum, .taxi {
	background:url(images/freuadition.gif) 0 -56px no-repeat;
  	height: 37px;
	width: 104px;
	float: left;
	text-indent: -19999px;
	overflow: hidden;
	margin-top: 7px;
}
.mundwerk {
	background-position: -104px -56px;
	width: 99px;
	margin-left: 2px;
 }
.sportzentrum, .taxi{
  width: 160px;
  height: 48px;
  background-position: 20px -143px;
  margin-left: 35px;
  margin-top:20px;
}
.taxi{
  background-position: 20px -95px;
}
   

.kesselspitze 	{ background:url(images/link_kesselspitze.jpg) 0 0 no-repeat; }
.holle 			{ background:url(images/link_holle.jpg) 0 0 no-repeat; }
.luerzeralm 		{ background:url(images/link_luerzeralm.jpg) 0 0 no-repeat; }
.edelweissalm 	{ background:url(images/link_edelweissalm.jpg) 0 0 no-repeat; }
.freudenhaus 	{ background:url(images/link_freudenhaus.jpg) 0 0 no-repeat; }



/*****************************************************/
/*                 BLOG EINTRÄGE                     */
/*****************************************************/


.widecolumn .entry p {
	font-size: 1.05em;
	padding-bottom:10px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.textwidget ul, .textwidget ol{
	list-style:none;
}

.widget {
	padding:0;
}

.widget a{
	margin:0;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2, h2 a, h3 {
	color:#781c1d;
	font-size:18px;
	text-decoration:none;
	margin:10px 0;
}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.pagetitle{
	color:#fff;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}



#commentform #submit{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.commentmetadata {
	font-weight: normal;
	}

a {
	color:#000;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



.mail2friend{
	display:none;
	background-color:#ccc;
	padding:5px;
	margin-bottom:10px;
}

.mail2friend .closer{
	float:right;
	font-family:Arial;
	font-size:10px;
	text-decoration:none;
}
.mail2friend .closer:hover{
	text-decoration:underline;
}

.post {
	position:relative;
	border:1px solid #fff;
	font-family:Arial;
	font-size:12px;
	color:#333;
	margin-bottom:10px;
}
.post small{
	position:absolute;
	top:-1px;
	left:-48px;
	width:36px;
	padding:5px;
	background:url(images/date.gif);
	border:1px solid #fff;
	font-family:Georgia, Verdana;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
} 

* html .post small{
	top:0px;
}
*+html .post small{
	top:0px;
}

.post .weiterlesen{
	padding:5px;
	background:url(images/date.gif) 0 0 repeat-x;
	font-family:Georgia, Verdana;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	float:right;
	margin:10px;
	text-decoration:none;
	clear:both;
}

/* .post img{
	margin:5px;
} */
.postwrap, #respond, #commentwrap{
	background-color:#dee5ea;
	padding:15px;
}

#respond, #commentwrap{
	margin-top:3px;
	width:475px;
}

* html #respond{
	width:467px;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	font-size:11px;
	clear:both;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	font-size:11px;
	clear:both;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.socialmedia {
	clear: both;
	padding:5px;
	background:url(images/socialback.gif) 0 0;
}

.socialmedia a{
	color:#333;
	margin-right:20px;
}
.socialmedia .twitter{
	background:url(images/twitter.gif) 0 0 no-repeat;
	padding-left:18px;
}
.socialmedia .facebook{
	background:url(images/facebook.gif) 0 0 no-repeat;
	padding-left:18px;
}
.socialmedia .postmetamail{
	background:url(images/mail.gif) 0 0 no-repeat;
	padding-left:25px;
}

.praemetadata{
	font-size:11px;
	color:#666;
	margin-bottom:10px;
}

.clear {
	clear: both;
}



/*****************************************************/
/*                    HEADLINES                      */
/*****************************************************/

h1 {
	padding-top: 70px;
	margin: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

/*****************************************************/
/*                     IMAGES                        */
/*****************************************************/

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
/*****************************************************/
/*                     LISTEN                        */
/*****************************************************/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


/*****************************************************/
/*                     KOMMENTARE                    */
/*****************************************************/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	display:none;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/*****************************************************/
/*                     KALENDAR                      */
/*****************************************************/

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom:20px;
	height:25px;
	vertical-align:middle;
	background-color:#fff;
	font-family:Arial;
	font-size:12px;
	padding:5px 10px 0 10px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*****************************************************/
/*                     FOOTER                        */
/*****************************************************/


#footer {
	display:block;
	clear:both;
	width:950px;
}
#footer p{
	background-color:#fff;
	padding:15px;
	font-family:Arial;
	font-size:12px;
}
#footer a {
	color:#000;
	text-decoration:underline;
}
#footer span {
	color:#9c9c9c;
	margin:0 11px;
}

a#ncm{
	float:right;
	padding:12px 0 0 19px;
	margin:20px 0;
	width:97px;
	font-size:10px;
	text-decoration:none;
	background:url(images/ncmlogo.gif) 0 0 no-repeat;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
a#ncm:hover, a#ncm:focus{
	background-position:0 -48px;
	color:#000;
	outline:none;
}
a#ncm b{
	display:none;
}

