body
{
	margin: 0 0 0 0;
	font-family: trebuchet MS,Arial,Helvetica,sans-serif;
	color: #555555;
	font-size: 14px;
}

div#header
{
}

div#page
{
	margin: 100px auto 0 auto;
	width:700px;
  position: relative;
}

div#content
{
	background-color:#ffffff;
	border: 1px solid #555555;
	min-height:200px;
	padding: 20px;
  position: relative;
}

.footerLinks {
	padding: 20px;
  text-align: right;
}
.footerLinks a{
  margin-left: 10px;
}

input.text
{
	border: 1px solid #a7c54c;
	width:290px;
}

input.text_small
{
	border: 1px solid #a7c54c;
	width:135px;
}

textarea
{
	width:300px;
	height:150px;
}

div.trenner
{
	border-bottom: 1px solid green;
	width:100%;
}

h1
{
	color: #a7c54c;
	font-size: 18px;
}

h2
{
	color: #555555;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #a7c54c;
	font-weight: bold;
	text-decoration: underline;
}

.languages {
  position: absolute;
  right: 10px;
  top: 10px;
}

label {
  display: inline-block;
  width: 120px;
}

.lightboxBackground
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity: .0;
	filter:alpha(opacity=0);
	z-index:50;
	display:none;
}


.lightbox
{
	position:absolute;
	top:20px;
	left:20px;
	width:640px;
	height:380px;
	background:#ffffff;
	z-index:51;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 5px #444444;
	-webkit-box-shadow:0px 0px 5px #444444;
	box-shadow:0px 0px 5px #444444;
	display:none;
}

.lightboxContent
{
  overflow: scroll;
  max-height: 330px;
}

.lightboxClose
{
	float:right;
	margin-right:6px;
	cursor:pointer;
  background: url("../out/troResponsive/img/lightboxclose.png") repeat scroll -40px 0 rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
  text-indent: 40px;
  overflow: hidden;
}
