@charset "utf-8";
/* ToschTec Style CSS */


/*--------------------------------- BASICS --------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	}
	
img {
	border: none;
	}
	
html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
	}
	
body {
	}


/*============================= NAVI =============================*/

#navi ul {
	margin-top:10px;
	list-style: none;
	}

#navi li {
	display:inline;
	margin:0px 2px 0 2px;;
	}

#navi a {
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	color:#000;
	padding:12px 8px 8px 8px;
	}
	
#navi a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#000;
	}
	
#navi a:focus {
	color:#FFF;
	text-decoration:none;
	background-color:#000;
	}
	
#navi ul li .nav_act {
	color:#FFF;
	text-decoration:none;
	background-color:#000;
	}

/*============================= SUBNAVI - Mainkategorie =============================*/

#subnavi ul {
	list-style: none;
	margin-top:18px;
	margin-left:20px;
	}

#subnavi ul li {
	display:block;
	}
	
#subnavi ul li a {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}
	
#subnavi ul li a:hover {
	border-bottom:2px solid #FF0;
	}
		
#subnavi ul li a.subnavi_act {
	border-bottom:2px solid #FF0;
	}

/*----------------------------- SUBNAVI - Subkategorien-----------------------------*/

#subnavi ul li ul {
	list-style: none;
	margin-top:12px;
	margin-left:0px;
	}

#subnavi ul li ul li {
	display:block;
	margin-bottom:1px;
	}
	
#subnavi ul li ul li a {
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	padding-left:16px;
	padding-right:0;
	}
	
#subnavi ul li ul li a:hover {
	background:url(images/subnavi_act.gif)  left no-repeat;
	border:none;
	}

/*-------------------- SUBNAVI - Subkategorie: Technik -------------------*/


#subnavi ul li a.sub-mk_technik {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding-right:160px;
	}

/*-------------------- SUBNAVI - Subkategorie: Technik -------------------*/


#subnavi ul li a.sub-mk_messekalender {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding-right:106px;
	}
	
	
	

/*============================= CONTENT =============================*/

#content_text {
	padding-left:34px;
	padding-top:14px;
	padding-right:20px;
	text-align:justify;
	}

#content_text a {
	color:#000;
	text-decoration:underline;
	}
	
#content_text a:hover {
	color:#333;
	text-decoration:none;
	}

#content_text h3 a {
	text-decoration:none;
	}
	
#content_text h3 a:hover {
	color:#000;
	}

#content_text .anker {
	margin-bottom:3px;
	}

#content_text .img-fr {
	border:1px solid #666;
	padding:2px;
	margin-left:12px;
	float:right;
	}
	
#content_text .img-fl {
	border:1px solid #666;
	padding:2px;
	margin-right:12px;
	float:left;
	}

.border-bottom {
	border-bottom:1px dashed #666;
	padding:2px 0 2px 0;
	}

#all #main #content #content_text table tr {
	height:30px;
	}
	
#all #main #content #content_text #komplettpakete tr td table tr {
	height:0px;
	}
	
#all #main #content #content_text #komplettpakete table tr {
	height:20px;
	}
	
#komplettpakete tr td ul li {
	list-style:none;
	}
	
.border-box {
	border:1px dashed #CCC;
	}
	
#all #main #content #content_text #komplettpakete tr td table {
	border:1px solid #CCC;
	}

#all #main #content #content_text #komplettpakete tr td table tr td table {
	border:1px dashed #999;
	}

#all #main #content #content_text #komplettpakete tr td table tr td table tr td {
	padding:2px;
	padding-right:20px;
	}

#all #main #content #content_text #komplettpakete tr td table tr td table tr {
	height:20px;
	}
	
.border-trenner {
	border-right:1px solid #CCC;
	}

/*============================= FOOTER =============================*/

#footer_text {
	padding-top:13px;
	font-size:12px;
	color:#999;
	}
	
#footer_text a {
	color:#999;
	}

#footer_text a:hover {
	color:#666;
	text-decoration:none;
	}




/*--------------------------------------- CLASSES ---------------------------------------*/

.fl {
	float:left;
	}

.fr {
	float:right;
	}

h3 {
	font-size:16px;
	}
	
h4 {
	font-size:14px;
	}

.fz10 {
	font-size:10px;
	}

.mar-top {
	margin-top:4px;
	}

.clear {clear:both;}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	}

#subnavi .ul-mar_top {
	margin-top:16px;
	}


.uline-y {
	border-bottom:2px solid #FFFA24;
	}

.bg-standard {
	background-image:url(./images/header_bg.jpg);
	background-repeat:no-repeat;
	}

.bg-veranstaltungsservice {
	background-image:url(./images/header_bg-veranstaltungsservice.jpg);
	background-repeat:no-repeat;
	}

.bg-technik {
	background-image:url(./images/header_bg-technik.jpg);
	background-repeat:no-repeat;
	}
	
.bg-messekalender {
	background-image:url(./images/header_bg-messekalender.jpg);
	background-repeat:no-repeat;
	}


/*=============================== CONTACT-FORM-Style =================================*/

.input{
	background:#FFF;
	border:1px solid #CCC;
	padding-left:5px;
	padding-top:3px;
	width:160px;
	height:18px;
	padding-bottom: 2px;
}


textarea {
	font-family:Arial;
	font-size:12px;
	background:#FFF;
	border:1px solid #CCC;
	padding-left:5px;
   	width:280px; height:103px;
   	overflow:auto;
	padding-top:3px;
   	}
   
select {
	background:#FFF;
	border:1px solid #CCC;
	padding-left:5px;
	width:167px;
	height:21px;
}

.button{
	background:#FFF;
	border:1px solid #CCC;
	width:120px;
	height:22px;
}


.checkbox {margin-right:5px;}








