@import url(text.css);
@import url(navi.css);
@import url(starttabelle.css);
@import url(lightbox.css);

html {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000;
	}

/*=Grundelemente
-------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	color: #000;
	background-image: url(/pictures/back_body.gif);
	background-color: #fff;
	}
.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
	background-image: none;
	text-align: left;
	}

#main {
	margin: auto;
	padding: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 930px;
	background-color: #fff;
	background-image: url(/pictures/back_main.gif);
	background-repeat: repeat-x;
	}
	
/*=Head
-------------------------------------------*/
#netzwerken {
	background-image: url(/pictures/netzwerken.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}
#netzwerken h1 {
	display: none;
	}
#netzwerken img {
	padding-top: 63px;
	}
#logos {
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	margin-left: 40px;
	
margin-right: 40px;
	}
#logos_folge {
	padding-bottom: 20px;
	margin-left: 20px;
	padding-top: 15px;
	}
#head_folge {
	text-align: left;
	}

/*=Tabelle mit Tischmessen
-------------------------------------------*/
#tischmessen {
	margin-left: 40px;
	margin-right: 40px;
	border-bottom: 1px solid #000;
	text-align: left;
	}

/*=Inhalt
-------------------------------------------*/
#text {
	clear: both;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 20px;
	text-align: left;
	border-top: 1px solid #000;
	}
#text_folge {
	clear: both;
	margin-left: 40px;
	padding-top: 20px;
	padding-right: 40px;
	text-align: left;
	border-top: 1px solid #000;
	}

/*=Navigation
-------------------------------------------*/
#navi {
	margin-left: 40px;
	text-align: left;
height: 70px;

	}
#navi_rechts {
	text-align: right;
	
	
	}

/*=Footer
-------------------------------------------*/
#footer {
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	border-top: 1px solid #000;
	font-size: 0.95em;
	}
#footer a {
	color: #000;
	}
#footer a:hover {
	color: #666;
	}
a.festhallen {
	text-decoration: underline;
	padding-left: 30px;
	line-height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	background-image: url(/pictures/logo_fvf.gif);
	background-repeat: no-repeat;
	}
.festhallen:hover {
	color: #666;
	}

/*=image mit legende
-------------------------------------------*/
.card-left, .card-right {
	float: left;
	width: 170px;
	padding: 10px 0;
	text-align: center;
	background: white;
	border: 1px solid #ccc;
	font-size: 1em;
	margin-top: 1em;
	}
.card-right {
	float: right;
	}

.card-title {
	margin: 0 0 5px 0;
	font-size: 1em;
	color: green;
	}
.card-photo {
	margin: 0 auto;
	padding:0;
	border: none;
	}
.card-desc {
	margin: 5px 10px 0 10px;
	padding: 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
	}
