* { margin:0; padding:0; font-size: 100%;  }

html {height:100%}

body {
    min-height: 101%;
    font-size: 100.01%;
    position: relative;
    color: #555;
    background: url('../gfx/bg.png') repeat-x #fff;
}

#center {
  margin:10px auto;
  width:950px;  
}

#logo {  
  position:relative;
  left:-50px;    
}

#header {
  width:950px;
  height:90px;  
  background-color:#ffffff;
  border-bottom:10px solid #000000;
}

#topmenu {  
  float:right;
  margin-top:20px;  
}

#main {
  margin-top:-20px;
  background-repeat:repeat-y;
}
.partner-template #main {
  background-image:none;
}
.list-template #main, .home-template #main {
  background-image:url(../gfx/gildenhaus-menu.gif);
}


#sidebar {
  width:220px;  
  float:left;
  margin:0;
}

#right {
  width:220px;  
  float:right;
  margin:0;
}

#content {  
  color:#555;
    background-color:#fff;
    margin:3px 0;
   min-height:600px;  
}

.border #content {
  min-height:650px;  
}

.hide-508 {
  position:absolute; z-index:2; width:10em; overflow:hidden; top:-100px; left:-1000px;
}

.partner_text h2 {
  margin-bottom:0px;  
}

.partner_text h2 a, .partner_text h2 a:link, .partner_text h2 a:visited, .partner_text h2 a:hover {
  font-weight:normal;
  color:#caca8e;
  margin:0px 3px;
  padding:0;
}

.partner_text p {
  margin:0 220px 0 65px;
  padding:0 !important;
}
.partner_img {
  width:170px;
  padding-right:40px;
  float:right;
  text-align:center;
}


#main_content {
    float:left;
    width:508px;
    margin:0;
}

.partner-template #main_content {
  margin-top:15px;
}
.partner-template #main_content div.contentelement {
  padding:0px 10px;
  margin:10px 0 15px;

}

#right div.contentelement,
#sidebar div.contentelement {
  padding:8px 6px;
  margin:3px;
}

#main_content div.contentelement {
  padding:8px 6px;
  margin:3px;
}

#main_content div.nospace {
  padding:0px !important;
  margin:0px !important;
}



div.roundedcorners {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border:1px solid #ccc;
  padding:8px 6px;
  margin:3px 0px;
}



.gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gallery .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
	height: 207px;
}
.gallery .holder ul li {
	position: absolute;
	float: left;
	padding: 0 1px 1px 0;
	margin:0;
	top: 0;
	width: 100%;
	height: 207px;
	padding: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border-color:transparent;

}
.gallery .holder ul li img { 
    display: block; 
}
.gallery .holder ul li div.text {
    position:absolute;
    top:128px;
    left:2px;

    width:322px;
    height:53px;

    background-color:#96a0a9;
    color:#fff;

    padding:4px 6px 0px;    
}
.gallery .holder ul li div.text a {
    text-decoration:underline;
    color:#fff;    
}

.gallery .holder ul li div.text h2 {
    text-transform:uppercase;
    font-size:14px;
    margin:0 0 1px 0;
}

.gallery .control {
    position:absolute;
    top:128px;
    right:16px;
    z-index:2;
    height:57px;
    width:150px;
}

.gallery .control a {
    opacity:0.7;
    float:right;
    display:block;
    height:57px;
    width:58px;
    margin-left:10px;
    text-indent:-9999em;
    
    background-image:url('../gfx/slider-pfeile.png');
    background-repeat:no-repeat;
}

.gallery .control a:focus, .gallery .control a:active {
    opacity:1;
	outline: 0 none;
	-moz-outline: 0 none;
}

.gallery .control a:hover {
    opacity:0.85;
}

.gallery .control a.next {
    background-position:-58px;
}

.gallery .control a.next-disable, .gallery .control a.prev-disable {
    background-image:none;
    cursor:default;
}

.teaser h2 {
    text-transform:uppercase;    
    margin-bottom:3px;
}

.teaser img {
    float:left;
    margin:3px 8px 3px 0;
}

.teaser p {
    margin:0 0 3px 0;
}

.teaser a.bottomlink {
    display:block;
    clear:both;
    background-image:url('../gfx/pfeil.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    margin:3px 0;
    padding:0px 0px 0px 15px;   
    font-size:12px;
}

