*::-moz-selection {
  color:#fff;
  background-color: #007b27;
}
*::-webkit-selection {
  color:#fff;
  background-color: #007b27;
}
*::selection {
  color:#fff;
  background-color: #007b27;
}


html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	word-wrap: normal;
}

body {
	margin:0;
	padding:0;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
  line-height: 1.3em;
}

#page {
    margin: 0 auto;
    max-width: 1150px;
    padding: 0 40px;
    position: relative;
}

#navi {
    height: 100%;
    position: absolute;
    right: 50px;
    top: 0;
    width: 230px;
}

.logo{
  background-image: url(images/tim-logo-2x.png);
  width: 206px;
  height: 95px;
  background-size: 206px 95px;
  background-repeat: no-repeat;
  position: fixed;
  top: 25px;
}

.logo a {
    height: 95px;
    overflow: hidden;
    position: absolute;
    text-indent: -60em;
    width: 206px;
}

nav {
    position: fixed;
    top: 140px;
    width: 270px;
}

nav ul {
    padding: 0;
}

nav li {
    color: #007b27;
    cursor: pointer;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px 16px;
    background-image: url(images/quadrat.png);
    background-repeat: no-repeat;
    background-position: 1px 8px;
}

nav li:hover {
  text-decoration: underline;
}

.btn.active {
    font-weight: bold;
}

article {
    padding-right: 330px;
}

section {
    margin-bottom: 60px;
}

a{
  color: #007b27;
}

p {
    margin: 0 0 10px;
}

p.gruen{
  color: #007b27;
}

.klein > p {
    color: #303030;
    font-size: 0.83em;
    line-height: 1.3em;
}

ul {
    padding: 0 0 0 20px;
}

li {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px 16px;
    background-image: url(images/quadrat.png);
    background-repeat: no-repeat;
    background-position: 1px 8px;
}


h2 {
    display: inline-block;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.3em;
    color: #007b27;
    border-bottom: 2px solid #c2c2c2;
    padding-bottom: 12px;
    width: 100%;
    margin-top: 35px;
}

#abschnitt-startseite > h2 {
    border: medium none;
    font-size: 2.5em;
    margin: 0;
    padding: 120px 0 0;
    text-align: center;
}

h3 {
    color: #646464;
    font-size: 1.3em;
    margin: 25px 0 10px;
    line-height: 1.2em;
}

#abschnitt-startseite > h3 {
    line-height: 1.3em;
    padding: 0 20% 40px;
    text-align: center;
    width: auto;
}

.klein > h3 {
    font-size: 1.1em;
    margin: 40px 0 15px;
}

.zwischentitel {
    color: #007b27;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 30px;
    text-transform: uppercase;
}

table {
    width: 100%;
}

table h3 {
    margin: 4px 0;
}

th{
    padding: 20px 40px 15px 0;
    vertical-align: top;
}

td {
    border-top: 1px solid #d4d4d4;
    padding: 22px 40px 22px 0;
    vertical-align: top;
}

.subrow > td {
    border: none;
    padding-top: 0;
}

th {
    text-align: left;
}

.spannungsfeld td{
    border: none;
}

.spannungsfeld-ecken {
    font-size: 1.4em;
    line-height: 1.3em;
    text-align: center;
}

.spannungsfeld-mitte > ul {
    margin-bottom: 0;
    padding-left: 30%;
}

.spannungsfeld-mitte-tim {
    display: block;
    font-size: 1.45em;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

input, textarea{
  margin: 0;
  padding: 7px 5px 5px 9px;
  font-size: 17px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  border: 1px solid #dadada;
  width: 100%;
}

textarea {
    height: 120px;
}

input[type="submit"] {
    background: #007b27 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 6px 17px;
    width: auto;
    cursor: pointer;
}
input[type="submit"]:hover {
  opacity: 0.8;
}
input[type="submit"]:active {
    padding: 7px 17px 5px;
}
input[type="submit"].inactive {
  background: #d8d8d8;
}

/* Webkit */
::-webkit-input-placeholder { color: #5d5d5d; }

/* Firefox 4-18 */
:-moz-placeholder { color: #5d5d5d; }

/* Firefox 19+ */
::-moz-placeholder { color: #5d5d5d; }

/* IE10+ */
:-ms-input-placeholder { color: #5d5d5d; }

#hinweis {
    color: #cc0606;
}
