/* TYPOlight webCMS :: Copyright (C) 2005-2009 Leo Feyer :: LGPL license */
.invisible{width:0px;height:0px;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline;}


/*Font*/
a{
	color:#000;
}

p, h1, a, span{
	font-family:Arial,Helvetica,sans-serif;
	margin:0px;
	padding:0px;
}

body{
    margin:0px;
}

p{
	padding:0px;
	margin:0px;
	font-size:13px;
}

a{
}

h1{
	margin-top:10px;
	margin-bottom:10px;
	font-size:25px;
	color:#000;	
	padding:0px;
}


/*Page*/
#navi{
}

#footer{
}

#content{
}

#images{
}

#wrapper{
	margin:0 auto;
	width:960px;
}

#left{
	float:left;
	width:557px;
	overflow:hidden;
}

#right{
	float:left;
	width:360px;
	padding-left:30px;
}

#logo{
	margin-top:5px;
	margin-right:5px;
	width:216px;
	height:94px;
	background-color:#444;
	float:right;
    background-image: url(/tl_files/template/logo.jpg);
}

#footerImage{
    background-image: url(/tl_files/template/footer.jpg);
	width:412px;
	height:35px;
	float:right;
}

#imageLineLogo{
	height:70px;
	float:right;
	overflow:hidden;
}

.clearer{
	clear:both;
}

.imageLineBackground{
	height:31px;
    background-image: url(/tl_files/template/footerBackground.jpg);	
    background-repeat:repeat-x;
	background-position:center;
}

#commentBox{
	margin-top:10px;
	min-height:25px;
	margin-bottom:2px;
}

#commentBox p{
	font-size:10px;
}

table{
	border-spacing: 0;
}
table td{
	padding: 0;
}


/*Navigation*/
.mod_navigation a{
	text-decoration:none;
}

.mod_navigation p{
}

.mod_navigation ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mod_navigation li{
	margin-right:10px;
	padding-top:65px;
	padding-bottom:10px;
	position:relative; 
	float:left; 
	background-color:#FFF;
	font-weight:bold;
	font-size:14px;
	z-index:1;
}

.mod_navigation li a, .mod_navigation li ul li a{
	color:#000;
}

.mod_navigation li ul{
	left:0px;
	top:93px;
	position:absolute;
	display:none; 
}

.mod_navigation li ul li{
	width:150px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	background-color:#FFF;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9; 
	font-weight:normal;
}

.mod_navigation li ul li:hover{
	background-color:#a3bd31;
}

.mod_navigation .active{
	background-color:#a3bd31 ! important;	
}

.mod_navigation .trail{
	background-color:#a3bd31 ! important;	
}


/*Gallery*/
.imagelist {
	position: relative;
	overflow: hidden;
	height: 70px;
	width:650px;
	float:left;
}

.fixed {
	position: relative;
	float: left;
	overflow: hidden;
	height: 70px;
	width: 500px;
}

.imagelist div.items {
    width: 20000em; 
    position: absolute; 
}

.imagelist .items img{
	margin-right:10px;
}

.imagelist div.items a {
	position: relative;
	float: left;
}

.prev{
	float: left;
	width: 22px;
	height: 70px;
    background-image: url(/tl_files/template/arrLeft.png);
	background-position:center;
    margin-right:5px;
}

.next{
	float: left;
	width: 22px;
	height: 70px;
    background-image: url(/tl_files/template/arrRight.png);
	background-position:center;
    margin-left:5px;
}

.disabled.prev{
    background-image: url(/tl_files/template/arrLeftOver.png);
}

.disabled.next{
    background-image: url(/tl_files/template/arrRightOver.png);
}

.box{
	height:340px;
	overflow:hidden;
}

/*Startseite*/
#start-content{
	
	height:497px;
    background-image: url(/tl_files/template/startimage.jpg);
	margin-bottom:12px;
}

/*Teamseite*/
#leftTeam{
	width:960px;
	height:478px;
}

#userImage{
	height:330px;
}

/*Formular*/
.mandatory{
	font-family:Arial,Helvetica,sans-serif;
	margin:0px;
	padding:0px;
	padding:0px;
	margin:0px;
	font-size:13px;
}

.formbody label, .formbody .text, .formbody textarea {
	width:370px;
	display:block;
}

.formbody p.error{
	font-weight:bold;
	color:#ee1919;
}

/*Fixes*/
#fragebogen h1 {
	font-size:23px;
	margin-bottom:40px;
}

#fragebogen-2 h1{
	font-size:23px;
	margin-bottom:40px;
}

#imageLineLogo img{
	border:0px;
}

.spezLogoA{
	height:70px;
}

#spezImg2{
	margin-left:10px;
}