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

body {
  background: url(../imgs/bg_galerie.png) top left repeat-x;
  margin: 10px 0px;
}

/* @group Default Containers */

#container {
  width: 729px;
  margin: 0px auto;
}

#header {
  position: relative;
  height: 210px;
  background: url(../imgs/header.jpg) top left no-repeat;
}

#maincontainer {
  position: relative;
  background: url(../imgs/mainback_galerie.jpg) top left no-repeat;
  height: 438px;
  width: 729px;
}

#description {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  padding: 15px 10px 20px 40px;
}

#content {
  position: relative;
  top: 0px;
  left: 200px;
  width: 490px;
  height: 255px;
  padding: 15px 10px 10px 10px;
}

#controls {
  position: absolute;
  top: 320px;
  left: 590px;
}

/* @end */

/* @group Font & Default Shit */

* {
  font: normal 12px Arial, sans-serif;
  text-decoration: none;
}

p {
  margin-bottom: 16px;
}

a:hover {
  text-decoration: underline;
}

/* @end */

/* @group Farben */

* {
  color: #333;
}

#controls a {
  color: #366;
}

/* @end */

/* @group Bildergalerienkram */

#tuerverglasungsbeispiele {
  margin-bottom: 16px;
}

#tuerverglasungsbeispiele img {
  width: 75px;
  height: 75px;
  margin-right: 10px;
}

/* @end */

















