@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font: 12px verdana,arial,sans-serif;
}

html,
body {
    height: 100%; 
    width: 100%;
	background: #B1C800;
}

p {
    line-height: 140%;
    color: #808284;
}

strong {
	font-weight: bold;
}

a {
	color:#F36F21; 
	text-decoration:none;
	font-weight:bold;
}
a:link {}
a:visited {}
a:hover {}
a:active {}

h1	{ 	
	font-size:18px;
	font-weight:bold;
	color:#808284;
	background: transparent url(images/ic_h1.gif) 0 25px no-repeat;
	padding:15px 0 15px 15px;
}
		
		
h2	{ 	
	font-size:14px;
	font-weight:bold;
	color:#808284;
	padding-bottom: 10px;
	padding-top: 30px;
}

h3	{ 	
	font-size:12px;
	font-weight:bold;
	color:#808284;
	padding-bottom: 7px;
	padding-top: 20px;
}

#content ul {
	list-style: none outside none;
	margin: 5px 0 5px 2px;
	color: #808284;
}

#content ul li {
	line-height: 160%;
	padding: 0 0 0 17px;
	background: transparent url(images/ic_li.gif) 1px 8px no-repeat;
}

.clear {
	clear: both;
}


.text_small {	
	font-size:10px;
}

.hidden { display: none; }

	
/*Structure*/

#container {
    width: 978px;
    margin: 0 auto;
	background: #FFFFFF;
}

#languages {
	padding: 5px 0px 5px 13px;
	}

#header {
	height: 172px;
	background: transparent url(images/footer_linie.gif) center bottom no-repeat;
	margin-bottom: 1px;
	}


#content-holder {
	background: #FFFFFF;
	width: 978px;
}



/*Navigation*/

#navi {
	width: 209px;
    float: left;
	margin-left: 13px;
	margin-right: 2px;
}

#navi ul {
	list-style: none outside none;
	background: #CEDF68;
	padding-top: 10px;
	padding-bottom: 2px;
}

#navi ul  li {
	padding: 0 10px 10px 10px;
	text-align: right;
}

#navi ul  li  a {
	display:block;
}

/*#navi ul  li:hover ul  {
	display:none;
}*/

#navi ul  li.active {
	background: #B2C541 url(images/ic_navi.gif) 10px 15px no-repeat;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px; 
}

#navi ul  li.active  a {
	color: #F1431A;
	background: transparent ;
}

#navi ul  li ul.subnavi {
	list-style: none outside none;
	background: transparent;
	padding-right: 0px;
}

#navi ul  li ul.subnavi li {
	padding-right: 0px;
}

#navi ul  li ul.subnavi a {
	color: #ffffff;
	font-size: 11px;
	background: none;
}

#navi div.logos {
	background: #ffffff;
	margin-top: 20px;
	text-align:right;
	margin-right: 10px;
}

#navi div.logos img {
	padding-bottom: 20px;
}

#navi p {
	padding-bottom: 10px;
}

#navi a {color: #FFFFFF; font-weight:bold; }
#navi a:hover {color: #FFFFFF; }
#navi a:active {color: #FFFFFF; }
#navi a:visited {color: #FFFFFF; }

/*Border rechts und links neben Contentbereicht*/
#border-left {
	width: 3px;
	background: #F36F21 url(images/border-left.jpg) center top repeat-y;
	float:left;
}


#border-right {
	width: 3px;
	background: #F36F21 url(images/border-right.jpg) center top repeat-y;
	float:left;
}


/*Contentbereich*/
#content-bg {
	width: 542px;
    float: left;
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #F36F21;
	border-right: 0px solid #F36F21;
	background: transparent url(images/bg_content-bg.gif) center top repeat-y;
	margin-bottom: 2px;
	}
	
#content {
	width: 502px;
	padding: 4px 20px 20px 20px;
	background: transparent url(images/bg_content.jpg) center top no-repeat;

}	

	
#teaser {
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	width: 502px; 
}

#teaser h2{
	padding-top: 5px;
}



#teaser img {
	border: 1px solid #cccccc;
	float: left;
	margin-right: 10px;
	padding: 1px;
}



/*#teaser2{
	padding-bottom: 20px;
	margin-bottom: 20px;
	float: left;
}*/

/*#teaser2 img {
	border: 1px;
	border-color: #666666;
	float: left;
	margin-right: 30px;*/
}

#teaser h2 {
	padding-top: 0px;
}


/*Spezielle Formatierungen fr ausstellerliste*/
#aussteller {
	color:  #464646;
	width: 100%;
	}
	
#aussteller td {
	padding: 5px;
	}

.image10px {
		margin-right: 10px;
	}



/*Sidebar*/
#sidebar {
	width: 188px;
    float: left;
	padding: 9px 0px 10px 12px;
	margin-left: 1px
}

#sidebar h1 {
	font-size:13px;	
	background: none;
	padding: 30px 0 5px 0;
}

#sidebar img {
	margin-bottom: 0;
}

#sidebar ul {
	list-style: none outside none;
	margin: 5px 0 0px 2px;
	color: #808284;
}

#sidebar ul li {
	line-height: 160%;
	padding: 0 0 0 17px;
	background: transparent url(images/ic_li.gif) 1px 8px no-repeat;
}



/*footer*/
#footer {
	height: 40px;
	background: #ffffff url(images/bg_footer.gif) center top no-repeat;
	width: 964px;
	padding: 10px 14px 0 0;
	text-align: right;
	float: left;
}


