@charset "utf-8";
/* CSS Document for gamboo.net | Content */

#header {
	background-color: #910301;
	border-top: 3px solid #252525;
	border-bottom: 3px solid #4F0101;
	height: 202px;
}

#gamboo {
	background-image: url(../images/header/bg4.jpg);
	background-repeat: no-repeat;

	height: 225px;
	margin: auto;
	width: 1001px;
}

#gamboo h1 {
	float: left;
	height: 73px;
	padding: 44px 0 0 20px;
	width: 274px;
}

#headerGws {
	float: right;
	height: 122px;
	padding: 30px 20px 0 0;
	width: 195px;
}

#main {
	width: 1001px;
	margin: auto auto;
	background-color: #fff;
	line-height: 18px;
}

#contentHead {
	width: 1001px;
	padding: 0;
	margin: auto auto;
	padding-top: 20px;
	padding-bottom: 0;
}
span.subnav { display: block; margin-right: 20px; }
.subnav a {
	float: right; 
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 12px;
	background-color: #f7f7f7;
	margin: -11px 0 0 2px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.subnav a:hover, #contentHead .subnav a.active {
	background-color: #FFF3F4;
	text-decoration: none;
	color: black;
	margin: -10px 0 0 2px;
}

#homeGws {
	background-color: #1A1A1A;
	line-height: 18px;
}

#contentGWS {
	width: 1001px;
	padding: 0;
	margin: auto auto;
	margin-bottom: 0px;
	clear: both;
	background-color: #252525;
	border-top: 3px solid #1a1a1a;
	border-bottom: 3px solid #1a1a1a;
	color: #ccc;
}

#content {
	width: 961px;
	padding: 12px 20px 25px 20px;
	margin: auto auto;
	clear: both;
}

#contactGWSList {
	list-style-type: none;
}

#contactGWSList li {
	background-image: url(../images/iconLinkSW.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ccc;
	color: #222;
	display: block;
	padding: 3px 4px 1px 23px;
}

#contactGWSList ul {
	list-style-type: none;
	margin-bottom: 0;
	display: block;
}

#contactGWSList ul li {
	margin-top: 0px;
	background: none;
	border-bottom: 0;
	padding-left: 0;
}

#contactGWSList label {
	display: inline;
	margin-top: 0;
}

/* ----- Headlines ----- */

#main h2 {
	color: #666;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 12px;
	letter-spacing: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

#contentGWS h2 {
	color: #ccc;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 12px;
	letter-spacing: 1px;
	border-bottom: 0;
}

#main h3, #homeGws h3 {
	color: #666;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	padding-top: 0px;
}

#main h3 { font-weight:bold; }

#homeGws h3 {
	padding-top: 0px;
}

#blog h3 {
	color: #222;
	font-weight: bold;
}

#blog h4 {
	color: #222 !important;
	font-weight: bold !important;
}

#contentGWS h3 {
	color: #ccc;
}

#main h4 {
	color: #222;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 8px;
	letter-spacing: 0;
}

#main h5 {
	color: #222;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
	letter-spacing: 0;
}

#GWSPraesentation li {
 	list-style: none;
}

.newsColumn h3 a {
 	color: #444;
}

#contentHead dl {
	margin-bottom: 20px;
}

#contentHead dt {
	float: left;
	width: 150px;
}

#contentHead dd {
	margin-left: 160px;
}

ul.normalList {
	margin-left: 20px;
}

ul.normalList li {
	margin-bottom: 5px;
}


.blogContent ul {
	margin-left: 24px;
}

.blogContent li {
	padding: 2px;
}


/* Home - Leistungen */

#leistungen img {
	border: 1px solid #ccc;
	padding: 2px;
	float:left;
	width: 77px;
	height: 77px;
	margin: 4px 10px 4px 0;
}
#leistungen p { clear:left; }

/* Hervorhebungen (Boxen) */

p.attention, ul.attention {
	background-color: #FFF3F4;
	padding: 5px 8px 8px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	
	font-size: 12px;
	font-weight: bold;
}
.attention span { font-weight: normal }
.attention span.number {
	float:left;
	font-size: 36px;
	padding: 9px 10px 20px 0;
	font-style: italic;
	font-weight: normal;
	color: #777;
	display: block;
}

p.highlight, ul.highlight {
	background-color: #f6f6f6;
	boder: 1px solid #f0f0f0;
	padding: 5px 8px;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	
	font-size: 12px;
}

p.quote {
	overflow: auto;
	height: 1%;
	
	background-color: #eee;
	padding: 5px 8px 8px;
	margin: 5px 0 20px;
	margin: 20px 0 20px;
	word-spacing: 5px;
	line-height: 1.5;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	
	font-size: 16px;
	font-weight: bold;
}

p.preis {
	float:right;
	font-size: 16px;
	color: #BB1B0A;
	margin-top: -5px;
}

p.preisKlein {
	float:right;
	font-size: 14px;
	color: #BB1B0A;
	margin: 3px 0 0 5px;
}

.portfolioList p.preisKlein { margin: 5px }
.portfolioList:hover p.preisKlein {
	background-color: #fff;
}

/* Beratung und Service */

