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


/* ########## Margin & Padding zurücksetzten und allgemeine Formatierung ########## */
* {margin:0; padding:0; }

body {text-align:center;}

img {border:none;}

/* ########## Fontstyles und Background ########## */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:#f5f2ed url(../portal-images/Wartau_BG.gif) repeat-x center top;
}

span.eingang {font-size:10px; color:#999;}
span.wartau {color:#0072ae;}


/* ########## Grundgerüst / Container ########## */


.page {
	margin: 0 auto;
	margin-top: 100px;
	width:960px;
	overflow:hidden;
	text-align:left;

}

.lead {
	height:65px;
	overflow:hidden;
}

.container {
	overflow:hidden;
	height:250px;
}

.text { margin-top:8px; overflow:hidden; }

.footer {
	height:100px;
	overflow:hidden;
}

.adressfooter {
	position:absolute;
	bottom:0px;
	right:0;
	left:0;
	height:35px;
	background:#f5f2ed;
	text-align:center;
	background-color: #f5f2ed;
}



/* ########## Grundgerüst Liste & Portalweiche ########## */


ul.gallery {
	width: 960px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	text-align: left;
	padding:15px 15px 15px 15px;
	background:#FFF;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 290px; /*--Width of image--*/
	height: 185px; /*--Height of image--*/
	
	cursor: pointer;
}
ul.gallery li span.imagefade { /*--Used to crop image--*/
	width: 290px;
	height: 185px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	padding:0;
	margin:0;
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0; padding: 10px;
}
ul.gallery li h2 a {
	font-size: 12px;
	font-weight: normal;
	margin: 0; padding: 10px;
	color:#333;
}
ul.gallery li h2 a:hover {
	
	color:#333;
}

ul.gallery li a {text-decoration: none; display: block; border:none;}

