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

p {
 margin: 1em 0;
}

html, body {
	width: 100%;	
  height: 100%;
}

html {
  overflow-y: scroll;
  overflow-x: auto;
}

body {
  background: #d3d2d1 url(bg/bg.png) repeat-x top left;
	text-align: center;
	border: 0px solid #666;
}

a[href^="http"] {
  background: url(bg/ext.png) no-repeat top right;
  padding-right: 10px;
}

a[href^="https"] {
  background: url(bg/ext.png) no-repeat top right;
  padding-right: 10px;
}

/* ID: */
/* ALL */

#container, #footer {
  position: relative;
	width: 80%;
	min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto; 
  background: #ebffc7;
}

#container {
	min-height: 600px;
	text-align: left;
	border: 0px solid #666;
  border-width: 0px 5px;
}

* html #container {
	height: 85%;
}

#footer {
  min-height: 15%;
  border: 0px solid #666;
  border-width: 0px 5px 5px 5px;
}

* html #footer {
	height: 15%;
}

/* HEADER */

#header {
  position: relative;
  background: #d7fc96 url(bg/header.png) repeat-x top left;
  width: 100%;
  height: 150px;
}

#header_left {
  position: absolute;
  background: transparent url(bg/header_left.png) no-repeat top left;
  width: 299px;
  height: 149px;
}

#header_left a {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#header_right {
 margin-right: 20px;
}

/* CONTENT */

#content {
  background: #f8f8f8 url(bg/main_br.png) no-repeat bottom right;
	float: left;
	padding: 1% 1% 1% 2%;
	min-height: 400px;
	width: 50em;
}

body.home #content {
  width: 58em;
}

#content p {

}

/* NAVIGATION */

#nav {
  background: #aee155 url(bg/menu.png) no-repeat bottom left;
  float: left;
	width: 16em;
	padding: 20px 1%;
}

/* FOOTER */

#footer {
  text-align: center;	
}

#news {
  clear: right;
  float: right;
  background: transparent url(bg/opac30.png) left top repeat;
  border: double #000 3px;
  padding: 0.4em;
  width: 15em;
}

* html #news {
  background: transparent; 
}

.f_left {
  float: left;
  margin: 20px 0 0 30px;
}

.f_right {
  float: right;
  margin: 20px 30px 0 0;
}

.social, .logo {
  border: 1px solid #666;
}

#footer small {
 display: block;
 padding-top: 50px;
}

/* KLASSEN: */

.clear {
	clear: both;
}

.opacity {
  opacity: 0.4;
  filter:alpha(opacity=40)
}

.opacity:hover {
  opacity: 1.0;
  filter:alpha(opacity=100)
}

/* MENU */

ul.menu, ul.submenu {
   padding: 0;
   list-style-type: none;
}

ul.menu a {
   display: block;
   background: transparent url(bg/rose1.png) no-repeat top left;
   line-height: 200%;
   min-height: 30px;
   padding-left: 40px;
}

ul.menu a:hover,
body.home #nav a#home,
body.uns #nav a#uns,
body.hunde #nav a#hunde,
body.tiere #nav a#tiere,
body.kontakt #nav a#kontakt,
body.wuerfe #nav a#wuerfe,
body.wurf_a #nav a#wuerfe,
body.wurf_b #nav a#wuerfe,
body.wurf_c #nav a#wuerfe,
body.wurf_d #nav a#wuerfe,
body.wurf_e #nav a#wuerfe,
body.wurf_f #nav a#wuerfe,
body.wurf_erfolge #nav a#wuerfe,
body.wurf_welpentreffen #nav a#wuerfe,
body.wurf_vermittlung #nav a#wuerfe,
body.galerie #nav a#galerie,
body.maremmano #nav a#maremmano,
body.tipps #nav a#tipps,
body.links #nav a#links,
body.sonstiges #nav a#sonstiges,
body.gb #nav a#gb {
   background: transparent url(bg/rose2.png) no-repeat top left;
}

ul.submenu a, ul.submenu a:hover {
  background-image: none;
}

ul.submenu a {
  min-height: 0px;
  line-height: 120%;
  margin-left: 1em;
  font-size: 0.9em;
}

ul.normList {
  list-style-type:disc;
  margin-left: 20px;
  padding: 0;
}

.imgLeft {
  float: left;
  margin: 12px 17px 20px 0;
}

.imgRight, .imgHeader {
  float: right;
}

.imgRight {
  margin: 12px 0 20px 17px;
}

.imgHeader {
  margin: 12px 0 0 17px;
}

.imgLeft, .imgRight, .imgHeader {
	background: url(bg/schatten.png) no-repeat bottom right;
  position: relative; /*necessary for fucking IE6*/	
}

.imgLeft img, .imgRight img, .imgHeader img {
  display: block;
  position: relative; /*necessary for fucking IE6*/
  background-color: #fff;
  margin: -5px 5px 5px -5px;
	padding: 4px;
	border: 1px solid #666;
}

.imgRight span, .imgLeft span {
  position: absolute;
  width: 100%;
  bottom: -1.2em;
  left: 0;
  font-size: 0.8em;
  font-style: italic;
}

ul.welpen {
  list-style-type: none;
  border: 1px solid #666;
  padding: 1em;
}

ul.welpen .imgLeft, ul.welpen .imgRight {
  margin-bottom: 1.5em;
}

ul.welpen li {
  display: block;
  border-bottom: 3px double #666;
  margin-bottom: 1em;
 
}

ul.welpen li div.desc {
  padding: 3em 0 0 8em;
}

ul.welpen li.right div.desc {
  padding: 3em 8em 0 0;
}

/* Tabelle */

table {
  width: 38em;
}

td, th {
  padding: 0.5em 0.8em;
  border: 1px solid #666;
}

th.des {
  width: 10em;
}

.wichtig {
  background-color: #e6c6c6;
  padding: 1em;
  width: 27em;
}
