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

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

.hidden {
	display: none;
}

hr {
	background-color: #ccc;
	height: 1px;
	margin: 20px 0 15px 0;
}

.list {
	margin-left: 20px;
	list-style-type: square;
}

.ol {
	margin-left: 20px;
}

.list ul {
	margin-left: 20px;
	list-style-type: square;
}

.imgFrameSingle {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 4px 0 4px 0;
}

.imgSubTitle {
	text-align: right;
	margin-bottom: 12px;
	color: #888888;
}

.imgFrame {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 4px 12px 4px 0;
	float: left;
}

.imgFrameRight {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 4px 0 4px 12px;
	float: right;
}

.arrow {
	font-size: 14px;
}

p , ul {
	margin-bottom: 12px;
}

a {
	color: #bb1b0a;
	text-decoration: none;
}

a:hover {
	color: #bb1b0a;
	text-decoration: underline;
}

a.readMore {
	/*padding: 0 14px 2px 2px;
	color: #fff;
	background-image: url(../images/bgReadMore.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}

a.readMore:hover {
	/*color: #fff;
	text-decoration: none;*/
}

abbr, acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

.imgIcon {
	float: left;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.noRightMargin {
	margin-right: 0 !important;
}

.primTextColor {
	color: #BB1B0A;
}

.iconRSS {
	background-image: url(../images/iconRSS.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
}

/* ----- Navigation Referenzen ----- */

.refBrowser {
	margin-top: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	text-align: right;
	list-style-type: none;
}

/* ----- Seitennavigation ----- */

.browser {
	margin-top: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	text-align: right;
}

.browser div {
	float: left;
	padding: 4px;
}

.browser ul {
	list-style-type: none;
	float: right;
}

.browser li {
	float: left;
}

.browser li a {
	padding: 3px;
	width: 17px;
	height: 17px;
	text-align: center;
	margin-left: 2px;
	background-color: #eee;
	display: block;
	color: #222;
}

.browser li a:hover {
	background-color: #ddd;
	color: #222;
	text-decoration: none;
}

.browser .inactive {
	padding: 1px 3px 3px 3px;
	width: 15px;
	height: 17px;
	text-align: center;
	margin-left: 2px;
	color: #ddd;
	border: 1px solid #eee;
}

.browser .inactiveText {
	padding: 3px;
	width: 17px;
	height: 17px;
	text-align: center;
	margin-left: 2px;
	background-color: #bb1b0a;
	display: block;
	color: #fff;
}

/* ----- Forms ----- */

label {
	display: block;
	margin-top: 12px;
}

.textfield {
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 12px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.select {
	border: 1px solid #ccc;
	padding: 4px;
	width: 290px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#zipCode {
	width: 60px;
}

#city {
	width: 207px;
}

textarea {
	border: 1px solid #ccc;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 280px;
	height: 200px;
	margin-bottom: 12px;
}

.buttonSend {
	background-image: url(../images/buttonSend.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 213px;
	height: 31px;
	display: block;
	text-indent: -1000em;
	margin-bottom: 20px;
}

.buttonSend:hover {
	background-position: right bottom;
}

.necessaryField {
	background-color: #fff3f4;
}

.searchField {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 4px 5px 5px 5px;
	color: #222;
	width: 200px;
	font-size: 12px;
	float: left;
	display: block;
	margin-bottom: 20px;
}

.searchButton {
	background-image: url(../images/buttonSearch.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 56px;
	height: 27px;
	display: block;
	float: right;
	text-indent: -1000em;
}

.searchButton:hover {
	background-position: left top;
}
