@charset "UTF-8";

/* import core styles | Basis-Stylesheets einbinden */
@import url(core/base.css);

/* import layouts | Layouts einbinden */
@import url(layout/layout.css);

/* import screen styles | Screen-Stylesheets einbinden */
@import url(navigation/navigation.css);
@import url(screen/screen.css);

/* import print styles | Druck-Stylesheets einbinden */
@import url(print/print.css);

	input[type=submit] {
		border:0;
		color:#fff;
		font-family:Verdana, Helvetica, sans-serif;
		font-size:10px;
		font-weight:700;
		text-transform:uppercase;
		height:23px;
		cursor: pointer;
	}

	input[type=submit]:hover {
		color:#000;
	}

	input[type=submit].small{
		background:transparent url(../img/buttons/btn_rot_s.png) no-repeat bottom left;
		width:75px;
	}
	input[type=submit].small.blue {
		background:transparent url(../img/buttons/btn_blau_s.png) no-repeat bottom left;
		width:75px;
	}

	input[type=submit].small:hover {
		background:transparent url(../img/buttons/btn_grau_s.png) no-repeat bottom left;
		width:75px;
	}

	input[type=submit].medium {
		background:transparent url(../img/buttons/btn_rot_m.png) no-repeat bottom left;
		width:125px;
	}
	input[type=submit].dkmedium{
		background:transparent url(../img/buttons/btn_rot_m.png) no-repeat bottom left;
		width:125px;
	}

	input[type=submit].medium.blue {
		background:transparent url(../img/buttons/btn_blau_m.png) no-repeat bottom left;
		width:125px;
	}

	input[type=submit].medium:hover {
		background:transparent url(../img/buttons/btn_grau_m.png) no-repeat bottom left;
		width:125px;
	}
	input[type=submit].dkmedium:hover {
		background:transparent url(../img/buttons/btn_dkgrau_m.png) no-repeat bottom left;
		width:125px;
	}

	input[type=submit].large {
		background:transparent url(../img/buttons/btn_rot_l.png) no-repeat bottom left;
		width:175px;
	}

	input[type=submit].large.blue {
		background:transparent url(../img/buttons/btn_blau_l.png) no-repeat bottom left;
		width:175px;
	}

	input[type=submit].large:hover {
		background:transparent url(../img/buttons/btn_grau_l.png) no-repeat bottom left;
		width:175px;
	}

	.gsc-control { float:left; width:600px; }
		.gsc-search-box { float:left; }
		.gsc-resultsbox-visible {}
			.gsc-resultsRoot { float:left; width:600px; }
				.gsc-resultsHeader {}
					.gsc-configLabelCell { display:none; }
				.gsc-results { float:left; }
					.gsc-result { padding:5px 10px; }
						.gs-title { color:#006800;}
					.gsc-cursor-box { text-align:center; margin:10px 0 20px 0; }
