/*****************************************************/
/*                    RESETs                         */
/*****************************************************/
*{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

/*****************************************************/
/*           SITE DEFINITIONs und HEADER             */
/*****************************************************/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#page, #footer{
	position:relative;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#page{
	padding-bottom:0px;
	margin-bottom: 13px;
}

#logo a{
	background:url(images/logo.gif) #fff 0 0 no-repeat;
	width:159px;
	height:15px;
	display:block;
	outline:none;
	text-indent:-19999px;
	position:absolute;
	right:14px;
	top:36px;
}
#vierklang{
	display:block;
	width:546px;
	height:28px;
	text-indent:-19999px;
	background:url(images/4klang.gif) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:52px;
}

/*****************************************************/
/*                      PAGE                         */
/*****************************************************/
.content {
	float:left;
	width:673px;
	padding:160px 50px 0 0;
}

/*****************************************************/
/*                    SIDEBAR                        */
/*****************************************************/

#sidebar {
	float:left;
	display:block;
	width:237px;
	padding:178px 0 0 0;
}
#sidebar a{
	color:#666;
}

#sidebar h2 {
	color:#999;
	font-size:14px;
	background:url(images/h_abonnieren.gif) right top no-repeat;
	text-indent:-19999px;
	border-bottom:dotted 1px #b2b2b2;
}

#sidebar .widget{
	padding-bottom:20px;	
}
#sidebar #archives-3 h2{
	background-image:url(images/h_archiv.gif);
}
#sidebar #text-5 h2{
	background-image:url(images/h_kontakt.gif);
}
#sidebar #shashin-random-images h2{
	background-image:url(images/h_picasa.gif);
}
#sidebar #search-3 h2{
	background-image:url(images/h_suche.gif);
}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul ul {
	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;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ul li{
	margin:0;
	padding:3px 0 3px 10px;
}


#sidebar form {
	margin:0;
	padding:0;
}

#searchform label{
	display:none;
}
#suchfeld{
	position:relative;
	width:250px;
}
#suchfeld{
	margin-top:10px;
}
#searchform input#s{
	width:160px;
	border:none;
	color:#345167;
	margin:0 7px 0 0;
	padding:3px 0 0 3px;
	/*background:url(images/bg-search.gif) 0 0 no-repeat;*/
	border:1px solid;
	border-color:#a5a5a5 #f0f0f0 #f0f0f0 #a5a5a5;
}

#text-3 input{
	padding:3px 0 0 3px;
	width:160px;
	height:17px;
	/*background:url(images/bg-search.gif) 0 0 no-repeat;*/
	border:1px solid;
	border-color:#a5a5a5 #f0f0f0 #f0f0f0 #a5a5a5;
	margin:0 7px 0 0;
}
#text-3 input.b-suche{
	width:65px;
	height:21px;
	margin:0;
	padding:0;
	border:none;
}

	

* html #sidebar .button, *+html #sidebar .button{
	padding:0;
}

#sidebar .icon_rss{
	background:url(images/siderss.gif) 0 center no-repeat;
	padding:5px 0 5px 20px;
	display:block;
	margin:10px 0 0 0;
}
#sidebar .icon_email{
	background:url(images/sidemail.gif) 0 center no-repeat;
	padding:5px 0 5px 20px;
	margin:10px 0 0 0;
	color:#fff;
}

#sidebar .sidetel, #sidebar .sideemail, #sidebar .sidefacebook{
	padding:5px 0 5px 20px;
	display:block;
	margin:5px 0 0 0;
}
	
#sidebar .sidetel{	
	background:url(images/ico-tel.gif) 0 center no-repeat;
}

#sidebar .sideemail{
	background:url(images/ico-mail.gif) 0 center no-repeat;
}
#sidebar .sidefacebook{
	background:url(images/ico-facebook.gif) 0 center no-repeat;
}

/*****************************************************/
/*                 BLOG EINTRÄGE                     */
/*****************************************************/

h1, h2, h3 {

}
.post h2, .post h2 a {
	color:#a48c4c;
	font-size:14px;
	text-decoration:none;
}
h3 {
	color:#a48c4c;
	font-size:14px;
	text-decoration:none;
	margin-bottom:10px;
}

.headtime{
	border-bottom:1px dotted #b2b2b2;
	float:left;
	clear:both;
	width:673px;
	margin-bottom:10px;
}

.headtime h2 a, .headtime h2{
	width:500px;
	font-size:16px;
	color:#000;
	float:left;
	padding-bottom:3px;
}

h2.other {
	color:#a48c4c;
	font-size:14px;
	text-decoration:none;
	margin-bottom:10px;
}

