@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/forms.css';

/*-------GENERAL STYLES------*/
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #3c3930;
	font-family: Georgia, "Times New Roman", Times, serif, "grad-1", "grad-2";
	text-align: left;
	background: #dbdecb url(/tl_files/site_media/images/bg.gif) repeat-x left top;
}

#container {
	width: 888px;
	margin: 0 auto;
}

img {
	margin: 0px;
	padding: 0px;
}

h1 {
	padding-top: 50px;
	margin-left: 225px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: absolute;
	top: -392px;
	width: 255px;
	height: 270px;
	color: white;
	font-size: 32px;
	font-family: "ff-enzo-web-1","ff-enzo-web-2","HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeueLight", "Helvetica Neue", "HelveticaNeue", helvetica, arial, verdana, sans-serif;

}

h2 {
	line-height: 1.25em;
	font-size: 1.5em;
	color: #2e2c26;
	font-family: "ff-enzo-web-1","ff-enzo-web-2","HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeueLight", "Helvetica Neue", "HelveticaNeue", helvetica, arial, verdana, sans-serif;}

h3 {
	font-size: 0.9375em;
	font-weight: bold;
	letter-spacing: -0.025em;
	color: #2e2c26;
	font-family: Georgia, "Times New Roman", Times, serif, "grad-1", "grad-2";
}

h6 {
	font-size: 0.75em;
	margin-bottom: 0;
	color: #2e2c26;
	font-family: Georgia, "Times New Roman", Times, serif, "grad-1", "grad-2";
}

p {
	font-family: Georgia, "Times New Roman", Times, serif, "grad-1", "grad-2";
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
}

ul {
	margin-bottom: 10px;
}

.client-list ul {
	margin-bottom: 30px;
}

.client-list ul li ul {
	margin-bottom: 0;
}

#main ul li ul li {
	font-size: 1em;
}

#main li {
	list-style-type: disc;
	font-size: 0.875em;
}

table {
	width: 560px;
	border-spacing: 0px 5px;
}

th {
	width: 250px;
	vertical-align: top;
}

td {
	width: 310px;
	padding: 0;
}

label,
label.error {
	font-size: 0.875em;
	font-weight: normal;
	display:block;
	width:85px;
	height:40px;
	line-height:50px;
	float:left;
	border:none !important;
	background:none !important;
	padding:0 !important;
	margin-bottom:0 !important;
}

form br,
form p.error {
	clear:both;	
}

form p.error {
	display:none;	
}

label#lbl_18_0,
label#lbl_18_1,
label#lbl_18_2 {
	white-space:nowrap;	
	width:auto;
	padding-right:15px !important;
}

input.radio {
	width:auto;
	float:left;	
	height:47px;
	border:none;
	margin:0 10px 0 0;
	padding:0;
}

div.radio_container {
	width:500px;
	float:left;	
}

div.submit_container {
	width:397px;
	float:left;	
	height:30px;
	margin-top:5px;
}

input.submit {
	width:auto;
	padding:1px 10px;	
	float:right;
}

input {
	width: 100%;
	padding: 2px;
	border: 1px solid #939485;
}

select {
	border: 1px solid #939485;
}

textarea {
	width: 300px;
	height: 100px;
	background: #fff;
	border: 1px solid #939485;
	font-family: Arial, arial, verdana, sans-serif;
	font-size: 0.875em;
	overflow:auto;
}

em {
	background-color: #dbdecb;
}

.divider {
	border-bottom: 1px solid #939485;
	margin-top: 2em;
	margin-bottom: 2em;
}

.errorlist {
	margin: 0;
    color: #8B0000;
}

#main .errorlist li {
	list-style-type: none;
}

.contact input.button {
	color: #fff;
	background-color: #8B0000;
	width: 80px;
	cursor: pointer;
}


/*-------HEADER------*/
#header {
	display: block;
	background: url(/tl_files/site_media/images/logo.gif) no-repeat left top;
	width: 353px;
	height: 100px;
	outline: none;
}


/*-------NAVIGATION------*/
.mod_navigation {
	font-family: "ff-enzo-web-1","ff-enzo-web-2","HelveticaNeue", "Helvetica Neue",helvetica, arial,verdana, sans-serif;}
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: right;
	float: left;
	width: 225px;
}

.mod_navigation ul {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 25px;
	padding-top: 0px;
	margin: 0px;
}

.mod_navigation li {
	border-top-style: dotted;
	border-top-color: white;
	border-top: 1px;
	list-style-type: none;
}

.mod_navigation li.last {
	border-bottom: none;
}

.mod_navigation li a {
	border-top-color: white;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-right: 25px;
	display: block;
	color: #614c3f;
	text-decoration: none;
	outline: none;
	font-size: 1em;
	padding-left: 5px;
	padding-top: .9em;
	height: 2.5em;
	white-space: nowrap;
	font-weight:normal;
}

.mod_navigation li span {
	white-space: nowrap;	
}

