/*  #################################################
    CSS Template ĞLERCH PORTALSEITE
    -------------------------------------------------
	
	company:	DACHCOM digital AG
	publisher:	Kai Tallafus
	date:		2009-03
	www:		www.dachcomdigital.com
	
	INCLUDES										  */
	
	@import url("resets.css");
	
/*	################################################# */

/* ------- FRAMEWORK -------  */

/*-- clearfix -- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.clear {clear: both;}
img {vertical-align: bottom;}

a img,a:link img,a:visited img {border: none;}
a,a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}

#main a,
#main a:link,
#main a:visited {
  color: #B2B09F;
  font-weight: bold;
}

#main a:active,
#main a:hover {
  color: #B2B09F;
  background-color: #F4ED33;
}

html {
	font-family: Verdana;
	font-size: 100.1%;
	height: 100%;
	min-height: 100%;
}

body {
	font-size: .75em; 
	line-height: 1.4em;
	height: 100%;
	min-height: 100%;
	color: #4b4b4b;
	background: url('/fileadmin/templates/images/skin/gruppe/bg.jpg') scroll repeat-x left top;
}

#outerwrapper {
  margin:0 auto;
  padding-top:0px;
  width:984px;
  position: relative;
}

#wrapper {
  margin:0 auto;
  padding-top:0px;
  width:924px;
}

#border-left,
#border-right {
  position: absolute;
  height: 530px;
  width: 30px;
}

#border-left {
  left: 0px;
  top: 0px;
  background: url('/fileadmin/templates/images/skin/gruppe/schatten_links.jpg') scroll right 266px no-repeat; 
}

#border-right {
  right: 0px;
  top: 0px;
  background: url('/fileadmin/templates/images/skin/gruppe/schatten_rechts.jpg') scroll left 266px no-repeat; 
}

#header {
	height: 266px;
	background: url('/fileadmin/templates/images/skin/gruppe/bg_header.jpg') scroll repeat-x left top;
	position: relative;
}

#gnav {
  float: left;
  width: 100px;
  padding: 7px 0px 0px 15px;
}

#gnav ul li {
  float: left;
  width: 93px;
  padding-left: 5px;
  text-align: left;
  line-height: 0.95em;
  white-space: nowrap;
  background: url('/fileadmin/templates/images/skin/gruppe/gnav_dots.gif') scroll repeat-y left top;
}

#gnav ul li a,
#gnav ul li a:link,
#gnav ul li a:visited {
  color: #35312f;
  font-size: 0.75em;
}

#gnav ul li a:hover,
#gnav ul li a:active {
  color: #ffffff;
}

img#logo {
	position: absolute;
	top: 0;
	right: 40px;
}

#main {
	padding: 20px 40px;
}

ul.sitelist li {
	float: left;
	width: 260px;
	margin-right: 50px;
}

ul.sitelist li div.sitelogo {
	display: block;
	margin-bottom: 10px;
	height: 63px;
}

p.address {
	font-size: 0.8em;
	margin: 20px 0;
	padding: 0 20px;
	background: url('/fileadmin/templates/images/skin/gruppe/content_dots.gif') scroll repeat-y left top;
}
