/*======================================*
** stylesheet.css
**======================================*/

/*---------------------------------------*
** Created: 1-10-2006
** Author: BARBARA & MIKE SPANDERN
** Website: www.feedconcepts.com hellbl#9DC1D9
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: Palatino, Gerorgia, Times, serif;
	font-size: 88%;
	color: #cfcfcf;
	margin: 0;
	background-color:#010101;
}

#wrapper {
	position:relative;
	width: 665px;
	margin: 0 auto;
}

img { border: 0; }
h2 {
	color: #b8860b;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
h3 {
        font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
		text-decoration:none;
        color: #b8860b;
        font-size: 78%;
        font-weight: normal;
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
}
a {
	text-decoration: none;
	color: #b8860b;
}
a:hover {
	text-decoration:none;
	color: #32556B;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#intro{
	margin-top:36px;
	margin-left:2px;
	height:150px;
	width:440px;
	background-image: url(images/anflug.jpg);
}

#kontakt{
	margin-top:36px;
	margin-left:2px;
	height:150px;
	width:440px;
	background-image: url(images/kids-fun.jpg);
}

#info{
	margin-top:36px;
	margin-left:2px;
	height:150px;
	width:440px;
	background-image: url(images/sum.jpg);
}

#imkern{
	margin-top:36px;
	margin-left:2px;
	height:150px;
	width:440px;
	background-image: url(images/sie-kommen.jpg);
}


#logo{
	margin-top:35px;
    	width: 210px;
    	height: 150px;
	border-left: 1px solid #010101;
	border-top: 1px solid #010101;
	border-bottom: 1px solid #010101;
    background-image: url(images/gartenhoniglogo.jpg);
}
#logo2{
	margin-top:35px;
    	width: 210px;
    	height: 150px;
	border-left: 1px solid #010101;
	border-top: 1px solid #010101;
	border-bottom: 1px solid #010101;
    background-image: url(images/imgarten.jpg);
}

/*------------------------------------------------------------*
**  Column Left
**------------------------------------------------------------*/
#left {
	float:left;
}

/*------------------------------------------------------------*
**  Content Middle
**------------------------------------------------------------*/
#content {
	margin-left:15px;
	width:414px;
}


/*------------------------------------------------------------*
**  Column Right
**------------------------------------------------------------*/
#right {
	float:left;
	width: 444px;
	background-color:#010101;
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation {
	margin-top:15px;
	width: 200px;
}

a.current, a.active {
	display:block;
	height:23px;
	border-left:1px solid #010101;
	color: #afafaf;
	text-decoration: none;
	font-size: 12px;
	padding-left:30px;
}

a.current:hover {
	border-left:1px solid #9DC1D9;
	color:#b8860b;
}

a.active {
	border-left:1px solid #b8860b;
         color:#b8860b;
}



/**  End_of
**------------------------------------------------------------*/
