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

.skip, #header, #footer, #menu {
	
	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;
	
}

#header {
	
	
	
}

#content {
	
	
	
}

#footer {
	
	
	
}


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

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

a {
	
	color: #333;
	text-decoration: none;
	
}

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

h2 {
	
	font-size: 16pt;
	line-height: 1.1em;
	
}

h2.margin-bottom {
	
	margin-bottom: 1.4em;
	
}

h3 {
	
	font-size: 14pt;
	font-weight: normal;
	
	margin-bottom: 2em;
	
}

#content .right h3 {
	
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: .025em;
	margin-top: 1em;
	margin-bottom: 1em;
	
}

p, #content ul li {
	
	font-size: 10pt;
	line-height: 1.4em;
	
}

p, #content ul {
	
	margin-bottom: 1em;
	
}


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

#content .right {
	
	margin-top: 3em;
	
}

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

.teaser {
	
	margin-bottom: 25px;
	
}

#content ul {
	
	margin-left: 1em;
	list-style-image: url('./../layout/list-marker.gif');
	
}

.images {
	
	margin-top: 2em;
	
}


/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/

.clearfix:after {
	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
