/* 960 Grid System Framework */
@import url('reset.css');
@import url('960.css');
@import url('text.css');

/* Other CSS Files */
@import url('ahnentafel.css');
@import url('powermail.css');


/* Country-Roads Collies Settings */
body {
	background: url(../images/background.gif) top left repeat;
	position: relative;
}

#root {
	background: url(../images/background_root.png) top left repeat-y;
}

#field {
	width: 100%;
	height: 250px;
	background: url(../images/field.png) top center no-repeat;
	position: absolute;
	top: 0;
	z-index: 0;
}

#header, #navigation {
	position: relative;
	z-index: 1;
}

#header {
	height: 215px;
}

#navigation {
	height: 35px;
}

#navigation ul {
	margin: 0;
	padding: 5px 0 0 0 !important;
	font-size: 1.2em;
	list-style-type: none;
}

#navigation ul li {
	margin: 0;
	padding: 0 43px 0 0 !important;
	display: inline;
}

#navigation ul li.last {
	padding-right: 0 !important;
}

#navigation ul li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#content, #content_m, #content_r, #sidebar {
	font-size: 0.9em;
	line-height: 150% !important;
	background-color: #fff;
}

#content #last_change {
	padding: 0 0 0 10px;
	font-size: 0.9em;
	color: #F00;
}

#content a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content p.align-center {
	text-align: center !important;
}

#content p.align-right {
	text-align: right !important;
}

.content_padding_l, .content_padding, .content_padding_r, .sidebar_padding, #breadcrumb {
	padding: 10px 0 5px 10px;
}

.sidebar_padding {
	padding: 0 20px 5px 10px;
	position: relative;
	top: -42px;
}

.sidebar_padding .csc-header h1 {
	font-size: 1.2em;
}

.csc-header {
	padding-top: 20px;
}

.csc-textpic-caption {
	font-size: 0.8em;
	font-weight: bold;
}


#breadcrumb {
	font-size: 0.9em;
}

#breadcrumb a {
	color: #000;
}



#footer {
	height: 40px;
	background: url(../images/background_footer.png) top left no-repeat;
}

#footer_copyright {
	padding: 20px 13px 0 0;
	text-align: right;
	font-size: 0.9em;
	color: #fff;
}





/* tt_news Settings */
.news-latest-item h3,
.news-single-item h2 {
	padding-top: 5px;
}

.news-latest-item .news-latest-date a,
.news-latest-item h3 a,
.news-latest-morelink a,
.news-list-morelink a,
.news-single-backlink a,
.news-list-item h3 a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
















