/* =basics
--------------------------------------------------------------- */
body {
	
	}
.invis {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
	}
.clear {
	clear: both;
	}

/* =bodycontent; nur im backend-editor sichtbar
--------------------------------------------------------------- */
.bodycontent {
	
	}
.bodycontent iframe,
.bodycontent fieldset{
	border: 3px dotted red;
	width: 80%;
	}
	
/* =typo
--------------------------------------------------------------- */	
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	}
p, .normal {
	
	}
h1, .titel {
	
	}
h2 {
	
	}
h3, .untertitel {
	
	}
h4 {
	
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0
	}
img {
	border: 0;
	}
ul {
	
	}
ol {
	
	}
blockquote {
	
	}
sup, sub {
	line-height:0px;
	}
address {
	font-style: normal;
	}
	
/* =forms
--------------------------------------------------------------- */	
input, select, textarea, button {
	/* hier Font definieren fuer globale Form-Elemente */
	}
input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
	background-color: #fefbca;
	}
fieldset {
	border: 1px solid #000;
	padding: 15px;
	margin: 0;
	}
legend {
	color: #000;
	font-weight: bold;
	}
#newsearch {
	border: 1px solid #2c2b2b;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	padding: 5px;
	}
	
/* =tables
--------------------------------------------------------------- */	
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	}
caption {
	text-align: left;
	}
table th {
	font-weight: bold;
	text-align: left;
	background-color: #e8e8e8;
	}
table td {
	vertical-align: top;
	}
	
table.list {
	width: 100%;

	}
table.list th {
	padding: 2px 15px 2px 0;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	}
table.list td {
	padding: 2px 15px 2px 0;
	border-bottom: 1px solid #b7b7b7;
	}
		
/* =alternate table rows with JS
--------------------------------------------------------------- */
tr.zeile1 td {
	background-color: #f7fbff;
	}
tr.zeile2 td {
	
	}
tr.trhover td {

	}
	
/* =A-Z-Ausgabe
--------------------------------------------------------------- */
.abisz {
	background-color: #eaeaea;
	margin: 0;
	padding: 5px;
	}
.abisz li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #000;
	font-weight: bold;
	text-align: center;
	}
	
/* =anchors
--------------------------------------------------------------- */

a:link {
outline: none;	/* removes oulines in FF */
font-weight: bold;
color: #6C6D6C;
text-decoration:none;	
}
a:visited {
font-weight: bold;
color: #6C6D6C;
text-decoration:none;	
}
a:focus, a[href^="http:"]:focus {
font-weight: bold;
color: #6C6D6C;  
text-decoration:none;
}
a:hover {
font-weight: bold;
color: #6C6D6C;
text-decoration:underline;	
}
a:active {
font-weight: bold;
color: #6C6D6C;
text-decoration:none;	
}
a img {
	border: none;
	}
a[href^="http:"] {
	/* versorgt ausgehende links mit einem icon */
	padding-right: 10px;
	background: url(../pictures/icon_ext.gif) no-repeat right top;
	}
a[href^="http://cms3-kunde.backslash.ch"], a[href^="http://www.kunde.ch"] {
	/* entfernt das icon bei diesen URI's wieder */
	padding-right: 0;
	background-image: none;
	}
	
/*=microformats
--------------------------------------------------------------- */
.region, .country-name, .url, .none {
	display: none;
	}
	
/* =document-anchors
--------------------------------------------------------------- */
a.pdf {
	background-image: url(/icons/module/Dokument3_0/icon_pdf_klein.gif);
	}
a.doc, a.rtf {
	background-image: url(/icons/module/Dokument3_0/icon_word_klein.gif);
	}
a.xls {
	background-image: url(/icons/module/Dokument3_0/icon_excel_klein.gif);
	}
a.pps {
	background-image: url(/icons/module/Dokument3_0/icon_powerpoint_klein.gif);
	}
a.zip {
	background-image: url(/icons/module/Dokument3_0/icon_zip_klein.gif);
	}
a.txt {
	background-image: url(/icons/module/Dokument3_0/icon_txt_klein.gif);
	}
a.vcf {
	background: url(/icons/module/Dokument3_0/icon_vcf_klein.gif) 0 3px;
	}
a.document {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 2px;
	}

/* =image mit legende
--------------------------------------------------------------- */
.card-left, .card-right {
	float: left;
	width: 170px;
	padding: 10px 0;
	text-align: center;

	background: white;
	border: 1px solid #ccc;
	font-size: 1em;
	margin-top: 1em;
	}
.card-right {
	float: right;
	}
.card-title {
	margin: 0 0 5px 0;
	font-size: 1em;
	color: green;
	}
.card-photo {
	margin: 0 auto;
	padding: 0;
	border: none;
	}
.card-desc {
	margin: 5px 10px 0 10px;
	padding: 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
	}
