/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


  body {
    color: white; 
  	background-color: #222222;
    font-size: 100.01%;
  	border: 0;
	margin: 0;
	padding: 16px 10px 10px 10px;
    font-family: tahoma,sans-serif;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#content {
  	background-color: #222222;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    max-width: 560px;
    border: 0px solid red;
  }

  @media all and (min-width: 786px) {
  div#content {
    max-width: 746px;}
  }
  
  div#bild {
    width: 560px;
    text-align: center;
  }

  div#navi {
    text-align: center;
  }

  @media all and (min-width: 786px) {
  div#navi {
    width: 186px;
    float: right;
    text-align: center;}
  }

  h1 {
  	color: #B29700;
    font-size: 22px;
    font-weight: normal;
	line-height: 100%;
    text-align: center;
	margin: 6px 0 0 0
	}

  @media all and (min-width: 786px) {
  h1 {
	margin: 20px 0 10px 0 }
  }
	
	
  p {
  	color: #B29700;
    font-size: 60px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
	margin: 0 0 10px 0
  }

  p.domsch {
  	color: #B29700;
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
    text-align: left;
	margin: 10px 20px 20px 30px
  }
  

  div#navi a:link, div#navi a:visited, 
  div#nav a:active {
  	color: #FAE100;
    text-decoration: none;
  }
  div#navi a:hover {
  	color: #B29700;
    text-decoration: none;
  }

  div#navi .domsch a:link, div#navi .domsch a:visited, 
  div#navi .domsch a:active {
  	color: #FAE100;
    text-decoration: underline;
  }
  div#navi .domsch a:hover {
  	color: #B29700;
    text-decoration: underline;
  }
  
