@charset "utf-8";
/* CSS Document */

/*	-------------------------------------------------------------
    Design & Development | www.pixelangelo.net/
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	-------------------------------------------------------------	*/

/* 
    1. Structure
    2. Main positioning
    3. Content
*/

/*	-------------------------------------------------------------
	1. STRUCTURE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

* { /* reset default values */
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
html {
	background: #FFFFFF;
	height: 100%;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font: 12px Delicious, Helvetica, Arial, sans-serif;
	color: #000000;
}

a img {
	border: 0;
}

/*	-------------------------------------------------------------
2. MAIN POSITIONING
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#maintable {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	text-align: center;
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#wrapper {
	border-collapse: collapse;
	margin-top: 0px;
}
#wrapper td {
	overflow: hidden;
	width: 987px;
	text-align: center;
	border: 0;
	vertical-align: top;
	padding: 0px;
}
#topimages {
	margin-top: 0px;
}

#bottomimages {
	margin-top: 10px;
}

/*	-------------------------------------------------------------
3. CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
p {
	margin: 0.6em 0 0 0;
}
.lgtbox {
	margin-left: 13px;
	margin-right: 13px;
	border: 1px solid #FFFFFF;
}
.lgtbox:hover {
	border: 1px solid #FF0000;
}
.title {
	font-size: 25px;
	font-weight: bold;
	margin-top: 10px;
}
.adress {
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 10px;
}


/*	-------------------------------------------------------------
	4. LINKS
	 Reihenfolge: Link - Visited - Focus - Hover - Active (Link Specificity),
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
a:link {
	color: #962b08;
	text-decoration: none;
}
a:hover
{
	color: #000;
}
a:visited {
	color: #962b08;
	text-decoration: none;
}
.pXl {
	margin-top: 20px;
	border: 0px;
}