.mod_navigation li a:hover, #menu li a:active, #menu li a.current, .contact #menu li.last a{
	color: #fff;
	background-color: #8B0000;
}

.mod_navigation #subnav {
	border-top: 1px dotted #939485;	
}

.mod_navigation li.active {
	border-top-color: white;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-right: 25px;
	display: block;
	color: #8B0000;
	text-decoration: none;
	outline: none;
	font-size: 1em;
	padding-left: 25px;
	padding-top: .9em;
}

.mod_navigation li.submenu {
	padding-right: 25px;	
}

.mod_navigation li.submenu a {
	padding-right:0;	
}

.mod_navigation li.submenu a:hover {
	background-color:#DBDECB;
}

.mod_navigation li.active span {
	height:2.5em;	
	display:block;
}

.mod_navigation li.active ul li,
.mod_navigation li.submenu ul li {
	border:none;	
}

#subnav li {
	border-style: none;
	margin: 0 0 3px 0;
}

#subnav li.last {
	margin-bottom: 15px;
	border-style: none;
}

#subnav li a {
	display: block;
	padding-left: 35px;
	background-color: #eaecde;
	padding-top: .4em;
	height: 1.9em;
}

#subnav li a:hover, #subnav li a.selected {
	color: #24201e;
	background-color: #fff;
}

.mod_navigation ul.level_2 {
	padding:0 0 0.9em 0;
	margin-top:-0.5em;	
}

.mod_navigation ul.level_2 li a,
.mod_navigation ul.level_2 li.active {
	border: none;
	height: 2.5em;
	line-height: 2.5em;
	padding:0;
	margin:0;
	background-color:#DBDECB;
}

.mod_navigation ul.level_2 li a:hover {
	background-color:#DBDECB;	
}

.mod_navigation ul.level_2 li {
	text-align:right;	
}

/*-------INDEX------*/
.hero_index {
	background: url(/tl_files/site_media/images/arschbombe.jpg) no-repeat center top;
	height: 331px;
	width: 888px;
	margin-top: 10px;
}

body.leistungen div.hero_index {
 background: url(/tl_files/site_media/images/header/leistungen.jpg) no-repeat center top;
}


body.preisliste div.hero_index {
 background: url(/tl_files/site_media/images/header/preisliste.jpg) no-repeat center top;
}


body.gruender div.hero_index {
 background: url(/tl_files/site_media/images/header/gruender.jpg) no-repeat center top;
}

body.archiv div.hero_index {
 background: url(/tl_files/site_media/images/header/archiv.jpg) no-repeat center top;
}

body.impressum div.hero_index {
 background: url(/tl_files/site_media/images/header/impressum.jpg) no-repeat center top;
}

body.kontakt div.hero_index {
 background: url(/tl_files/site_media/images/header/kontakt.jpg) no-repeat center top;
}

body.newsletter div.hero_index {
 background: url(/tl_files/site_media/images/header/newsletter.jpg) no-repeat center top;
}

body.seminare div.hero_index {
 background: url(/tl_files/site_media/images/header/seminare.jpg) no-repeat center top;
}

body.unternehmen div.hero_index {
 background: url(/tl_files/site_media/images/header/unternehmen.jpg) no-repeat center top;
}

body.sitemap div.hero_index {
 background: url(/tl_files/site_media/images/header/sitemap.jpg) no-repeat center top;
}

#main {
	padding-left: 40px;
	margin-top: 56px;
}


/*-------INTERIOR------*/
#interior {
	background: #dbdecb url(/tl_files/site_media/images/interior_bg.jpg) repeat-x left top;
}

#interior .hero_index {
	background: url(/tl_files/site_media/images/interior_HERO.jpg) no-repeat center top;
	height: 232px;
	width: 888px;
	margin-top: 10px;
}

/*-------FOOTER------*/
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	height: 62px;
	background-color: #463f34;
	font-size: 0.75em;
	padding-top: 10px;
	margin-top: 40px;
	color: #939485;
}

#footer .inside {
	margin:0 auto;
	width:888px;	
}

#footer .inside .mod_breadcrumb,
#footer_menu {
	margin-left:265px;	
}

#footer_menu {
	height:32px;
	line-height:32px;
}

#footer_menu ul {
	float:left;
	list-style:none;	
	margin:5px 0 0 0;
	padding:0 60px 0 0;
	background:url(/tl_files/site_media/images/footer_menu_bg.jpg) top right no-repeat;	
}

#footer_menu ul li {
	float:left;
	padding:0 10px;
	background:#463f34 url(/tl_files/site_media/images/footer_menu_spacer.jpg) center right no-repeat;
}

#footer_menu ul li.last {
	background:none;	
}

#footer_menu ul li.first {
	padding-left:0;	
}

#footer p {
	text-align: center;
	font-size: 1em;
}

#footer a {
	text-align: center;
	color: #939485;
	text-decoration: none;
}

#footer a:hover {
	text-align: center;
	color: #8B0000;
}

