/*
Style sheet sp-langenthal.ch
___________________________________________________________________

Description		CSS Layout properties

@date			
@author			
*/

/*tt_address output*/
table#mitgliederListe{
	font: 8px Arial, Helvetica, sans-serif;
	border: 1px solid black;
	width: 370px;
}

table#mitgliederListeVorlage{
	font-size: 6px; 
	font: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid black;
	width: 370px;

}
	table#mitgliederListeVorlage span.company{
		font: 8px Arial, Helvetica, sans-serif;
	}
	





/* General rules */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
}

/* Typography */
body, td, th, input, textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #656565;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 18px;
	line-height: 18px;
}

p {
	margin-bottom: 18px;
}

/* Layer */
#container {
	position: relative;
	width: 902px;
	margin: 0 auto;
	display: block;
	text-align: left;
	background: #ccc url(../images/bg.gif) left top repeat-y;
}

#eyecatchercontainer {
	position: relative;
	width: 902px;
	height: 128px;
	border-bottom: 11px solid #d9d9d9;
}

#eyecatcher {
	position: absolute;
	width: 902px;
	height: 124px;
	border-bottom: 4px solid #fff;
	z-index: 1;
}

#quicklinks {
	position: absolute;
	top: 105px;
	right: 19px;
	z-index: 2;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

#navigationcontainer {
	float: left;
	width: 183px;
	padding: 0 5px 0px 8px;
	font-size: 12px;
}

#navigation {
	position: relative;
	width: 179px;
	padding: 0 0px; /*<-- abstand links navi zu yellowbox*/
}

#contentcontainer {
	float: left;
	width: 509px;
}

#content {
	position: relative;
	width: 477px;
	padding: 0 16px;
	background-color:#ffffff;
}

#newscontainer {
	float: left;
	width: 183px;
	padding: 0 8px 0 6px;
}

#news {
	position: relative;
	width: 151px;
	padding: 0 16px;
	background-color:#ffffff;
	
}

#footer {
	position: relative;
	width: 902px;
	text-align: center;
	clear: both;
	background-color: #bfbfbf;
	font-size: 11px;
	margin-top: 50px;
	border-top: 10px solid #d9d9d9;
}

/* Hyperlinks */
a {
	color: #fd0505;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#quicklinks a {
	color: #fff;
	text-decoration: none;
}

#footer a {
	color: #656565;
	text-decoration: none;
}

#footer p {
	margin: 0;
}

/* Neat yellow bar */
div.yellowbar {
	width: 100%;
	height: 18px;
	color: #fff;
	font-weight: bold;
	text-indent: 16px;
	background-color: #fd0505; /*#f8b200*/
	border-bottom: 10px solid #fff;
}

div.yellowbar p {
	margin: 0;
	padding: 0;
}

div#navigation { width:100%;}

/* Navigation */
#navigation li {
	list-style: none;
	
}

#navigation li a, #navigation li a:hover, #navigation li.sel a, #navigation li.sel a:hover {
	text-decoration: none;
	display: block;
	width: 159px;
	height: 23px;
/*	padding-left: 24px;*/
	padding-left: 24px;
	font-weight: bold;
	color: #000;
	background: #fff url(../images/navi-dot-white.gif) 12px 6px no-repeat;
	border-bottom: 1px solid #b4b4b4;
}

#navigation li a:hover, #navigation li.sel a, #navigation li a:hover, #navigation li.sel a:hover {
	/*background: #e4e4e4 url(../images/navi-dot-grey.gif) 12px 6px no-repeat;*/
		background: #e4e4e4 url(../images/navi-dot-white.gif) 12px 6px no-repeat;
}

/* Navigation Level 2 */
 #navigation li.level2 a, #navigation li.level2 a:hover, #navigation li.level2sel a, #navigation li.level2sel a:hover {
	text-decoration: none;
	display: block;
	width: 146px;
	height: 23px;
	padding-left: 37px; /*184*/
	font-weight: normal;
	color: #000;
	background: #fff url(../images/navi-dot-white.gif) 25px 6px no-repeat;
	border-bottom: 1px solid #b4b4b4;
}

/* Navigation Level 2 */
#navigation li.level3 a, #navigation li.level3 a:hover, #navigation li.level3sel a, #navigation li.level3sel a:hover {
	text-decoration: none;
	display: block;
	width: 134px;
	height: 23px;
	padding-left: 50px; /*184*/
	font-weight: normal;
	color: #000;
	background: #fff url(../images/navi-dot-white.gif) 25px 6px no-repeat;
	border-bottom: 1px solid #b4b4b4;
}


#navigation li.level2 a:hover, #navigation li.level2sel a, #navigation li.level2sel a:hover {
	background: #e4e4e4 url(../images/navi-dot-grey.gif) 25px 6px no-repeat;
}

/* Unordered lists */
#content ul, #content li {
	margin-left: 20px;
}

/* Quicklinks */
#quicklinks li {
	list-style: none;
	display: inline;
	float: left;
	padding-right: 5px;
}

/* News */
#news div.news-latest-item, #news div.news-list-item, #news div.news-single-item {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f8b200;
	font-size: 11px;
}

#news div.news-latest-item h3, #news div.news-list-item h3, #news div.news-single-item h3, #news div.news-latest-gotoarchive {
	font-size: 11px;
	margin-bottom: 0;
}

hr.clearer, p.news-single-author {
	display: none;
}

/* Loginform */
p.csc-form-label-req {
	margin: 0;
}


.tx-filelist-pi1-table {
	width:100%;
}

.news-list-item{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 18px;*/
    padding-top:11px;
	border-bottom:1px solid gray;
}

.news-list-item a {
	text-decoration: none;
}