@charset "utf-8";
/* Standard */
html {
/*	background-color: #bdcc9f; */
	background-color: #fff;
}
body {
/*	background-color: #bdcc9f; */
	background-color: #fff;	
	background-repeat: repeat-y;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
ul {
  margin-left: 0px;
}
li {
  padding-bottom: 0.2em;
}
blockquote {
	padding-left: 300px;
}
a {
	color: #3c560f;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
img { border: 0; }
h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin-top: 1.2em;
}
div.clear {
    clear: both;
    height: 1px;
}
div.clearRight {
    clear: right;
    height: 1px;
}

/* Header */
#header {
	height: 99px;
	background: url(header-verlauf.jpg) #dfe7b4 no-repeat;
}
#logo {
	width: 548px;
	height: 58px;
	background: url(logo.jpg) no-repeat;
	position: absolute;
	top: 15px;
	left: 15px;
}
#zub {
	position: absolute;
	top: 8px;
	left: 596px;
	padding: 7px;
}#nvda {	position: absolute;	top: 14px;	right: 332px;	padding: 7px;}
#leichte-sprache {
	position: absolute;
	top: 14px;
	right: 194px;
	padding: 7px;
}
#regenbogen {
	position: absolute;
	top: 14px;
	right: 120px;
	padding: 7px;
}
#gehoerlos {
	position: absolute;
	top: 13px;
	right: 61px;
	padding: 7px;
}
#help {
	color: #fff;
	background-color: #dc1717;
	border: 1px solid #fff;
	position: absolute;
	top: 20px;
	right: 10px;
	padding: 7px;
}
#help, #help a {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	word-spacing: 1px;
	text-align: center;
}

/* Balken (bars) */
.bar {
	height: 1.7em;
	background-color: #5f8417;
	color: #fff;
	border-top: 1px solid #9e9ea1;
	border-bottom: 1px solid #9e9ea1;
}
.bar_left {
	float: left;
	border-right: 1px solid #9e9ea1;
	height: 1.3em;
}
.bar_right {
	float: left;
}
.bar_rightDown {
	float: left;
}
.bar a { color: #fff; }
.bar_login {
	float: right;
}
#printHead {
    display:            none;
    visibility:         hidden;
}

/* Men� */
#menu_bg {
	background-color: #fff;
	padding: 1px 1px 0px 1px;
	float: left;
	border-right: 1px solid #9e9ea1;
}
.menu, .menu:hover, .menu_offen, .menu_offen:hover {
	display: block;
	text-decoration: none;
	padding: 6px 3px 6px 5px;
	margin-bottom: 1px;
	text-decoration: none;
}
.menu {
	color: #000;
	background-color: #fff6d7;
	border-left: 9px solid #fe8225;
}
.menu:hover {
	color: #fff;
	background-color: #fe8225;
	border-left: 9px solid #da0006;
}
.menu_offen, .menu_offen:hover {
	color: #fff;
	background-color: #fe8225;
	border-left: 9px solid #da0006;
}

/* Submen�, Untermen� */
.submenu, .submenu:hover, .submenu_offen, .submenu_offen:hover {
	display: block;
	text-decoration: none;
	padding: 6px 3px 6px 5px;
	margin-bottom: 1px;
	margin-left: 10px;
}
.submenu {
	color: #000;
	background-color: #fff6d7;
	border-left: 9px solid #fe8225;
}
.submenu:hover {	color: #fff;
	background-color: #fe8225;
	border-left: 9px solid #da0006;
}
.submenu_offen, .submenu_offen:hover {
	color: #fff;
	background-color: #fe8225;
	border-left: 9px solid #da0006;
}

/* Inhalt (content) */
#content {
	background-repeat: repeat-y;
	background-position: left;
}
img.left {
  margin: 4px 14px 14px 0px;
  float: left;
}
img.right {
  margin: 4px 0px 14px 14px;
  float: right;
}
p {
  padding: 0px;
  border: 0px;
}
img.lightbox {
  margin: 4px 25px 21px 0px;
  float: left;
}  


/* normal.css */
body {
	background-image: url(content_bg_n.gif);
	font-size: 16px;		line-height: 22px;
}

a.more {
	background: url(more_n.gif) no-repeat;
	padding-left: 6px;
	padding-right: 18px;
	font-weight: bold;
	color: #3c560f;
	text-decoration: none;
}

a.more:hover {
	background: url(more_n1.gif) no-repeat;
	color: #000;
	text-decoration: underline;
}

.bar_left {
	width: 197px;
	padding: 2px 3px 3px 16px;	
	background: url(pfeil_links_n.gif) no-repeat;
}

.bar_right {
	padding: 2px 3px 3px 18px;
	background: url(pfeil_rechts_n.gif) no-repeat;
}

.bar_rightDown {
	padding: 2px 3px 3px 18px;
	background: url(pfeil_hoch_n.gif) no-repeat;
}

.bar_icons {
	float: right;
	padding: 5px 14px 2px 2px;
}

.menu, .menu:hover, .menu_offen {
	width: 197px;
}

.submenu, .submenu:hover, .submenu_offen, .submenu_offen:hover {
	width: 187px;
}

#content {
	background-image: url(content_bg_n.gif);
	padding: 9px 14px 14px 235px;
}

.menuSpace {
  line-height:	11px;
	color: #606060;
	background-color: #fff6d7;
	border-bottom: 1px solid #fff;
}

.menuSpaceBottom {
  line-height:	11px;
	color: #606060;
	background-color: #fff6d7;
}

#startflash {
	position: absolute;
	top: 203px;
	right: 15px;
}

img.list1 {
  margin: 19px 0px 10px 10px;
  float: right;
}

div.caption {
	font-style: italic;
}

/* gsearch.css */
/* Font size */
.cse .gs-title,
.gs-title,
.cse div.gs-title,
div.gs-title,
.cse .gs-snippet,
.gs-snippet {
  font-size: 16px;
}

/* Search input */
.cse input.gsc-input,
input.gsc-input, input.gsc-search-button {
  font-size: 16px;
}/* Icons im Header bei schmalem Bildschirm weiter nach unten setzen*/@media (max-width: 1179px) {    #nvda { top: 70px; right: 402px; }  #leichte-sprache { top: 70px; right: 264px; }  #regenbogen { top: 70px; right: 190px; }  #gehoerlos { top: 70px; right: 131px; }  #help { top: 75px; right: 80px; }  }
