/**
 * TYPOlight webCMS
 * Copyright (C) 2005-2009 Leo Feyer
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at http://www.gnu.org/licenses/.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2009
 * @author     Leo Feyer <leo@typolight.org>
 * @license    LGPL
 * @version    1.0
 */

/* Reset margins */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
}

/* Format basic elements */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  vertical-align: top;
}
abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help;
}
blockquote, q {
  quotes: none;
}
fieldset, img {
  border: 0;
}
li {
  list-style-type: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
del {
  text-decoration: line-through;
}
ins {
  text-decoration: none;
}
a {
  color: #00f;
}
:focus {
  outline: 0;
}

/* Font settings */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  background: #b2a44d url(../../tl_files/action_img/back.jpg) ;
}
#wrapper {
/*	-webkit-box-shadow:0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;  */
	}
#header {
	height: 421px;
	}	
#breadcrump {
  background: url(../../tl_files/action_img/breadcrump.jpg) ;
  border-bottom:1px dotted #000;
  padding: 5px;
  font-size:10px;
  color:#333333;
	}
#breadcrump h6 {
	float:left;
	font-size: 10px;
	padding-right: 5px;
	margin-top:0px;
		}
#breadcrump a {
	color: #666666
		}
#container {
	min-height:300px;
	background: #fff url(../../tl_files/action_img/inhalt-back.jpg) no-repeat;
	border-top: 1px dotted #333; 
	padding-right: 40px;
	line-height:1.5;

	}
#twitter {
	color: #333;
	font-size:10px;
	}
#twitter .date {
	font-weight:bold;
	}
#twitter .odd, .even {
	padding-bottom:10px;
	border-bottom: 1px dotted #333;
	}
#footer {
	background:#fff url(../../tl_files/action_img/footer.jpg) no-repeat ;
	height: 274px;
	}
.social_icons {
	text-align: right;
	padding: 150px 50px 0 0;
	}
.mod_twitterreader {
	color:#FFFFFF;
	width:200px;
	padding:10px;
	}
input, button, textarea, select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit;
}
pre, code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  text-transform:uppercase;
  font-weight:800;
  background:#fff;
	
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
table {
  font-size: inherit;
}
caption, th {
  font-weight: bold;
}

/* Default margins */
h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
  margin-bottom: 12px;
/* Should match font size */
}
#live-table table {
	border:none;
	font-size: 10px;
	color: #333;
}
#live-table .col_0 {
	font-weight: bold;
	border:none;
	}
#live-table .odd {
	background:#fff;
	}
#live-table td {
	border:none;
	}
#live-table tr {
	border-bottom: 1px dotted #333;
	}
