body {
  background: #ECECEC url('/images/bg_.png')
}

#content_frame {
	padding-left:38px;
	padding-top:6px;
	padding-bottom:10px;
	position:relative;
	width:720px;
}


/*
  alle texte
*/
* {
  font-family: sans-serif;
}

/*
  normale texte
*/
div, td {
  font-size: 12px;
}

/*
  Alle Links
*/ 
a {
  color: #bd454a;
}

img {
  border: none;
}

/*
  Links im Menü 
*/ 
#menu a {
  color: #bd454a;
}

#menu a.active {
  font-weight: bold;
}

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
