/* Styles for laufticker.de */
/* @author: Sabine Weiß <sabine.weiss@netz-schmiede.de>  */

/* some general settings for appearance */

* {	
	margin: 0;
	padding: 0;
	border: 0px none;
}

html {
	height: 100%;
	background: url(./images/bg_main2.jpg) repeat-x #ACACAC;
}

body {
	height: 100.01%;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	text-align: center;
}

p {
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

div {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #75CE5C;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 8px 0 15px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 1em;
	color: #202020;
}

h2 {
	margin: 12px 0 5px 0;
	font-weight: bold;
	font-size: 1.3em;
	color: #202020;
}

h3 {
	margin: 10px 0 3px 0;
	font-size: 1.1em;
	color: #202020;
	font-weight:bold;
	letter-spacing: 0.1em;
}

ul li {
	font-style: normal;
}

hr {
	border-top: 1px solid #75CE5C;;
	margin: 0 70px 12px 70px;
}

iframe {
	background-color: #404040;
}

/* helper classes */


.clearBoth {
	clear:both;
}


.bold {
	font-weight: bold;
}

.align-left {text-align:left;}
.align-center {text-align:center;}
.align-right {text-align:right;}

/* And from here the more individual settings */

#shadow {
	width: 1066px;
	margin: 2px auto 0 auto;
	background: url(images/bg_shadow.png);
  
}

#frame {
	width: 1036px;
	margin: 0 auto;
	background: #272727;
}

#outerContainer {
	width: 1020px;
	height: 100%;
	margin: 0 auto;
	text-align: left;  
	background: #404040 url(images/top_outerContainerWide.jpg) top left no-repeat;
}

#mainContainer {
	position: relative;
	height: 100%;
	padding-top: 20px;
	
}

#header {
	height: 155px;    /* #logo/bannerTop + search/naviTop Height */
	position: relative;
	border-left: 1px solid #99C866;	
	border-right: 1px solid #99C866;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 315px;
	height: 65px;
	padding: 10px 0 0 20px;
}

#logo a {
	display: inline-block;
}

#bannerTop {
	position: absolute;
	top: 0px;
	left: 335px;
	width: 420px;
	height: 75px;
}

#search {	
	position:absolute;
	top: 75px;
	left: 0px;
	width: 150px;
	height: 80px;
}

#tickerBox{
  position: absolute;
	top: 95px;
	left: 150px;
	width: 605px;
	height: 80px;
	background: white;
}

#ticker {
  text-align: center;
  margin-top: 10px;
  background: url(images/bg_ticker.jpg) no-repeat center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #00F500;
}

#newsticker ul li{
  color:#FF8800;
}

#ticker a {
  color:#FF8800;
  text-decoration:none;
}

#ticker a:hover {
  color:#FF8800;
  text-decoration:underline;
}

#naviTop {
  text-align: right;
  margin-right: 12px;
}

#naviTop a {
	width: 176px;
	height: 31px;
}

#presseticker, #terminticker {
	display: inline-block;
	width: 176px;
	height: 31px;
	background: url(images/buttonNaviTop.jpg);
	margin-left: 10px;
}

#naviMeta {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 100px;
	text-align: right;
	padding-right: 7px;
}

#naviMeta a, #naviMeta a:visited, #naviMeta a:link {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	line-height: 10px;
	color: #75CE5C;
	text-transform: uppercase;
}

#naviMeta a:hover, #naviMeta a:active, #naviMeta a:focus, #naviMeta a.active{
	color: #FFFFFF;
	text-decoration: none;
}

/* Seiteninhalte */

#content {
	clear: left;
	min-height: 840px;
	display: inline-block;
	border-left: 1px solid #99C866;	
	border-right: 1px solid #99C866;
}

#leftColumn {
	float: left;
	width: 149px;
	padding-top: 40px;
	min-height: 800px;
}

#naviLeft {
  margin-bottom: 90px;
}

#naviLeft a {
	text-decoration:none;
}

#naviLeft a:hover {
	text-decoration:none;
}

#naviLeft ul {
	list-style:none;
}

#naviLeft ul li {
	display: block;
	width: 149px;
	height: 25px;
	background: url(images/bg_naviLeft.jpg);
}

.bannerLeft {
  width: 140px;
  height: 36px;
  margin: 2px 5px;
  background: #000;
}

#middleColumn {
	float: left;
	width: 577px;
	min-height: 810px;
	padding: 0 15px 29px 13px;
	background: #ffffff;
}

a {
	text-decoration: underline;
	color: #51B333;
}

#middleColumn ul {	
	margin-top:0;
	margin-left:15px;
	padding:0;
}


#middleColumn li {	
	list-style-type: circle;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

.squareContent {
	float: left;
	width: 280px;
	border: 1px solid #75CE5C;
	margin-right: 6px;
	margin-bottom: 5px;
}

.squareContent p {
	margin: 4px 8px;
	font-size: 0.9em;
	line-height: 1.2em;


}

.squareContent h2 {
	background: #75CE5C;
	padding: 3px 6px;
	font-size: 1.1em;
}

#breadcrumb {
  margin: 13px;
}

#rightColumn {
	float: left;
	width: 264px;
	padding-top: 40px;
	min-height: 800px;
}

#bannerRight {
	width: 250px;
	height: 800px;
	margin: 0 7px;
}

/* text with image */

div.csc-textpic-clear, div.csc-textpic csc-textpic-left csc-textpic-above, dl.csc-textpic-image csc-textpic-lastcol,
div.csc-textpic csc-textpic-left csc-textpic-above div.csc-textpic-imagewrap dl.csc-textpic-image csc-textpic-lastcol img
	 {
	margin:0 0 -8px 0;
	padding:0;
}

