@import url("layout.css");		/*	Stylesheet fuer das allgemeine Layout	*/
@import url("content.css");	/*	Stylesheet fuer den Inhalt			*/
/*	alle Werte reseten	*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
/*	Reset			END		*/


/*	Grundlegende Formatierungen		*/
html, body, #page_wrapper {
height: 100%;
}

body {
background: #dfefb8;
color: #1E2713;
}

h4 {
text-align: left;
margin-left: 9px;
font: 1.2em "Trebuchet MS";
}

body#links h4 {
margin-top: 10px;
}

body#fotografie h4 {
text-decoration: underline;
}
/*	ENDE	*/
/*	Header	*/
#header {
height: 175px;
width: 750px;
border-bottom: 2px solid #fff;
background: #a5b77a url(../img/header.jpg) no-repeat; 
}

#header h1 {
position: absolute;
top: 18px;
left: 195px;
font: 1.6em "Trebuchet MS";
color: #fff;
}

#header h1 span {
font-size: .7em;
}
/*	ENDE	*/
/*	Navigation		*/
#navigation h2 {
background-color: #a5b77a;
height: 25px;
line-height: 25px;
text-align: center;
font: 1.1em "Trebuchet MS";
text-transform: uppercase;
}

#navigation ul li {
padding-bottom: 1px;
background: url(../img/dash.png) repeat-x;
background-position: bottom;
margin: 0 9px;
font: .7em "Trebuchet MS";
font-weight: bold;
}

#navigation a {
display: block;
padding: 4px 0px 3px 15px;
text-align: left;
color: #48503E;
}

#navigation a:hover {
background:	#A5B77A;
}

body#home li#home_navi a,
body#about li#about_navi a,
body#fotografie li#foto_navi a,
body#galerie li#galerie_navi a,
body#artikel li#artikel_navi a,
body#gb li#gb_navi a,
body#gb_new li#gb_navi a,
body#kontakt li#kontakt_navi a,
body#links li#links_navi a {
color: #9CA88E;
}

body#home li#home_navi a:hover,
body#about li#about_navi a:hover,
body#fotografie li#foto_navi a:hover,
body#galerie li#galerie_navi a:hover,
body#artikel li#artikel_navi a:hover,
body#gb li#gb_navi a:hover,
body#gb_new li#gb_navi a:hover,
body#kontakt li#kontakt_navi a:hover,
body#links li#links_navi a:hover  {
color: #48503E;
}
/*	ENDE	*/
/*	Preamble	*/
#preamble {
width: 573px;
height: 100px;
background: #D6E0B8;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff	;
}

#preamble p {
padding: 15px 50px;
font: 1em "Trebuchet MS";
text-align: center;
}
/*	ENDE	*/
/*	Footer	*/
#footer_innen ul li {
display: inline;
border-left: 1px solid #fff;
padding: 0 .35em 0 .6em;
}

#footer_innen ul li:first-child{
border: none;
}

body#home li#home_footernavi a,
body#impressum li#impressum_footernavi a,
body#kontakt li#kontakt_footernavi a {
font-weight: bold;
color: #1F2316;
}

body#home li#home_footernavi a:hover,
body#impressum li#impressum_footernavi a:hover,
body#kontakt li#kontakt_footernavi a:hover {
color: #fff;
}

#footer_innen a {
color: #fff;
}

#footer_innen a:hover {
color: #1F2316;
}
/*	ENDE	*/