@charset "UTF-8";

* {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #000000;
	font-size: 16px;
	list-style: inside;
}

body {
	background-color: #2c2d2d;
}

#wrapper {
	position: relative;
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	padding: 120px 20px 20px 20px;
}
	#logo {
		position: absolute;
		top: 0;
	}
	#ar_bild {
		position: absolute;
		top: 0;
		right: -468px;
	}

#header {
	margin-top: 40px;
}
	#header h2 {
		font-size: 20px;
	}
	#header h1 {
		font-size: 52px;
		font-weight: bold;
		color: #CC0000;
	}
	#videoclip { 
		margin-top: 40px;
		padding-top: 20px;
		background-color: #666666;
		height: 360px;
		text-align: center;
	}

#content {
	margin-top: 40px;
}
	.infobox1 table { width: 100%; }
		.infobox1 table tr td { border: solid 2px #0099FF; }
		.text { padding-left: 14px; }
	
	.infobox 2 {
		margin-top: 40px;
		border: solid 2px #000000;
	}

	#content .infobox2 {
		margin-top: 40px;
		padding: 10px;
		background-color: #D6E3EE;
		border: 2px solid #000000;
	}
		#content .infobox2 .zaehlung, #content .infobox2 h3 {
			font-weight: bold;
			color: #003399;
			font-size: 18px;
		}
	
	#content .workshop_inhalt {
		margin-top: 40px;
	}
		#content .workshop_inhalt {
			margin-top: 40px;
		}
		#content .workshop_inhalt p {
			margin-bottom: 20px;
		}
		#content .workshop_inhalt .highlighted {
			font-weight: bolder;
		}
	
	#content .statements {
		border: 1px dotted #333333;
		padding: 20px; 
	}
		#content .statements h2 {
			font-size: 24px;
			font-weight: bold;
			margin-bottom: 20px;
		}
		#content .statements .feedback {
			font-size: 20px;
			margin-bottom: 10px;
		}
		#content .statements .name {
			font-weight: 100;
			font-style: italic;
			color: #003399;
		}

	#content .infobox3 {
		margin-top: 40px;
		padding: 10px;
		border: 2px solid #000000;
		background-color: #ECE6D5;
	}
		#content .infobox3 ul li { list-style-position: inside; }

	#content .faq {
		margin-top: 40px;
	}
		#content .faq p {
			margin-bottom: 20px;
		}
		#content .faq h3 {
			font-size: 24px;
			color: #CC0000;
			margin-bottom: 10px;
		}
	
	#content #formtitel h3 {
		font-size: 30px;
	}
	
	#content .formular {
		margin-top: 40px;
		background-color: #FFFFCC;
		border: 6px solid #FF9900;
		padding: 10px;
	}
		#content .formular table {
			width: 600px;
			margin-right: auto;
			margin-left: auto;
		}
		#content .formular .info {
			font-size: 12px;
		}
		#content .formular table tr td { 
			padding-bottom: 10px;
		}
		#content .formular .ja {
			font-size: 30px;
			color: #CC0000;
			font-weight: bold;
		}
		#content .formular .highlighted {
			background-color: #FFFF00;
			font-weight: bold;
		}