/* Unchanged */
/**/
/* input form */
/**/

#searchform
{
	padding-left: 24px;
}
td.search {
	padding-left: 43px;
	width: 140px;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
}
input.gsc-input {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #4B4B4B;
	color: #FFFFFF;
	border: 0px solid #000000;
}
input.gsc-search-button {
	font-family: Arial;
	font-size: 12px;
	background-color: #4B4B4B;
	color: #FFFFFF; 
	border: 0px solid black;
	width: 50px;
	cursor: pointer;
}
table.gsc-branding {
	display: none;
}

/* Suchergebnis Überschrift */
div.header {
	font-family: Arial;
	font-size: 12px !important;
	padding-bottom: 10px;
}

/**/
/* Um die b-tags innherhalb der gs-title-links auch manipulieren zu können */
/**/
a:link.gs-title * {
	font-family: Arial;
	font-size: 15px;
	font-style:italic;
	font-weight: bolder;
	color: #FE0000;
}
a:visited.gs-title * {
	font-family: Arial;
	font-size: 15px;
	font-style:italic;
	font-weight: bolder;
	color: #FE0000;
}
a:focus.gs-title * {
	font-family: Arial;
	font-size: 15px;
	font-style:italic;
	font-weight: bolder;
	color: #FE0000;
}
a:hover.gs-title * {
	font-family: Arial;
	font-size: 15px;
	font-style:italic;
	font-weight: bolder;
	color: #FE0000;
}
a:active.gs-title * {
	font-family: Arial;
	font-size: 15px;
	font-style:italic;
	font-weight: bolder;
	color: #FE0000;
}

/* Ergebnislinks */
a:link.gs-title {
	font-family: Arial;
	font-size: 14px;
	color: #FE0000;
}
a:visited.gs-title {
	font-family: Arial;
	font-size: 14px;
	color: #FE0000;
}
a:focus.gs-title {
	font-family: Arial;
	font-size: 14px;
	color: #FE0000;
}
a:hover.gs-title {
	font-family: Arial;
	font-size: 14px;
	color: #FE0000;
}
a:active.gs-title {
	font-family: Arial;
	font-size: 14px;
	color: #FE0000;
}
/* Suchwörter im Ausschnitstext des Suchergebnisses */
div.gs-snippet {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

div.gs-snippet b {
	color: #FE0000;
	font-size: 14px;
	font-style:italic;
	font-weight: bold;
}

/* Die unten angegebenen Links */
div.gs-visibleUrl {
	display : none;
}
div.gs-visibleUrl-short {
	display : none;
}

/**/
/* result pages */
/**/
.gsc-cursor-box {
	font-family: Arial;
	font-size: 12px;
	padding-top: 10px;
}
.gsc-cursor-page {
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	color: #FE0000 !important;
}
.gsc-trailing-more-results {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF !important;
}
hr {
	height: 0px;
	color: #BFBFBF;
	border:0.01cm dotted #BFBFBF;
}

.gs-watermark {
	display: none;
}

.gs-result .gs-title, .gs-result .gs-title * {
	color: #FE0000;
}





td.search-form {
      width : 150px;
}

td.search-options {
      padding-left : 20px;
}

#results .header {
      font-size : 16px;
      font-weight : bold;
      margin-bottom : .25em;
      margin-top : 1em;
}

#results .gs-result {
      margin-bottom : .5em;
}

#results div.gs-watermark {
      display : none;
}