@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font: 12px verdana,arial,sans-serif;
}

html,
body {
    height: 100%; 
    width: 100%;
}

p {
    line-height: 140%;
    color: #464646;
}

strong {
	font-weight: bold;
}

a {
	color:#3a739c; text-decoration:none;
}
a:link {}
a:visited {}
a:hover {}
a:active {}

h1	{ 	
	font-size:18px;
	font-weight:bold;
	color:#3a739c;
	padding-bottom:25px;
		}
		
		
h2	{ 	
	font-size:14px;
	font-weight:bold;
	color:#3a739c;
}

h3	{ 	
	font-size:12px;
	font-weight:bold;
	color:#3a739c;
}


.text_small {	
	font-size:10px;
}
	
	
/*Structure*/

#container {
    width: 978px;
    margin: 0 auto;
}

#languages {
	text-align: right;
	margin-top: 10px;
	}

#header {
	height: 280px;
	background: transparent url(images/footer_linie.gif) center bottom no-repeat;
	margin-bottom: 20px;
	}


#content-holder {
	
}



/*Navigation*/

#navi {
	width: 170px;
    float: left;
}

#navi div.navigation {
	width: 150px;
    height: 250px;
	text-align: right;
	background: #f1f5f7;
	padding: 10px
}

#navi div.logos {
	background: #ffffff;
	margin-top: 20px;
}

#navi div.logos img {
	padding-bottom: 10px;
}

#navi p {
	padding-bottom: 10px;
}

#navi a {color: #4993cb; font-weight:bold; }
#navi a:hover {color: #a1d9f3; }
#navi a:active {color: #a1d9f3; }
#navi a:visited {color: #4993cb; }

a#navi-aktiv {color: #a1d9f3;}

.navi-aktiv {color:#a1d9f3; padding-top: 5px;}



/*Contentbereich*/
#content {
	width: 568px;
    float: left;
	padding: 0px 20px 20px 20px;
	}

#teaser {
	border-bottom: 1px solid #3a739c;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 568px;
	float: left;
}

#teaser img {
	border: none;
	float: left;
	margin-right: 10px;
}


/*Spezielle Formatierungen fr ausstellerliste*/
#aussteller {
	color:  #464646;
	width: 100%;
	}
	
#aussteller td {
	padding: 5px;
	}

.image10px {
		margin-right: 10px;
	}



/*Sidebar*/
#sidebar {
	width: 180px;
    float: left;
	background: #f1f5f7;
	padding: 10px;
}

#sidebar h1 {
	font-size:12px;	
	font-style: italic
}

#sidebar img {
	margin-bottom: 10px;
}



/*footer*/
#footer {
	height: 50px;
	background: transparent url(images/footer_linie.gif) center top no-repeat;
	margin-top: 20px;
	width: 978px;
	padding-top: 20px;
	text-align: right;
	float: left;
}


