/* Unterwegs im Schwarzwald CSS */

/* Global RESET */
* { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* Globale Einstellungen */
body { width: 100%;	height: 100%; background-color: #000000; font-family: Trebuchet MS, Tahoma, Verdana, Arial; line-height:16px; font-size: 14px; font-weight: normal; color: #898989; text-align: center; }

a{ color: #ffffff; text-decoration: underline; }
a:hover { color: #000000; background-color: #898989; text-decoration: none; }
a:visited: { color: #910000; text-decoration: underline; }
h2 { font-size:16px; color:#C35929;	font-weight:normal; }

/* Struktur */
#container { width: 764px; margin: auto; margin-top: 0px; border: 1px solid #363636; }
#header { width: 764px;	height: 238px; }
#menu { width: 764px; height: 64px; background: url(../images/schwarzwald-menu.jpg) top; }

/* Linke Spalte News */
#news { width: 270px; float: left; text-align: left; }
#news_c { margin-left: 15px; }
#news_c p {	margin: 5px 0 0 15px; }
#news_c span{ display: block; color: #C35929; font-size: 12px; padding-top: 8px; } 

/* Linke Spalte Subpages */
#subkats { width: 270px; float: left; text-align: left; }
#subkats_c { margin-left: 15px; }
#subkats_c p { margin: 5px 0 0 15px; }
#subkats_c span { display: block; color: #C35929; font-size: 12px; padding-top: 10px; } 
#subkats_c ul li { margin-left: 15px; display:inline; padding:0 15px 0 15px; }

/* Content Bereich */
#content { width: 475px; float: right; text-align:left; }
#content p { margin: 10px 10px 10px 0; }
#content .google { font-style:italic; }

/* Kontaktformular */
#content_k {	width: 475px; position: relative; float: right; text-align:center; }
#content_k td { color: #C35929; }
#content_k .kontaktformular { width:320px; background-color:#333333; color: #898989; border:1px solid #aaaaaa; }

/* Navigationsleiste Impressum und Start unten */
#subnav { clear: both; width: 764px;	text-align: right; margin-bottom:15px; }
#subnav span { margin: 0 25px 0 0; }

/* ADWORDS block */
#google_ads { }

/* Footer */
#footer { font-size: 13px; width: 764px; }
#footer p { text-align: right; padding-bottom:10px; }

