body {
	margin: 0px;
	text-align: center;
	background-color: #F1EDFB;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrap {
	width: 960px;
	text-align: left;
	margin: auto;
}

#content {
	width: 960px;
	margin: auto;
	font-family: Arial, Verdana, Sans, Helvetica;
	font-size: 14px;
}

	#content p, #content ul {
		line-height: 1.5;
	}

h1, h2, h3, h4, h5 {
	font-family: Museo, Georgia, Verdana, Arial, Sans, Helvetica;
	font-weight: 500;
}

.museo-300 { font-family: Museo; font-weight: 300; }
.museo-500 { font-family: Museo; font-weight: 500; }
.museo-700 { font-family: Museo; font-weight: 700; }

.large { font-size: 17px; }

#footer {
	margin: 20px 0px 20px 0px;
	font-family: Arial, Verdana, Sans, Helvetica;
	font-size: 14px;
	color: #AAA;
	clear: both;
}
	#footer a {
		color: #AAA;
	}

/* --------------------------------------------- NAVIGATION */

#nav {
	height: 100px;
	margin: 0px 0px 0px 60px;
	padding: 5px 0px 0px 10px;
	background-image: url(img/navbg.jpg);
	background-repeat: no-repeat;
}
	#nav ul {
		list-style: none none outside;
		margin: 0px;
		padding: 0px;
	}
	#nav ul li {
		font-family: Museo, Arial;
		font-weight: 700;
		font-size: 12pt;
		text-align: left;
		float: left;
		padding: 0px 10px 10px 10px;
		margin: 0px 20px 0px 0px;
	}
		#nav ul li p {
			width: 130px;
			font-weight: normal;
			font-family: Georgia;
			font-size: 10pt;
			font-style: italic;
			text-decoration: none;
			margin: 5px 0px 0px 0px;
			padding: 0px;
		}
	#nav a:link, #nav a:visited {
		color: #000;
		text-decoration: none;
	}
	#nav a:hover {
		text-decoration: underline;
	}
	
/* --------------------------------------------- BEZUGSQUELLEN */
	
ul.faq {
	list-style: none none outside;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px;
}
	ul.faq li {
		width: 280px;
		margin: 0px 50px 0px 0px;
		float: left;
		line-height: 1.5;
	}
		ul.faq .last { margin: 0px; }
	ul.faq li h2 {
		margin-top: 0px;
		font-weight: 700;
		line-height: 1;
	}
	ul.faq img {
		float: left;
		margin: 0px 20px 10px 0px;
	}
	
/* --------------------------------------------- FONTS */

@font-face {
	font-family: 'Museo';
	src:	local('Museo 700'),
			url(museo-700.otf) format('opentype');
	font-weight: 700;
}

@font-face {
	font-family: 'Museo';
	src:	local('Museo 500'),
			url(museo-500.otf) format('opentype');
	font-weight: 500;
}

@font-face {
	font-family: 'Museo';
	src:	local('Museo 300'),
			url(museo-300.otf) format('opentype');
	font-weight: 300;
}

/* --------------------------------------------- TABELLEN */

table {
	margin: 20px 0px;
}

table td {
	padding: 10px;
	font-family: Arial, Verdana, Sans, Helvetica;
	font-size: 14px;
	line-height: 1.5;
	border-top: 1px solid #CCC;
}

/* --------------------------------------------- KRITERIEN */
div.kriterium {
	width: 270px;
	margin: 0px 50px 20px 0px;
	float: left;
}
div.kriterium img {
	border: 5px #CCC solid;
	margin: 0px auto;
}

/* --------------------------------------------- YOUTUBE-VIDEOS */

object {
	border: 5px #CCC solid;
}

/* --------------------------------------------- FORMULARE */

fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

ol {
	list-style: none none outside;
}
	ol li {
		padding: 10px;
		display: block;
		clear: both;
	}

label {
	width: 140px;
	margin: 0px 20px 0px 0px;
	float: left;
	display: block;
}

input.text {
	width: 200px;
}

textarea {
	width: 450px;
	height: 300px;
}

table.artikel {
	height: 100%;
	width: 250px;
	max-width: 250px;
	margin: 0px 0px 20px 20px;
	float: right;
}
table.artikel a {
	font-size: 18px;
}

/* --------------------------------------------- ALLGEMEIN */

.clear { clear: both; }

a:link, a:visited { color: #0044CC; }

a img { border: 0px;}