/**
* CSS
* 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Arial;
	background: #fffafa;
	color: #999;
	background-image: url(http://www.sine-sine.com/files/tapete.gif);
	overflow: scroll;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: underline;
}

a img { 
	border: none;
}

#site { 	
  position: absolute; 
  margin: 0px 0px 0px -400px;
  width: 800px;
  top: 50px;
  left: 50%;
  background-color: #fff;
  border: 15px solid #fff;
}

#logo {
	position: absolute;
  top: -50px;
  left: -50px;
  z-index: 100;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#news {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 110;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #e00077;
}

#news li {
	list-style: none;
}

#teaser {
	height: 215px;
  	margin-top: 25px;
	background-color: #fff;
	z-index: 1;
}

#startseitentext {
	text-align: justify;
}
#startseitentext h1 { 
	text-align: left;
	margin-bottom: 0.5em;
	font-size: 14px; 
	letter-spacing: 0.15em;
	color: #e00077;
	text-transform: uppercase;
}
#startseitentext h2 {
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-align: left;
	color: #999;
	text-transform: none;
	letter-spacing: 0px;
	
}

#infotext {
	text-align: justify;
	margin-top:-1.5em;
}

#infotext h1 { 
	text-align: left;
	margin-bottom: 0.5em;
	font-size: 14px; 
	letter-spacing: 0.15em;
	color: #e00077;
	text-transform: uppercase;
}

#infotext h2 {
	text-align: left;
	margin-top:1.5em;
	margin-bottom: 0.5em;
	font-size: 11px;
	letter-spacing: 0.15em;
	color: #e00077;
	text-transform: uppercase;
}

#footer {
	position: relative;
	clear: left;
	text-align: right;
	margin-top: 200px;
}

#socials {
  height: 25px;
  margin-top: 10px;
  padding-left: 10px;
}

#yt {
  margin-left: 5px;
}

.standort1 {
  margin-left: 130px;
}

.standort {
  margin-left: 25px;
}

#menu {
  margin: 25px 0 0 0;
  padding: 0 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
	letter-spacing: 0.15em;
	float: left;
}

#menu .container {
}

#menu ul {
}

#menu ul li {
  list-style: none;
  margin-left: 10px;
}

#menu ul li.section-title {
  cursor: pointer;
}

#menu ul li.section-master {
  margin-left: 0;
  margin-top: 5px;
}

#menu ul li a {
	color: #999;
	text-decoration: none;
}

#menu ul li.active a {
  color: #e00077;
}

#content {
  margin: 0 0 0 175px;
  padding: 25px 25px 25px 25px;
  line-height: 1.5em;
}

#content ul {
	padding: 0 0 0 12px;
}

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 14px; 
	letter-spacing: 0.15em;
	color: #e00077;
	text-transform: uppercase;
}
	
h2 { 
	font-size: 11px;
	letter-spacing: 0.15em;
	color: #e00077;
	text-transform: uppercase;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}

h1, h2 a {
  color: #e00077;
}

.sine-sine { 
	text-transform: uppercase;
	color: #e00077;
}

.sine-sine a, .sine-sine a:hover { 
	text-transform: uppercase;
	color: #e00077;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
  text-align: left;
  font-weight: normal;
}

tr {
}

td {
  padding-left: 10px;
  text-align: right;
  vertical-align: bottom;
}

input, textarea {
	width: 200px;
	border: thin solid #ccc;
}

.inputbutton {
	width: 95px;
	padding: 5px 5px 5px 5px;
	margin: 5px 10px 5px 0;
	border: none;
	
	font-size: 11px;
	color: #fff;
	background-color: #e00077;
}

#once { clear: left; }