.time{
	float:right;
	color:#000;
	font-style:italic;
	font-size:12px;
}
#kategorie{
	float:left;
	clear:both;
	width:673px;
	margin-bottom:14px;
	font-size:11px;
}


.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;
}

a {
	color:#a48c4c;
}
a:hover{
	text-decoration:none;
}

p{
	line-height:20px;
	padding-bottom:15px;
}

.einpost{
	margin-bottom:30px;
	line-height:18px;
}
#post-top{
	border-bottom:dotted 1px #000;
	height:27px;
	float:left;
	clear:both;
	width:645px;
}
#post-top .date{
	color:#999;
	font-size:12px;
	font-weight:bold;
}
#post-top .postmetadata {
	float:right;
}
.post {
	position:relative;
	display:block;
	clear:both;
	padding:10px 0;
}


.post .readmore{
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	float:right;
	margin:10px;
	text-decoration:none;
	clear:both;
}

.bottom{
	display:block;
	height:25px;
	padding:5px 0;
	font-size:11px;
	border:dotted #b2b2b2;
	border-width:1px 0;
	margin-bottom:30px;
	float:left;
	clear:both;
	width:673px;
}
#tagsdiv{
	float:left;
	width:400px;
}

.bottom a{
	float:left;
	padding:5px 0 5px 20px;
	margin-right:10px;
}
.bottom .icon_write{
	background:url(images/bottomwrite.gif) 0 center no-repeat;
	padding:5px 0 5px 20px;
	display:block;
}
.bottom .icon_rss{
	background:url(images/bottomrss.gif) 0 center no-repeat;
	padding:5px 0 5px 20px;
	display:block;
}
.bottom .icon_email{
	background:url(images/bottommail.gif) 0 center no-repeat;
	padding:5px 0 5px 25px;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}



/*****************************************************/
/*                    HEADLINES                      */
/*****************************************************/

h1 {
	padding-top: 70px;
	margin: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

/*****************************************************/
/*                     IMAGES                        */
/*****************************************************/
.post img{
	border:2px solid #9b3d44;
}
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;
	border:1px solid #b2b2b2;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border:1px solid #b2b2b2;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0;
	float: right;
	background-color:#a48c4c;
	color:#fff;
	cursor:pointer;
}

.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;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

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;
	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{
	clear:both;
	font-size:11px;
	color:#999;
}
#footerlogos{
	width:960px;
	height:31px;
	float:left;
	clear:both;
	background:url(images/fotterlogos.gif) 0 0 no-repeat;
	margin:15px 0;
}
#footermenu{
	margin:35px 0;
	color:#ded0ae;
}
#ncm{
	float:right;
	padding:12px 0 0 19px;
	width:97px;
	font-size:10px;
	text-decoration:none;
	background:url(images/ncmlogo.gif) 0 0 no-repeat;
	color:#beb9ad;
	font-family:Arial, Helvetica, sans-serif;
	/margin-top:-15px;
}
#ncm:hover, a#ncm:focus{
	background-position:0 -48px;
	color:#000000;
	outline:none;
}
#ncm b{display:none;}



/* *************************************************** */
/*                     Menu                            */
/* *************************************************** */

#menu{
	position:absolute;
	left:0;
	top:89px;
	z-index:400;
	background-color:#fff;
	z-index:2;
	height:40px;
	border:dotted #d2d2d2;
	border-width:1px 0;
	width:960px;
}
#menu li{
	float:left;
}
#menu li a{
	float:left;
	text-decoration:none;
	color:#fff;
	height:9px;
	background-image:url(images/menu.gif);
	font-size:1%;
	text-indent:-19999px;
	overflow:hidden;
	border:solid #fff;
	border-width:15px;
}
#menu li a.first{
	border-left:0px;
}
#m_blog{width:33px; background-position:0 0;}
#m_blog:hover, #m_blog.hover, #m_blog.active{background-position:0 -9px;}

#m_hotel{width:42px; background-position:-39px 0;}
#m_hotel:hover, #m_hotel.hover, #m_hotel.active{background-position:-39px -9px;}

#m_kosmetik-susanne-kaufmann{width:203px; background-position:-87px 0;}
#m_kosmetik-susanne-kaufmann:hover, #m_kosmetik-susanne-kaufmann.hover, #m_kosmetik-susanne-kaufmann.active{background-position:-87px -9px;}

#m_spa{width:23px; background-position:-296px 0;}
#m_spa:hover, #m_spa.hover, #m_spa.active{background-position:-296px -9px;}

#m_angebote{width:68px; background-position:-323px 0;}
#m_angebote:hover, #m_angebote.hover, #m_angebote.active{background-position:-323px -9px;}

#menu li a:hover, #menu li a.active{
	background-color:#cabc99;
}
