/*
      css-code für
	  anna-kaminski.de
	  
	  12.11.2007
	  (c) 2007 by martin sieber / x4k.design
	  http://www.x4k.de
	  
*/

  body {
  	position:absolute;
    background-color: #F1F0DC;
    font-size: 100.01%;
    font-family: Trebuchet MS, Arial,sans-serif;
    margin: -250px 0 0 -461px; padding: 0 0;
	top: 50%;
	left: 50%;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#content {
	text-align: left;
	width: 922px;
	height: 512px;
	margin: 0 0 0 0;
	padding: 0;
	border: 1px;
	background-color: #000000;	/* hintergrund */
	border-style: solid;
	border-color: #000000;
  }

  div#head {
    clear:inherit;
	text-align:left;
	width:922px;
	height:30px;
	background-color:#000000;
	color: #CCCCCC;
	}


  div#inhalt {
  	text-align:left;
	width:922px;  	
	height: 440px;
	margin: 0 0 0 0;
	padding: 0 0;
	background-color: #FFFFFF;	
  }
    
  
  div#footer {
	clear: both;
	text-align:center;
	height: 26px;
	margin: 0 0 0 0;
	padding: 1px 0 0 500px;
	text-align: center;
	background-color: #000000;
	border-top: 0px;
	z-index: 0;
	visibility: visible;
	position: absolute;
  }
  
  
 h1 {
	font-size: 16px;
	color: #FF0000;
	text-transform: none;
	text-decoration: none;
	font-weight: lighter;
	font-style: normal;
 } 
 
 p {
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: lighter;
	text-transform: none;
	text-decoration: none;
 }
 
  a:link, a:visited {
	font-size: 11px;
	color: #FF0000;
	font-style: normal;
	font-weight: lighter;
	text-transform: none;
	text-decoration: none;
 }
 
   a:hover {
	font-size: 11px;
	color: #0099FF;
	font-style: normal;
	font-weight: lighter;
	text-transform: none;
	text-decoration: overline;
 }
 
  menu {
	font-size: 11px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: lighter;
	text-transform: none;
	text-decoration: none;
 }
 
 menu:link {
	font-size: 11px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: lighter;
	text-transform: none;
	text-decoration: none;
 }
 
 menu:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
 }
