/*   CSS Basis                 */
/*   print.css                 */
/*   version 0.60              */
/*   06/2007 - impossible.ch   */

/* + + + + + + + + + + */
/* Basis */
/* + + + + + + + + + + */

/*  body und schrift definitionen
----------------------------------------- */
html {
	margin: 0px;
	border: 0px;
}

body {
font-size: 0.8em;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
background-color: transparent;
}

p { 
	padding: 0px 0px 18px 0px;
	margin: 0px;
	background-color: transparent;
}
	
.date, modified	{
	font-size: 11px;
	color: #333333;
}

h1 {
	font-size: 14px;
	color: #333;
	padding: 4px 0 4px 0;
	margin: 0px;
	line-height: 30px;
	border: 0px 0px 0px 0px;
}
	
h2 {
	font-size: 12px;
	padding: 8px 0px 4px 0px;
	margin: 0px;
	line-height: 18px;
	border: 0px 0px 0px 0px;
	color: #333;
}

h3 {
	font-size: 11px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	line-height: 18px;
	border: 0px 0px 0px 0px;
	color: #000;
}
	
img { 
	border: 0px;
}

/* + + + + + + + + + + */	
/* Tables */
/* + + + + + + + + + + */

table {
	background-color: #a4c5e5;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
		
th {
	background-color: transparent;
	text-align: left;
	font-weight: bold;
}

tr {
	font-weight: normal; 
	vertical-align: text-top;
	text-align: left;
}

td {
	vertical-align: top;
}

.paper { background-color: #d9e8f4;}
.light { background-color: #a4c5e5;}
.medium { background-color: #89b5dd;}
.dark { background-color: #6d9dc7;}

.w50 { width: 50px;}
.w75 { width: 75px;}
.w100 { width: 100px;}
.w125 { width: 125px;}
.w150 { width: 150px;}
.w175 { width: 175px;}
.w200 { width: 200px;}
.w225 { width: 225px;}
.w250 { width: 250px;}
.w375 { width: 275px;}
.w300 { width: 300px;}


/* + + + + + + + + + + */	
/* Layers */
/* + + + + + + + + + + */

#base {
}

#header {
display: none;
}

#topnavigation{
	display: none;
}

#navigation_base {
display: none;
}

#navigation{
display: none;
}

#content{
	width: 90%;
	font-size: normal;
	line-height: 125%;
	background-color: transparent;
	margin: 0px 0px 25px 0px;
}

#footer{
	width: 90%;
	font-size: 10px;
	color: #000;
	margin: 10px 0px 0px 0px;
	border-top: 1px;
}

/* + + + + + + + + + + */
/* Hyperlinks */
/* + + + + + + + + + + */

a { 
	background-color: transparent;
	color: #333;
	text-decoration: underline;
}


	
#map {
	border: 0px 0px 0px 0px;
}


/* + + + + + + + + + + */
/*   Listen   */
/* + + + + + + + + + + */

#content ul {
	list-style-type: none;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 13px;
}

#content li {
	list-style-type: square;
	list-style-image: url(/img/dot.gif);
	background-color: transparent;
	line-height: 20px;
	padding: 0px 0px 3px 17px;
	margin: 0px 0px 0px 0px;
}

#content ol { 
	list-style-type: decimal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 35px;
}


legend {
	background-color: #96b3da;
	padding: 0px 5px 0px 5px;
}


/*  allgemeine link definitionen
----------------------------------------- */
a { color: #294747; background-color:transparent;}
a:visited {color:#294747; background-color:transparent;}
a:hover {color: #000000; background-color:transparent;}
a:active { color:#294747; background-color:transparent;}

/* head - container - logo und sprachwahl
----------------------------------------- */
