
body 
{
 background: url('katja_1.jpg');
 background-attachment:fixed;
 font-family:Verdana;
 font-size:12px;
 background-color:#efdfd6;
 text-align:center;
}

h1 {font-size:12px;color:#000000;margin:0px;}
h2 {font-size:15px;color:#000000;font-variant:small-caps;text-decoration:underline;}
h3 {font-size:14px;color:#000000;}
p {margin-top:1px;}



a:link, a:visited, a:active, a:hover
{ 
  
  color:#000;
  font-size:13px;
  font:menu;
  text-decoration:none;
}
a:active, a:hover
{ 
  color:#F5F3ED;
}

/* hyperlinks im menue */
a.menu:link, a.menu:visited
{ 
  color:#cecfc6;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#FFFFF0;
}

/* das banner */
#banner {
background-image: url('banner_4.gif');
height:60px;
border-top:1px solid #000000;
}

/* das menue */
#menu {
font:menu;
font-size:11px;
color:#ffffff;
background-color:#3A452F;
text-align:center;
padding:10px 8px;
text-align:center;
border-top:2px solid #000000;
}

/* der inhalt */
#content {
position:absolute;
overflow:scroll;
height:300px; 
width:310px;
font:menu;
border-top:2px solid #000000;
background-color:#B28A44;
padding:15px;
color:#000;
margin:2px auto 0 auto; 
}

input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #4B4444;
	background: #EEEBE3;
	border: 1px solid #D9DDC4;
	}

input:hover, textarea:hover, select:hover {
	background: #F5F4ED;
	border: 1px dashed #D6BE99;
	color: #777777;
	}


