/*****************************************************************
	
	Klassen/ID: CONTENT
	Media: ALL
	
	2007 das.zeichen (Bernhard Sturm) www.daszeichen.ch

*******************************************************************/

/* globale link definition */
a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover, a:active {
	background-position: 0px -14px;
	color:#000;
	text-decoration:underline;
}

/* allgemeine hierarchie */
#content h2, .content h3 {
	font-size:1.2em;
	font-weight:bold;
	line-height:120%;
	margin:2em 0em 0em 0em;
}
#content h3 {
	font-size:1em;
	margin:1em 0em 0em 0em;
}

#content p {
	line-height:140%;
	margin:0em 0.2em 1em 0em;
}

#content p.themen {
	margin:0em 1em 1em 0em;
}

.small {
	font-size:0.8em;
}

/* admin hierarchie */
.content-admin h2, .content-admin h3 {
	font-size:1.2em;
	font-weight: bold;
	line-height: 120%;
	margin:0px 0px 5px 0px;
}
.content-admin h3 {
	font-size:1em;
	margin:2em 0px 10px 0px;
}

/* warnhinweis */
p.CntText, p.hint {
	color:red;
	font-weight: bold;
	font-size:0.8em;
	border:1px solid red;
	padding:5px;
	margin:0px 1em 1em 1em;
}

p.hint {
	color:#000;
	background-color: #DCDCDC;
	border:none;
	font-weight:normal;
	margin:0px 0px 1em 0em;
}

/* admin tabellen */
table.tablelist, table.tablelist tr, table.tablelist tr td {
	border-collapse: collapse;
	border:none;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
}
table.tablelist {
	margin:1em 0em 1em 0em;
}
table.tablelist th {
	border-bottom:1px solid #CCC;
	background-color: #FFF;
}
table.tablelist td, table.tablelist th {
	font-size:0.8em;
	padding:2px;
}
table.tablelist tr.odd td {
	background-color:#EBEBEB;
}


/* formulare */
#content form#fe {
	margin:0em 0em 2em 0em;
}
#content form#senden {
	margin:0;
}

.content-admin form label, #content form#fe label {
	font-size:1em;
	width:150px;
	display: block;
	float:left;
}
.content-admin input, .content-admin select, .content-admin textarea, form#fe input, form#fe select, form#fe textarea, form input {
	width:200px;
	margin:0px 0px 2px 0px;
	font-size:1em;
	border:1px solid #CCC;
}
.content-admin input.button, form#fe input.button, input.button {
	width:12em;
	float:left;
	margin:10px 2px 2px 0px;
	border: none;
	background-color: #FF6600;
	color:#FFF;
	padding:2px;
}
.content-admin textarea, form#fe textarea {
	height:100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
}

#content form input.hidden, #content form#fe input.hidden  {
	display:none;
	float:none;
	clear:both;
	visibility: hidden;
}

/* suchformular */
#content form#fe input.textsearch, #content form#fe select.selsearch {
	display:inline;
	float:none;
	clear:both;
	width:20em;
}
#content form#fe select.selsearch {
	width:4em;
}
#content form#fe input.buttonimage {
	border:none;
	float:none;
	clear:both;
	width:82px;
	height:23px;
}

/* suchresultate */
table.searchlist tr td, table.searchlist, table.searchlist tr {
	border-collapse:collapse;
	vertical-align:top;
	padding:0;
}
table.searchlist {
	margin:0em 0.3em 0em 0em;
}
table.searchlist tr td.count {
	font-size:1em;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}

#content p.results {
	margin:0;
}

/* adressen */
#content p.address {
	margin:0px 0.5em 0em 0em;
	text-align:right;
	line-height:105%;
	font-size:1em;
}

/* listen */
ul.themen, ul.themen li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.themen {
	margin:1em 1em 1em 0.5em;
}
ul.themen li {
	margin: 0.5em 0em 0em 0em;
}

/* tabellen listen */
table.list, table.list tr, table.list tr td {
	border-collapse: collapse;
	margin:0;
	padding:0;
	vertical-align: top;
	line-height:105%;
}

table.list {
	margin:0px 0px 2em 0px;
}

table.list tr td {
	padding:2px 0.5em 2px 0em;
}
table.list tr.even td {
	padding:2px 0.5em 0.5em 0em;
	border-bottom:1px solid #CCC;
}

/* trenner */
.hr {
	border-top:1px dotted #CCC;
	height:1px;
	width:auto;
	margin:2em 0em 0.5em 0em;
}
.hr hr {
	display:none;
	visibility: hidden;
}

/* icons in listen */
#content a.iconentry {
	background-image: url(../images/metanav/see_more.gif);
	padding:0px 0em 0px 1.5em;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size:0.8em;
	line-height:80%;
	margin:2px 5px 0px 0px;
}
