/* Datei: style.css - Layouteinstellungen fuer www.marco-schnitzler.de */

/* ----- globale Einstellungen --------------------------------------------------------------------------- */

*
{
	padding:0;
	margin:0;
	border:0;
}

body 
 {
  background-color:#ffff00;
  background:url(../images/bg_body.gif) repeat-x;
  font-family: Arial, Verdana, sans-serif;
  font-size:1.05em;
  color: #000000;
  /* border-bottom: 5px solid #a10303; */
  padding-bottom: 10px;
 }

/* ----- Layout Einstellungen --------------------------------------------------------------------------- */ 
 
#main
 {
  height:100%;
  margin:0px auto;
  text-align:left;
  width:900px;
 }

#header
{
  height:75px;
}


#navi
{
  height:25px;
  margin: 20px 15px 0 50px;
}

#footer
{
  background: #f5f5ef;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  font-size: 0.75em;
  margin: 0.5em 0;
  padding: 0.5em 0;
  
}

/* ----- Link Einstellungen ------------------------------------------------------------------------------ */

a:link, a:visited
{
  color: #556a83;
  text-decoration: none;
}

a:hover, a:active 
{
  color: #a10303;
  text-decoration: none;
}

/* ----- Text Einstellungen ------------------------------------------------------------------------------ */

h2 
{
  color: #a10303;
  font-size: 1.2em;
  font-weight: lighter;   
  margin: 0.5em 0 0.37em; 
  padding: 3px 0 7px 0;  
}

h3 
{
  color: #a10303;
  font-size: 1.05em;
  font-weight: lighter;   
  margin: 0.5em 0 0.37em; 
  padding: 3px 0 3px 0;  
}

.address
{
  padding: 1em 0 1em;
}

.photos
{
  text-align: center;
}

/* ----- Navi-Leiste Einstellungen --------------------------------------------------------------------- */

.nav_1st
{
  color: #a10303;
  display: inline;
  padding: 0 3px 0 7px;
  border:0;
}

.nav_other
{
  color: #a10303;
  display: inline;
  padding: 0 3px 0 7px;
  border-left: 1px solid #ccc;
}

.nav_1st a:link, .nav_1st a:visited 
{
  color: #a10303;
}

.nav_1st a:hover, .nav_1st a:active 
{
  color: #333333;	
}

.nav_other a:link, .nav_other a:visited 
{
  color: #a10303;
}

.nav_other a:hover, .nav_other a:active 
{
  color: #333333;	
}

/* ------------------------------------------------------------------------------------------------------------ */