﻿/*CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100,01%;
	font: inherit;
	vertical-align: baseline;
}

strong { font-weight: bold; }

em { font-style: italic; }
body { 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.9em; 
line-height: 1.1em;
color: #af9054; }

h1 { 
	font-family: Century Gothic, Helvetica, Verdana, sans-serif;
	color: #4a7349;
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0px 20px 20px 0px;
	text-align: right;
	}
h2 { 
	font-family: Century Gothic, Helvetica, Verdana, sans-serif;
	color: #4a7349;
	font-size: 18px;
	margin: 5px 0 2px 0;
	}
p {
	padding-bottom: 10px;
}


ul {
	padding-left: 30px;
	padding-bottom: 20px;
}


.textlink { color: #4a7349; text-decoration: underline; }

/* rahmen div */


#main {
margin: 40px auto;
width: 980px;
background-color: #4a7349;
border-left: 1px solid grey;
border-top: 1px solid grey;
box-shadow: -3px -3px 5px #6e6e6e;
-moz-box-shadow: -3px -3px 5px #6e6e6e;
-webkit-box-shadow: -3px -3px 5px #6e6e6e;
-khtml-box-shadow: -3px -3px 5px #6e6e6e;
}

#wrapper-left {
width: 590px;
background-color: white;
border: none;
margin: 0px 0px 0px 0px;
padding: 0px;
min-height: 590px;
}

#wrapper-right {
float: right;
width: 390px;
margin: 0px;
padding: 0px;
background-color: #4a7349;
}

/*großes bild oben */
#topimg { 
float: left; 
margin: 0px;
}

/* logo */
#naviframe { 
float: right;
width: 390px;
height: 210px;
background-color: #4a7349; }

#content { 
margin: 0px;
}

#content-text  { 
margin: 0px;
line-height: 1.5em;
padding: 30px 20px 0px 30px;
}

/* unterer frame */
#rightframe { 
width: 390px;
padding: 0px;
vertical-align: top; 
overflow: hidden; }

#rightframe img {
	
	border: 0 none;
	
}

	
 /* Haupt-Navigation */
#navi { position: relative; left: 30px; top: 20px; clear: both; width: 210px; z-index: 999; margin: 0px; font-family: Century Gothic, Helvetica, Verdana, sans-serif; }
#navi ul{ display: block; list-style-type: none; margin:0; padding:0; }
#navi li { padding: 6px 0; font-size: 1.2em; letter-spacing: 0.15em;}

#navi li a, #navi li a:visited { color: white; text-align:left;  text-decoration:none; }
#navi li a:hover, #navi li a:active { color:#b2955d;  text-decoration: none; border-bottom: 1px dotted white;  }
#navi li a.active { color:#b2955d; margin-left: 20px; border-bottom: 1px dotted white; }

#navi ul ul { position: absolute; left: 130px; top: 78px; display: none; list-style-type: none; margin:0; padding:5px 20px; width: 120px; border-left: 1px dotted white; }
#navi li li {padding: 3px 0; font-size: 1.0em; letter-spacing: 0.15em;}
#navi ul a:hover ul, #navi ul li:hover ul {
display: inline;
} 


/*navi kontakt-impressum*/
	#navi-unten { clear: both; width: 980px; margin: 0px auto; padding: 0px; height: 40px; background-color: #4a7349; text-align: left; }
	#navi-unten-rechts { position: relative; top: 0px; left: 590px; width: 390px; height: 30px; color: white; font-size: 1.2em; background-color: #b2955d; text-align: right; padding-top: 10px; }
	.link, .link a:visited, .link a:active  { font-family: Century Gothic, Helvetica, Verdana, sans-serif; color: white; text-transform: uppercase; text-decoration: none; line-height: 1.3em; padding: 0px 20px }
	 a:hover  { color: #4a7349; text-decoration: none; }