div.csc-textpic-imagewrap {
	margin:0;
	padding:0;
}

div.csc-textpic div.csc-textpic-imagewrap a{
	background: url(../images/lupe.jpg) no-repeat bottom right;
	padding-bottom: 14px;
}

/* footer */

#footer {
	position: absolute;
	left: 151px;
	bottom: 0px;
	margin: 0 auto;
	text-align: center;
	width: 603px;
	line-height: 29px;
	height: 29px;
	background: url(images/bg_footer.jpg);
}

#footer a, #footer a:visited, #footer a:link {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	line-height: 10px;
	color: #75CE5C;
	text-transform: uppercase;
	margin-right: 12px;
}

#footer a:hover, #footer a:active, #footer a:focus, #footer a.active{
	color: #FFFFFF;
	text-decoration: none;
}

/* tt_news */

.squareContent .news-single-img {
	float: left; 
}

.news-list-date {
	font-size: 0.9em;
	font-weight: bold;
}


.news-list-morelink {
	margin-top: -5px;
}


.news-list-container {
	float: left;
	width: 380px;
}

.news-list-container p {
	margin-bottom: 5px;
}

.news-list-item {
	clear: left;
	margin-bottom: 30px;
}

.news-list-item h3{
	margin-top: 0px;
}

.news-list-item a img, .news-list-item img {
	float: left;
	margin: 3px 3px 18px 0;
}

.news-latest-item {
	clear: both;
}


.news-latest-item img {
	float: right;
	margin: 0px 5px 0px 0;
}
.news-latest-item a img {
	float: left;
	margin: 0px 5px 0px 0;
}

.news-latest-item p {
	float: left;
	margin-bottom: 0;
	width: 135px;
}

.news-latest-item .jdGallery .slideElement {	
	background-position: 20% 20%; 
}

#middlecolumn p.news-latest-item  {
  float: left;
  margin-bottom: 0;
  width: 170px;
}

#latestMore {
	padding-bottom: 5px;
}

.news-latest-item span.spacer {	
	width: 100px;
	display: inline-block;
}


.news-single-img {
	float: right;
	margin: 0 0 8px 5px;
	text-align: right;
}

.news-single-imgcaption {
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	margin: 0 0 8px 0;
	text-align: center;
}

.news-single-backlink {
	clear: right;
	padding-bottom: 7px;
	display: none;
}

.news-single-email {
line-height: 1em;
margin-top: -12px;
}

hr.clearer {  /* required for IE6 */
	color: #ffffff;
}

.news-single-timedata {
  font-size: 0.85em;
  margin-bottom: 5px;
}

.news-amenu-container {
	float: left;
	width: 160px;
	background: #E0E0C0;
	margin-left: 18px;
	padding: 5px;
}

.news-single-additional-info {
	text-align: right;
}

/* tt_news Startseite */

#uid1 .news-list-item {
  margin-top: 5px;
}

#uid1 .news-list-container {
  font-size: 0.85em;
}

#uid1 .news-list-item h3 {
  margin-bottom: 0;
}

#uid1 .news-list-container p {
  margin: 0;
}

/* general settings for tables */

table.contenttable, table.contenttable thead, table.contenttable tfoot, table.contenttable tbody,
table.contenttable-0, table.contenttable-1, table.contenttable-0 body, table.contenttable-1 body {
	margin: 0;
	padding: 0;
	margin-left: -2px;
}

table.contenttable caption {
	margin: 5px 0 0;
	padding: 0;
}

table.contenttable tr.tr-odd, table.contenttable tr.treven {
	margin: 13px 0;
	padding: 13px 0;
	font-weight: bold;
}

table.contenttable thead tr th{
	font-weight: bold;
	line-height: 1.2em;
}

table.contenttable tr.tr-odd td, table.contenttable tr.tr-odd th, table.contenttable tr.tr-even td, table.contenttable tr.tr-even th {
	margin: 0 25px 0 0 ;
	padding: 0 25px 0 0;
	line-height: 1.2em;
	font-weight: normal;
}

table.contenttable p {
	line-height: 1.2em;
	margin: 0 10px 0 0;
}

/* kontaktformular */

#mailform {
	margin-top: 15px;
}

.csc-mailform-field {	
	margin-top: 4px;
}

.csc-mailform-field label {
	margin-top: 2px;
	position:absolute;
	text-align:left;
	vertical-align:top;
}

.csc-mailform-field select, .csc-mailform-field input {
	height: 18px;
}

.csc-mailform-field select, .csc-mailform-field input, .csc-mailform-field textarea {
	left: 107px;
	margin: 0 0 0 127px;
	border-color: #75CE5C #909090 #909090 #75CE5C;
	border-style: solid;
	border-width: 1px;
	color: #404040;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}

.csc-mailform-submit {
	background: #E0E0C0;
}

.csc-mailform-field-radio {
  float: left;
}

/* indexed_search und macinasearchbox */

.tx-indexedsearch-form, .tx-indexedsearch-search-submit {
	float: left;
}

.tx-indexedsearch-form label {
  font-weight: bold;
  margin-right: 135px;
}

.tx-indexedsearch-form input {
	height: 18px;
	border-color: #75CE5C #909090 #909090 #75CE5C;
	border-style: solid;
	border-width: 1px;
	width: 161px;
}

#searchbox input {
	height: 16px; 
	width: 95px; 	
	border-color: #75CE5C #909090 #909090 #75CE5C;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	margin: 0 0 4px 20px;
}

#searchbutton input {
	margin-left: 5px;
}