/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html, body {
  height: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/

  display: block;
}
b, strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/

  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/

  -ms-interpolation-mode: bicubic;
}
li {
  /*
  For IE6 + IE7.
*/

  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
svg {
  /*
  For IE9.
*/

  overflow: hidden;
}
/* `Clear
------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

body {
  margin: 0px;
  padding: 0px;
}

body {
  color: #555;
  /*background: white url("../img/bg_body_light.png") top left repeat-x;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
}
}
body p {
  /*text-shadow: 0 1px 0 #ffffff;*/
  text-align: center;
}
div.page {
  margin: 0 auto;
  width: 960px;
  zoom: 1;
  /*background: transparent url("../img/bg_body_glow.png") center 190px no-repeat;*/
}
div.page:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.angebot {
	  font-size: 0.8em;
}


/* Header
==========================================================*/

header h1 {
	/*margin-top: 50px;*/
	margin-bottom: 15px;
	font-size: 2em;
	text-align: center;
	font-weight: 600;
	color: #B30000;
}
header h2 {
	font-size: 1.3em;
	font-weight: 100;
	text-align: center;
	color: #cc0000;
	/*margin-bottom: 30px;*/
}

h2.grau {
	font-size: 1.2em;
	font-weight: 100;
	text-align: center;
	color: #555555;
	}

h2.grau2 {
	font-size: 1.2em;
	font-weight: 100;
	text-align: center;
	color: #555555;
	padding-top: 10px;
	}

h2.rot {
	font-size: 1em;
	font-weight: 100;
	text-align: center;
	padding-bottom: 2px;
	/*color: #B30000;*/
	color: #B30000;
	/*margin-bottom: 30px;*/
}

h3 {
	font-size: 0.9em;
	font-weight: 100;
	text-align: center;
	color: #555555;
	/*margin-bottom: 30px;*/
}

p.beruf {
	font-weight: 400;
	font-size: 0.9em;
	}

.header-gesamt {
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #BFBFBF;
	padding: 30px;
	margin: 20px auto;
	width: 70%
}


/* Diverses  */
.titel, a {
  color: #000099;	
}

.inhalte {
	margin: auto;
	width: 70%;
	background: rgba(255,255,255,0.5);
	font-size: 0.8em;
	padding: 30px;
	text-align: left;
	}
	
p.beschreibung {
	font-size: 1em;
}

p.adresse {
	font-size: 0.9em;
}


.mailadresse  {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.mailadresse a {
	color: #555;
}

.mailadresse a:hover {
	color: #000099;
}	
	
table.telefon, table.adresse {
	margin: 0 auto;
}

table.adresse td, table.adresse th
{text-align: center;}


.liste{
    margin: 0 0 0 40px;
}