@charset "utf-8";
/* CSS Document */

/* *************************************************************
					IDs
************************************************************* */

body {
	background-color: #dcdcdc;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #5d5d5d;
}

#container {
	position: relative;
	margin: 15px auto;
	width: 964px;
	background-color: #fff;
	color: #5d5d5d;
}

#printheader {
	display: none;
}

#header {
	height: 160px;
}

#ticker {
	position: absolute;
	top: 118px;
	right: 0px;
	width: 704px;
	height: 17px;
	background-color: #d9d9d9;
	background-image: url(../images/ticker_background.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	color: #596e82;
	overflow: hidden;
}

#header_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 260px;
	height: 160px;
	background-image: url(../images/header_left.gif);
	background-repeat: no-repeat;
}

#header_right {
	position: absolute;
	left: 260px;
	top: 0px;
	width: 704px;
	height: 118px;
	background-image: url(../images/header_right.gif);
	background-repeat: no-repeat;
}

#header_hardware {
	position: absolute;
	top: 50px;
	left: 111px;
	width: 136px;
	height: 24px;
}

#header_software {
	position: absolute;
	top: 50px;
	left: 254px;
	width: 129px;
	height: 24px;
}

#header_webdesign {
	position: absolute;
	top: 50px;
	left: 390px;
	width: 143px;
	height: 24px;
}

#header_hosting {
	position: absolute;
	top: 50px;
	left: 540px;
	width: 111px;
	height: 24px;
}

#sidebar {
/* just for ie6 */
	display: inline;
/* just for ie6 */
	float: left;
	width: 184px;
	margin: 10px 0 0 25px;
}

#sidebar_header_private {
	height: 75px;
	background-image: url(../images/sidebar_header_private.jpg);
	background-repeat: no-repeat;
}

#sidebar_header_business {
	height: 75px;
	background-image: url(../images/sidebar_header_business.jpg);
	background-repeat: no-repeat;
}

#sidebar_items {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar_items li {
	list-style: none;
	height: 24px;
	background-image: url(../images/sidebar_item_inactive.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
}

#sidebar_items li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
}

#sidebar_items li a:hover {
	color: #666;
}

#sidebar_items li.sidebar_item_active {
	background-image: url(../images/sidebar_item_active.gif);
}

#sidebar_items li.sidebar_item_active a {
	color: #fff;
}

#sidebar_footer {
	position: relative;
	height: 130px;
	background-image: url(../images/sidebar_footer.gif);
	background-repeat: no-repeat;
}

#sidebar_ball {
	position: absolute;
	top: 44px;
	left: 77px;
	width: 76px;
	height: 78px;
}

#content {
/* just for ie6 */
	display: inline;
/* just for ie6 */
	position: relative;
	float: right;
	width: 705px;
	margin: 15px 25px 30px 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d5d5d;
	line-height: 18px;
	text-align: justify;
}

#content p {
	margin: 0 0 12px 0;
}

#content h1 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 8px 0;
}

#content h2 {
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 7px 0;
}

#content h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 6px 0;
}

#footer {
	position: relative;
	height: 35px;
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
}

#footer_kontakt {
	position: absolute;
	top: 9px;
	left: 10px;
	width: 60px;
	height: 26px;
	background-image: url(../images/footer_kontakt.gif);
	background-repeat: no-repeat;
}

#footer_impressum {
	position: absolute;
	top: 9px;
	left: 76px;
	width: 77px;
	height: 26px;
	background-image: url(../images/footer_impressum.gif);
	background-repeat: no-repeat;
}

#footer_agb {
	position: absolute;
	top: 9px;
	left: 159px;
	width: 35px;
	height: 26px;
	background-image: url(../images/footer_agb.gif);
	background-repeat: no-repeat;
}

#footer_rss {
	position: absolute;
	top: 9px;
	left: 200px;
	width: 62px;
	height: 26px;
	background-image: url(../images/footer_rss.gif);
	background-repeat: no-repeat;
}

#footer_copyright {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 238px;
	height: 26px;
	background-image: url(../images/footer_copyright.gif);
	background-repeat: no-repeat;
}

#kugel_1 {
	position: absolute;
	top: 90px;
	right: 0px;
	width: 216px;
	height: 236px;
	background-image: url(../images/kugel_1.gif);
	background-repeat: no-repeat;
}

#kugel_2 {
	position: absolute;
	right: 0px;
	bottom: 26px;
	width: 90px;
	height: 55px;
	background-image: url(../images/kugel_2.gif);
	background-repeat: no-repeat;
}

/* *************************************************************
					Klassen
************************************************************* */

.hidden {
	display: none;
}

.screenhidden {
	display: none;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

th {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2px 8px 2px 4px;
	text-align: left;
}

td {
	border: 1px solid #ccc;
	padding: 2px 8px 2px 4px;
	text-align: left;
}

table.borderless th, table.borderless td {
	border: none;
}

/* *************************************************************
				Angebot des Monats
************************************************************* */

div.angebot_overview h2 {
	border-bottom: 1px solid #999;
	background-color: #c5dbef;
	padding: 5px;
}
div.angebot_overview_left {
	float: left;
	margin: 10px 35px 0 20px;
}
div.angebot_overview_right {
	float: left;
	margin: 10px 0 0 0;
}
img.angebotsbild1 {
	height: 120px;
	border-width: 0px;
}
img.angebotsbild2 {
	border: 1px solid #999;
	height: 160px;
}
img.angebotsbild3 {
	width: 120px;
}
.angebotsmonat {
	position: absolute;
	right: 8px;
	font-size: 12px;
}
.angebotspreis1 {
	font-weight: bold;
	color: #f00;
}
.angebotspreis2 {
	text-align: center;
	line-height: 250%;
	font-size: 250%;
	font-weight: bold;
	color: #f00;
}
.angebotspreis3 {
	text-align: center;
	line-height: 150%;
	font-size: 150%;
	font-weight: bold;
	color: #f00;
}
.centered {
	text-align: center;
}

/* *************************************************************
				Referenzen
************************************************************* */

div.referenzen {
	loat: left;
}

div.referenzen h2 {
	border-bottom: 1px solid #999;
	background-color: #c5dbef;
	padding: 5px;
}

div.referenzen_beschreibung {
	loat: left;
	margin: 0px 35px 0 10px;
}

div.referenzen_aufgaben {
	loat: left;
	margin: 10px 35px 0 10px;
}

div.referenzen_img {
	float: right;
	argin: 10px 35px 0 10px;
	border: 1px solid #999;
  margin-top:5px;
  margin-right:20px;
  margin-left:20px;
}


div.referenzen_beschreibung2 {
	loat: left;
  margin: 10px 35px 10px 10px;
}

#accordion h3 {
	margin: 10px 0 0 0;
	padding: 5px;
  background-color:#c5dbef;
}
#accordion h3 a {
  text-decoration:none;
  color:#000;
  font-size:13px;
  font-weight:normal;
}
div.refBlock  {
  padding-top:15px;
  border:1px solid #c5dbef;
  margin-bottom:25px;
}