/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/

#header, #footer, #location-menu, .skip {
	
	display: none;
	
}

* {
	
	margin: 0;
	padding: 0;
	border: 0 none;
	
}

body {
	
	font-size: 100.1%;
	text-align: center;
	
}

#wrapper {
	
	width: 85%;
	margin: 0 auto;
	
	text-align: left;
	
}


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

body {
	
	color: #000;
	font-size: 100.1%;
	font-family: Tahoma, Verdana, Sans-Serif;
	
}

a {
	
	color: #003f81;
	text-decoration: none;
	
}

a[href]:after {
	
	font-size: 8pt;
	content: " (URL: " attr(href) ") ";
	
}

h2 {
	
	font-size: 16pt;
	font-weight: bold;
	
}

h3 {
	
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: .05em;
	
	margin-bottom: 1em;
	
}

p {
	
	font-size: 10pt;
	line-height: 1.4em;
	
	margin-bottom: 1.7em;
	
}

#sidebar p {
	
	font-size: 10pt;
	margin-bottom: 1em;
	
}

#location-menu {
	
	font-size: 10pt;
	
}

#location-menu li {
	
	line-height: 1em;
	
}


/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/

#inner-content img {
	
	margin-bottom: 1em;
	display: block;
	
}
