/* Cascading Display-StyleSheet fuer http://www.caalpont.ch */


/* Standard-Tags
----------------------------------------------- */
body
	{
	margin: 0;
	padding: 0;
	background-color: #EDEDE3;
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	border: 0 none;
	text-align: left;
	background-image: url('assets/images/design/zierleiste.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	}
h1
	{
	font-family: georgia, 'times-new-roman', serif;
	font-size: 2em;
	font-weight: normal;
	color: #16981B;
	padding-top: 0.2em;
	padding-bottom: 0;
	}
h2
	{
	font-family: georgia, 'times-new-roman', serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #16981B;
	text-decoration: underline;
	}
h3
	{
	font-family: georgia, 'times-new-roman', serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #16981B;
	display: block;
	border-bottom: 1px solid #16981B;
	}
p
	{
	line-height: 2em;
	padding-bottom: 0.2em;
	padding-top: 0.5em;
	}
cite
	{
	font-family: georgia, 'times-new-roman', serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 2em;
	}


/* Kopfdaten [HEAD]
----------------------------------------------- */
#head1, #head2, #head3
	{
	width: 100%;
	display: block;
	}
#head1
	{
	height: 19px;
	border-top: 5px solid #16981B;
	background-image: url('assets/images/design/clbg.gif');
	background-repeat: repeat-x;
	text-align: right;
	padding-top: 3px;
	}
#head2
	{
	height: 200px;
	background-image: url('assets/images/design/headbg.jpg');
	background-repeat: repeat-x;
	}
#head3
	{
	height: 23px;
	background-image: url('assets/images/design/navbg.gif');
	background-repeat: repeat-x;
	border-bottom: 3px solid #FF9D26;
	padding-top: 3px;
	font-size: 1.27em;
	font-weight: bold;
	}
#head1 img
	{
	margin-right: 8px;
	}
#head2 a img, #head2 img
	{
	border: 0px none;
	margin: 0;
	padding: 0;
	display: block;
	}
#head3 a
	{
	margin-left: 1em;
	}
/* Submenu
----------------------------------------------- */
#submenu
	{
	position: absolute;
	top: 256px;
	left: 0;
	width: 100%;
	height: 21px;
	}
#sub1
	{
	display: none;
	background-color: #EDEDED;
	height: 17px;
	border-bottom: 1px solid black;
	padding-top: 2px;
	}
#sub2
	{
	display: none;
	background-color: #EDEDED;
	height: 17px;
	border-bottom: 1px solid black;
	padding-top: 2px;
	}
#submenu a
	{
	margin-left: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
	}

/* Content
----------------------------------------------- */
#content
	{
	margin: 25px 15px 10px 150px;
	width: 715px;
	background-color: white;
/*	border: 1px solid #BEBEB6;*/
	}
#content .inhalt
	{
	padding: 0 20px 10px 15px;
	min-height: 400px;
	}
#content .inhalt p span.name
	{
	font-family: georgia, 'times-new-roman', serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #16981B;
	text-decoration: underline;
	margin-right: 0.2em;
	}
table caption
	{
	font-family:georgia,garamond,'times new roman',serif;
	font-size:1.3em;
	font-weight: bold;
	color: #16981B;
	text-decoration: underline;
	padding-bottom:1em;
	text-align:center;
	}
table
	{
	border: 1px solid #BEBEB6;
	margin:0;
	padding:2px;
	vertical-align:middle;
	}

/* Fusszeile
----------------------------------------------- */
#footer
	{
	color: #78A479;
	font-size: 80%;
	padding-bottom: 7px;
	margin-top: 15px;
	}

/* Links
----------------------------------------------- */
a:link
	{
	color: #16981B;
	text-decoration: none;
	}
a:visited
	{
	color: black;
	text-decoration: none;
	}
a:active
	{
	color: #FF9D26;
	text-decoration: underline;
	}
a:hover
	{
	color: #FF9D26;
	text-decoration: underline;
	}

li a:link, p a:link, span a:link{text-decoration: underline;}
li a:visited, p a:visited, span a:visited{text-decoration: underline;}
li a:active, p a:active, span a:active{text-decoration: none;}
li a:hover, p a:hover, span a:hover{text-decoration: none;}
#head3 a:active{text-decoration:overline;}
#head3 a:hover{text-decoration:overline;}

a img
	{
	border: 0 none;
	margin: 0;
	padding: 0;
	}
#content .inhalt a:link img
	{
	padding: 7px;
	margin: 3px;
	border: 1px solid #BEBEB6;
	background-color: #EDEDE3;
	}
#content .inhalt a:visited img
	{
	padding: 7px;
	margin: 3px;
	border: 1px dashed #BEBEB6;
	background-color: #EDEDE3;
	}
#content .inhalt a:active img
	{
	padding: 7px;
	margin: 3px;
	border: 1px solid #FF9D26;
	background-color: #EDEDE3;
	}
#content .inhalt a:hover img
	{
	padding: 7px;
	margin: 3px;
	border: 1px solid #FF9D26;
	background-color: #EDEDE3;
	}
div.kittenpics
	{
	float: left;
	}
div.kittenpics a img
	{
	margin: 2px;
	}
ul.archiv
	{
	border: 1px solid #BEBEB6;
	padding: 0.5em;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 2em 0;
	}
ul.archiv li
	{
	margin: 0.5em 0 0.5em ;
	padding: 0.4em;
	}
.archiv li.dark
	{
	background-color: #EDEDE3;
	}
