@charset "UTF-8";
/* CSS Document */

html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #fff url(../img/bib-world-bg.jpg) repeat-x;
}



#header {
	position:relative;
	width: 955px;
	margin: 0 auto;
	background:url(../img/bib-world-top.jpg) no-repeat;
	height:250px;
}

#menu-top {
	position:absolute;
	top:200px;
	left:250px;
	width:600px;
	height:25px;
	overflow:hidden;
}

/* ------------ Inhalt --------------- */

#wrapper {
	width: 955px;
	margin: 0px auto;
}

#column1 {
	float: left;
	width: 180px;
	display: inline;
	margin-left: 45px;
}

#column2 {	
	float: left;
	width: 680px;
	display: inline;
	margin-left: 5px;
}

#column2-bilder {
	float:left;
	width:955;
	padding: 0 20px 0 25px;
	display:inline;
}

/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	width:955px;
	background:url(../img/bib-world-main.jpg) repeat-y;
}
.footer, .push {
	height: 100px;
	
}

.footer {
	position: relative;
	width: 955px;
	height:100px;
	margin: 0 auto;
	background:url(../img/bib-world-footer.jpg) no-repeat;
}

#footer-innen {
	width:955px;
	margin: 0 auto;
	text-align:center;
	padding:25px 0 0 0;
}


/* ----------------------- Navigation horizontal ---------------------- */  

	
#menu-top ul {
	position:absolute;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
	background:#c4111a;
	float:left;
	} 
	
#menu-top ul li {
	float:left;
	}

#menu-top a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:0.9em;
	color:#ffd900;
	}
	
#menu-top ul a {
	display:block;
	float:left;
	padding: 4px 25px 4px 25px;
	text-decoration:none;
	}
	
	
#menu-top ul a:hover {
	background:#b01f26;
	color:#fff;
	}	
/* ------ activ ---- */

#menu-top .act a {
	background:#999900;
	color:#990033;
	}
	
#menu-top .act a:hover {
	background:#990033;
	color:#999900;
	}

/* ----------------- Schrift --------------- */

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2em;
	color:#c4111a;
}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.5em;
	color:#5a95e2;
}

h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.3em;
	color:#5a95e2;
	font-weight:bold;
	text-align:center;
}

#column2 {
	font-size:0.8em;
}

/* ----------------------- normaler Link ----------------- */   
   
a:link {
	color:#666;
	}
a:visited {
	color:#666;
	}
a:hover {
	color:#c4111a;
	}
a:active {
	color:#c4111a;
	}


/* ----------------- Footer ---------------- */

#footer-innen {
	font-size:0.7em;
	color:#aaa;
}


#text-bottom {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	padding-top:20px;
	color:#aaa;
}



.footer a:link {
	color:#aaa;
	}
.footer a:visited {
	color:#aaa;
	}
.footer a:hover {
	color:#c4111a;
	}
.footer a:active {
	color:#c4111a;
	}


/* ---------------------- round corner ------------------------ */
.ro { 
background: url(../img/box-ro.gif) top right no-repeat; 
margin:0;
padding:0;
} 

.lo { 
background:url("../img/box-lo.gif") top left no-repeat; 
margin:0;
padding:0;
} 

.ru {
background:url("../img/box-ru.gif") bottom right no-repeat;
margin:0;
padding:0;
}

.lu {
background:url("../img/box-lu.gif") bottom left no-repeat;
margin:0;
padding:0; 
}

.inhalt {
margin:0;
padding:0.1em 1em 0 1em;
}

.inhalt p {
margin:0;
padding:0;
}


/* ------------------ individuell ------------------- */

.bild {
	vertical-align:top;
}



/* ----------------- bildergallerie ----------------- */

.bildergallerie {
	border:none;
	width:905px;
	height:600px;
}