strong.subtitle { display: block; margin: -15px 0 20px; }
#main .bigBox {
	margin-left: -4px; 
	background-image: url(../images/bgBox.gif); 
	background-repeat: repeat-y;
}

#main .bigBox h3 { padding: 0 15px 0; }
#main .bigBox h3.offer {
	background-image: url(../images/boxTop.gif); 
	background-position: left top; 
	background-repeat: no-repeat; 
	margin: 0; 
	padding: 20px 15px 24px;
	
	letter-spacing: normal;
	font-size:14px
}
#main .bigBox p.highlight, #main .bigBox p.attention { margin: 0 15px 12px }
#main .bigBox p.boxBottom {
	background-image: url(../images/boxBottom.gif); 
	background-position: left bottom; 
	background-repeat: no-repeat;
	padding: 0px 15px 15px;
}
#main .bigBox p { padding-left: 15px; padding-right: 15px }
#main .bigBox .attention, 
#main .bigBox .highlight, 
#main .bigBox ul { padding: 5px 15px 5px }
#main .bigBox h3 span { font-weight: normal; font-size: 12px; display: block; }

#services li {
	margin: 10px 0;
	line-height: 1.5
}

#services h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.info { color: #777 }
.preisInfo { 
	color: #777; 
	display: block;
	margin: 0 20px 20px 0;
}

.iconLeft {
	margin: 0 10px 5px -4px;
	float:left;
}

.iconRight {
	margin: 0 -4px 5px 10px;
	float: right;
}

/* Unser Angebot */

img.preis { float:right; margin-left: 10px; }
ul.offers li {
	list-style-type: none;
	padding: 6px 6px 6px 25px;
	background-position: 2px 6px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ddd;
}
li.calculator {
	background-image: url(../images/offer/calculator.gif);
}
li.templates {
	background-image: url(../images/offer/images.gif); 
}
#auswahl_logo {	background-image: url(../images/offer/palette.gif); }
#auswahl_print { background-image: url(../images/offer/vcard.gif); }

img.offer { margin-left: -4px; }


#main h3.offer { font-size: 16px; color: #BB1B0A; margin-bottom: 18px; margin-top: 0; }

span.def { font-style: italic; }
span.offer { color:#000; font-weight: bold; font-size: 14px; }
p.offer { 
	color: #444; 
	padding: 8px; 
	background-color: #f5f5f5;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
span.preis { float:right; font-weight: bold; font-size: 14px; color: #BB1B0A; }
.offerList a.preisinfo, .portfolioList a.preisinfo, a.preisinfo { 
	margin-left: 3px; 
	font-weight: bold; 
	color:#000;
	display: inline;
	border: none;
	padding: 0;
	font-size: 16px;
}
a.preisinfo:hover, 
.offerList a.preisinfo:hover, 
.portfolioList a.preisinfo:hover { background: transparent; text-decoration: none }

.offer em { display: block; border-top: 1px solid #ccc; padding: 5px 0 0; margin: 5px 0 0 }

.advantages li {
	list-style-type: none;
	background-image: url(../images/offer/iconCheck.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 5px 0;
	padding-left: 20px;
	font-size: 12px;
	color: #333;
}

ul.blue li { background-image: url(../images/offer/feature-list-blue.gif) } 

.clearStyle { font-weight: normal; color: #000; font-size: 12px; }

.module div {
	margin-bottom: 5px;
}
#main .module div h4 {
	background-color: #F7F7F7;
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 5px 0;
	margin: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
.module div p {
	border-top: 1px solid #ddd;
	background-color: #FFF3F4;
	padding: 5px;
	margin: 0;
}
.module div p span {
	text-align: right;
	display: block;
	font-size: 12px;
	margin: -3px 0 5px 0;
}

.module div img {
	margin: -5px 0 5px -5px;
	border-bottom: 1px solid #ddd;
}


/* Button */

a.button {
	background: transparent url(../images/button.png) no-repeat left -86px;
	cursor: pointer;
	color: #999 !important;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 5px;
	line-height: normal;
	font-size: 11px;
}

a.button span {
	background: transparent url(../images/button.png) no-repeat right -86px;
	display: block;
	color: #555;
	font-weight: bold;
	padding: 9px 40px 8px 10px;
}

span.WebSpezial, span.WebPremium {
	font-weight: bold;
	font-size: 12px;
}

a.button.twolines {
	background-position: left 0;
}

a.button.twolines span {
	background-position: right 0;
}

a.button span span {
	background: none;
	color: #999 !important;
	display: inline;
	font-size: 70%;
	padding: 0 !important;
	text-transform: uppercase;
}

a.button.small {
	background-position: left -152px;
}

a.button.small span {
	background-position: right -152px;
	font-size: 80%;
	padding: 5px 40px 6px 10px;
}

a.button:hover {
	background-position: left -86px;
	text-decoration: none;
}
a.button:hover span {
	background-position: right -86px;
	color: #d20000;
	text-decoration: none;
}

a.button.twolines:hover {
	background-position: left -41px;
}
a.button.twolines:hover span {
	background-position: right -41px;
}

a.button.small:hover {
	background-position: left bottom;
	text-decoration: none;
}
a.button.small:hover span {
	background-position: right bottom;
	color: #d20000;
	text-decoration: none;
}