/* css-modified by komka.de for gästehaus deutsches haus in ilten/sehnde - auch pension  - (früher auch hotel) */

/* alt: bgcolor="#990033" text="#663300"   => purple #80044A;  => altrosa #CBB0B9;   => dunkelgrau #626161;                 GRUEN = #84be19;   */

@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background:#990033;    /* #990033;  #101415;  */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	scrollbar-base-color: #EBD9E4;
	scrollbar-3dlight-color: #D5A8C4;
	scrollbar-arrow-color: #80044A;
	scrollbar-darkshadow-color: #80044A;
	scrollbar-face-color: #EBD9E4;
	scrollbar-highlight-color: #D5A8C4;
	scrollbar-shadow-color: #80044A;
	scrollbar-track-color: #EBD9E4;
}
	
h1 {
	color:#990033;    /*    */ 
}
h2 {
	color:#990033;    /* 	line-height:14px;  */ 

}
h3 {
	color:#626161;   /*   #990033;  */ 
}
h4 {
	color:#990033;    /*    */ 
}
h5 {
	color:#626161;   /*   #990033;  */ 
}


#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	background: #DDDDDD;
	width: 900px;
	height: 316px;
}
#header .headerBackground {
	width:900px;
	height:270px;
	background:url(../pics/headerBackground.jpg) no-repeat left top;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 233px 40px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	text-align:right;
	font-size:30px;
}

/*begin main menu*/
#navcontainer {
	margin:auto 0;
	width:900px;
	text-align:center;
}
#navcontainer ul {
	padding: 0;
	margin: auto 0;
	background: url(../pics/menuBackground.gif) repeat-x left top;
	float: left;
	width: 100%;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	color: #990033;    /*    */
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size:18px;
	padding:10px 18px;
}
#navcontainer ul li a:hover {
	background: url(../pics/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
#navcontainer ul li #current {
	background: url(../pics/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
/*end main menu*/


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:20px 30px 30px 0;
}
#sidebar1 a, #mainContent a {
	color:  #990033;    /*  #84be19;  */
	font-weight: bold;
}


#mainContent { 
	margin: 20px 280px 20px 40px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

.leftPic {
	float:left;
	margin:2px 15px 20px 2px;
}
.centerPic {
	float:center;
	margin:2px 15px 15px 2px;
}
.rightPic {
	float:right;
	margin:2px 20px 15px 2px;
}

.fett {
	font-weight: bold;
}
.fett-rot {
	font-weight: bold;
	color:#990033;  
}

.rss {
	float:right;
	width:212px;
	margin:16px 0 0 20px;
}

#footer { 
	height:50px;
	background:url(../pics/footerBackground.jpg) repeat-x left top;          /* #963B5A;     altrosa = {color: #CBB0B9}  */
}
#footer p {
	padding-top:18px;
	margin:0 240px 0 0;
	text-align:center;
	color:#999; 
} 
.footerLink  {
	color:#626161;        /* #292b25; #626161; #999; */
	text-decoration:underline;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* begin border corners*/
.t {background: #ffffff url(../pics/dot.gif) 0 0 repeat-x;}
.b {background:url(../pics/dot.gif) 0 100% repeat-x}
.l {background:url(../pics/dot.gif) 0 0 repeat-y}
.r {background:url(../pics/dot.gif) 100% 0 repeat-y}
.bl {background:url(../pics/bl.gif) 0 100% no-repeat}
.br {background:url(../pics/br.gif) 100% 100% no-repeat}
.tl {background:url(../pics/tl.gif) 0 0 no-repeat}
.tr {background:url(../pics/tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end border corners*/

/* begin news border corners*/
.n_t {background: #eeeeee url(../pics/n_dot.gif) 0 0 repeat-x;}
.n_b {background:url(../pics/n_dot.gif) 0 100% repeat-x}
.n_l {background:url(../pics/n_dot.gif) 0 0 repeat-y}
.n_r {background:url(../pics/n_dot.gif) 100% 0 repeat-y}
.n_bl {background:url(../pics/n_bl.gif) 0 100% no-repeat}
.n_br {background:url(../pics/n_br.gif) 100% 100% no-repeat}
.n_tl {background:url(../pics/n_tl.gif) 0 0 no-repeat}
.n_tr {background:url(../pics/n_tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end news border corners*/
