@charset "utf-8";
/* CSS Document */

html
{
	background-image: url(images/hochbegabung-heidekreis.png) ;
}

#wrapper
{
	width: 800px;
	text-align: left;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px dotted #ff6600;
	background-color: rgba(255, 255, 255, 1);
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 20px 40px 20px 40px;
}

#header
{	
	text-align: center;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	padding-top: 10px;
	float: right;
}

#content
{
	color: #666666;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	clear: both;
}

figure {
  position: relative;
  margin: 0 20px 10px 0;
  width: 400px;
  border: 1px solid gainsboro;

  float: left;
}

figcaption {
  padding: 0 20px 0 0;
  text-align: center;
}


h1
{	
	color: #333333;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin: 0 0 40px 0;
	font-weight: bold;
}

h2
{	
	color: #333333;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 50px 0 20px 0;
	clear: both;
}

h3
{
	color: #333333;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0 0 5px 0;
}

p
{
	color: #666666;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 20px 0;
}

a:link {
	color: #ff6600;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #ff6600;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
	border: none;
	font-weight: normal;
}

a:active {
	color: #ff6600;
	text-decoration: underline;
	border: none;
	font-weight: normal;
}

a:focus {
	color: #ff6600;
	text-decoration: underline;
	border: none;
	font-weight: normal;
}

