@charset "utf-8";

/* CSS Document */
/************************************************************/
/*   Design: webforyou                                      */
/*   Autor:  Karin Hirschi                                  */
/*   Date:   06.2009                    				    */
/*--------------------- ------------------------------------*/
/*   Owner: http://www.webagentur-webforyou.ch              */
/*   Copyright webagentur webforyou, Karin Hirschi          */
/************************************************************/

/* margin-bottom für Überschriften, Absätze, Listen etc. */
h1, h2, h3, h4, h5, h6, p, blockquote, address, pre, ul, ol, dl, table { margin-bottom: 0em; }

body {
color: #000;
font-family: Arial, Helvetica, sans-serif;
}


h1 {
	color: #CD4828;
	font-size: 1.4em;
	letter-spacing: 0.02em;
	padding:5px 0 18px 0;
	text-align:justify;
}

h2 {
	color: #CD4828;
	font-size: 1.3em;
	padding: 20px 0 10px 0;
}

h3 {
	color: #CD4828;
	font-size: 1.3em;
	padding: 5px 0 5px 0;
}

h4 {
	color: #CD4828;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 5px 0;
}

h5 {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

blockquote { font-style: oblique; }
em { letter-spacing: 0.1em; }

img, a img { border-style: none; }

a { color: #CD4828;}

a:hover { color: #CD4828; text-decoration:none;}

p {
padding: 5px 0;
text-align:justify;

}

/* Listen */

#inhalt ul{ 
margin-left: 1.7em;
padding-top: 5px;
padding-bottom: 5px;
 }
 
#inhalt li{ 
list-style-image:
url(../images/template/li_lemon.jpg);
background-repeat:no-repeat;
padding-bottom:7px;
 }
 
#inhalt ol{ 
margin-left: 1.7em;
 }

/* Klassen */

.clear { clear: both; }

.bold { font-weight:bold}

.italic { font-style:italic}

.rot {
color: #CD4828;
}

.imglinks{
float:left;
margin: 0px 7px 5px 0px;}

.imgrechts{
float:right;
margin: 0px 7px 5px 7px;
}

 /* mainnav */

#mainnav ul {
	list-style-type: none;
	margin: 0px 0 30px 0;
	color: #000;
}

#mainnav li a {
	display: block;
	color: #000;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 10px 8px 15px;
}

#mainnav li a:hover, #mainnav li a:active {
color: #CD4828;
	background-color:#FFF;
	}

#mainnav li.selected a {
	color: #CD4828;
	background-color:#FFF;
	font-weight:bold;
}


.menu{
	list-style-type: none;
	font-size: 1.1em;
	font-weight:bold;
}

.submenu{
	font-weight:normal;
	}


#footer a {
color:#FFF;
text-decoration:none;
}

#footer a:hover {
color:#FFF;
}

/* Table - Styles */
#inhalt table {
clear:left;
empty-cells:show; 
border:solid 1px #666; 
border-collapse:collapse; 
text-align:left;
font-size:0.85em;
margin: 15px 0px;
}
#inhalt tr {
margin:0; 
padding:0;
 }
#inhalt td {
color:#000;
border-right:solid 1px #666; 
border-bottom:dotted 1px #CD4828; 
background:none;
padding:2px 5px;
}
#inhalt th {
color:#C00;
font-weight:bold;
border-right:solid 1px #666; 
border-bottom:solid 1px #666; 

padding:2px 5px; 
}

/* Sitemap */

ul.sitemaphead   {
list-style: none outside;
margin-left: 0;
padding-left: 0;
}

ul.sitemaphead li   {
border-top: 1px solid #000;
padding-top: 1.0em;
padding-bottom: 0.5em;
}

ul.sitemaplist  {
line-height: 0.8em;
font-weight: normal;
font-size: 0.8em;
list-style-type: disc;
list-style-position: outside;
font-style: normal;
list-style-image: url(../assets/templates/nitidas/images/dot_list_red.gif);
padding: 0 10px 5px 20px;
}

ul.sitemaplist li  {
border-top: 0px solid;
}

.sitemaphead a, .sitemaplist a {
color:#000;
}

.sitemaphead a  {
font-size: 1.0em;
}

.sitemaplist a  {
font-weight: normal;
font-size: 1em !important;
}


.sitemaphead a:hover, .sitemaplist a:hover,
.sitemaphead a:focus, .sitemaplist a:focus,
.sitemaphead a:active, .sitemaplist a:active  {
text-decoration: underline;
}

