/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/skeleton_left.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
* {
padding:0; margin:0;}

body {
	background-image:url(../images/bg_nav_container.jpg);
	background-repeat:repeat-y;
	background-color:#d7cdb5;
	font-family: Arial, Helvetica, sans-serif;

}



#navi_top a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}
#navi_top a:visited {
		color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#navi_top a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
#navi_top a:active {
		color: #333333;
	text-decoration: underline;
	font-weight: bold;}






a:link {
	color: #53535f;
	text-decoration: underline;


}
a:visited {
		color: #53535f;
	text-decoration: underline;

}
a:hover {
	color: #53535f;
	text-decoration: underline;

}
a:active {
		color: #53535f;
	text-decoration: underline;
}


p{
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#header {width:100%;
height:147px;
background-image:url(../images/logo.jpg);
background-position:top left;
background-repeat:no-repeat;
background-color: #a89e86;}

#hundeschule_starnberg{
	float:left;
	width:400px;
	text-align:left;
	font-size:27px;
	padding-left:268px;
	padding-top:105px;
	font-family: Arial, Helvetica, sans-serif;
	color: #53535f;
	font-weight: bold;
}

#main{
}



/*====================================left Navigation================*/

.menu {
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
	width:160px;
	height:370px;
	font-size:14px; /* this page only */
	margin-top: 30px;
	margin-right: 0;
	padding-left: 61px;
}



/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:161px;
text-align:center;
}
/* style the list items */
.menu li {
background:#ebcb8b;
padding-top:0px;
/* for IE7 */
float:left;
}
.menu li.sub {background:#ebcb8b} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:74px;
line-height:74px;
width:149px;
color:#53535f;
text-indent:5px;

}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:161px; w\idth:160px;}
/* style the link hover */
* html .menu a:hover {
	color:#53535f;

	position:relative;
	
}

.menu a:hover {
	color:#53535f;

	position:relative;
	
}

.menu li:hover  {position:relative;}


/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#53535f; 

}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {
	color:#53535f;
	font-weight: bold;
}

 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-20px;
/* set up the overlap (minus the overrun) */
left:130px;
/* set up the overrun area */
padding:20px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);

}
*html .menu li ul{padding-left:30px; 
padding-top:20px;}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}






.submenu a, .submenu a:visited {

	display:block;
	text-decoration:none;
	height:39px;
	line-height:39px;
	width:159px;
	color:#53535f;
	text-indent:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 1px;
	margin-left: 0px;
	padding-left: 0px;
}
/* hack for IE5.5 */
* html .submenu a, * html .submenu a:visited {width:161px; w\idth:160px;}
/* style the link hover */
* html .submenu a:hover {  position:relative;}

.submenu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.submenu a:active, .submenu a:focus { }

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.submenu li:hover > a {}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.submenu li ul {
	visibility:hidden;
	position:absolute;
	top:-30px;
	/* set up the overlap (minus the overrun) */
left:100px;
	/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
}

/* for browsers that understand this is all you need for the flyouts */
.submenu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.submenu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.submenu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.submenu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.submenu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.submenu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.submenu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.submenu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}


#content{
	background-color:#918669;
	margin-top:30px;
	margin-left:270px;
	width:630px;

}
.rahmenhomephilosophie {
	float:left;
	border-right-color:#ddd5c1;
	border-right-style:solid;
	border-right-width:20px;
	margin-right:10px;

	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #ddd5c1;
}

.rahmenhome {
	float:left;
	border-right-color:#d7cdb5;
	border-right-style:solid;
	border-right-width:20px;
	margin-right:10px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #d7cdb5;

}
.rahmenmethode {
	float:left;
	border-right-color:#f0cea0;
	border-right-style:solid;
	border-right-width:20px;
	margin-right:10px;

	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #f0cea0;
}
.rahmenangebote {
	float:left;
	border-right-color:#f4e3c0;
	border-right-style:solid;
	border-right-width:20px;
	margin-right:10px;

	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #f4e3c0;
}
.rahmenkontakt {
	float:left;
	border-right-color:#e9e4d5;
	border-right-style:solid;
	border-right-width:20px;
	margin-right:10px;

	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #e9e4d5;
}

.rahmenwichtiges {
	float:left;
	border-right-color:#fdedcf;
	border-right-style:solid;
	border-right-width:20px;
	margin-right:10px;

	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #fdedcf;
}
#navi_left{padding-left:61px;
padding-top:61px;
}

#navi_top{
	margin-left:775px;
	padding-top:118px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width::60px;
}
* html #navi_top{
	margin-left:775px;
}
#navi_top li{
list-style-type:none;
display:inline;
padding-right:12px;

}
#footer1 {
margin-left:21px;
width:50px;
margin-top:25px;
padding-bottom:10px;
}
#footer {
float:left;
width:30px;
margin-top:0px;
margin-bottom:8px;
padding-bottom:8px;

margin-left:20px;
}
#text{
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
text-align: justify;

}

#textstartseite{
padding-top:120px;
height:255px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #53535f;
	font-size: 20px;
	margin-bottom:-10px;
	margin-top:3px;
}
	
.strong {color: #333333;
}	
.underline{
	text-decoration: underline;

}
h2 {
padding-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;}


.contentimage img{width:605px;
height:441px;
border-right:none;
border-bottom:none;
margin-top:0px;
padding-top:0px;
}

p{margin-top:0px;
margin-bottom:-2px;
}

p.underline{margin-bottom:7px;}