.sbTeaser ul.sbTeaser_list {
	list-style-type: square;
	padding-left:17px;
	margin-left:0em;
	color: black;
}
.sbTeaser li.haschildren  {
	margin-bottom:0.5em;
}

.sbTeaser ul.sublinks_list li {
 margin-left:15px;
 list-style-type: disc;
}
.sbTeaser li a {
	color: #1E316C;
}
.sbTeaser li.level0 {
 font-weight: bold;
}
.sbTeaser li.level1 {
 font-weight: normal;
}

.sbTeaser li.level1 a {
 font-weight: normal;
 text-decoration: underline;
}

#contentbox .sbOverview {
	font-size:1em;
}

#contentbox .sbOverview ul {
	margin:0;
	padding:0;
}

#contentbox .sbOverview li {
 list-style-type: none;
 background-color: #F3F3F3;
 margin-bottom: 1em;
 padding: 0.25em 0 0 0.25em;
 line-height: 2.5em;
}

#contentbox .sbOverview li.first .moveup,
#contentbox .sbOverview li.last .movedown {
 visibility: hidden;
}

.bulletinboard .sbOverview .count {
	float: right;
	margin-right: 1em;
}


#contentbox .sbOverview .iconsright {
 float:right;
}

#contentbox .sbOverview a {
 color: #000000;
 font-style: bold;
 font-size: 1.5em;
 text-decoration: none;
}


#contentbox .sbOverview a:hover {
	text-decoration:underline;
}

.bulletinboard_left .box_content a {
	text-decoration: none !important;
}

.bulletinboard_left .box_content a:hover {
	text-decoration: underline !important;
}
.bulletinboard .buttons{
	float:right;
}

.bulletinboard .gridRowLast a.sortdown {
	visibility: hidden;
}
.bulletinboard .gridRowFirst a.sortup {
	visibility: hidden;
}


.gridCheckBox,
.gridHeader {
	text-align: left;
}
.bulletinboard table {
	border: 1px solid #000000;
}
.bulletinboard td,
.bulletinboard th {
	padding: 0.25em;
	border: 1px solid #000000;
}

.bulletinboard td.sortdown,
.bulletinboard td.sortup,
.bulletinboard th.sortdown,
.bulletinboard th.sortup {
	border-left: none;
	border-right: none;
}

.bulletinboard td.sortdown,
.bulletinboard td.sortup,
.bulletinboard td.gridCheckBox {
	width: 16px;
}


.bulletinboard td.files,
.bulletinboard td.edit,
.bulletinboard td.delete {
	padding-top: 0.5em;
	width: 16px;
}



.bulletinboard .gridHeader {
	background-color: #E5E5E5;
}

.bulletinboard tr.dark {
	background-color: #F3F3F3;
}

.bulletinboard tr.notactive,
.bulletinboard tr.notactive a {
	color: #A5A5A5;
}

.bulletinboard .floatleft {
	margin: 0.5em 0;
}
.bulletinboard .show_article .floatleft {
	margin: 1em 0;
}


.bulletinboard label,
.bulletinboard span.label {
	display: block;
	float: left;
	width: 12em;
}

.bulletinboard span.value {
	display: block;
	margin-left: 12em;
}

.bulletinboard .h3 span.value{
	margin-left: auto;
}


.bulletinboard .inline label,
.bulletinboard .inline span.label,
.bulletinboard .inline span.value {
	display: inline;
	width: auto;
	float: none;
	margin: auto;
}

.bulletinboard input {
	width: 24em;
}
.bulletinboard textarea {
	width: 24em;
}
.bulletinboard select {
	width: 20em;
}

.bulletinboard input.TextComponent,
.bulletinboard input.DateComponent,
.bulletinboard input.NumberComponent,
.bulletinboard input#upload_binarycontent_text,
.bulletinboard textarea,
.bulletinboard select {
	border: 1px solid #C3C3C3;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 110%;
}

.bulletinboard .gridCheckBox input,
.bulletinboard input.button{
	width: auto;
}
.bulletinboard .search input.button {
	width: auto;
	border: 1px solid #C3C3C3;
	padding: 2px;
	height: 1em;
	position: relative;
	top: 0.3em;
	/* fix for brz_redesign.css */
	float: none;
}

.bulletinboard .search input {
	width: 10em;
}
.bulletinboard .search select {
	width: auto;
	/* fix for brz_redesign.css */
	float: none;
	color: #000000;
}

.bulletinboard .radioelement {
	padding: 0.25em 0 0.25em 12.1em;
}

.bulletinboard .radioelement input {
	width: 1em;
}

.bulletinboard input#upload_binarycontent_text {
	width: 26.4em;
}
.bulletinboard .uploadbox .button {
	position: relative;
	top: -1px;
	width: 8em;
	height: 1.55em;
}
.bulletinboard .uploadbox input.file {
	width: 37.4em;
}

.bulletinboard .radioelement label {
	float: none;
	display: inline;
}


.bulletinboard .formrow {
	margin: 0.75em 0;
	clear: both;
}
.bulletinboard .formrow label {
	padding: 0.25em 0 0;
}

.nofloat {
	float:none;
	clear:both;
}

.bulletinboard .image_gallery .titel{
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 1em;
}

.bulletinboard .image_gallery li {
	display: block;
	float: left;
	border: 1px solid #C3C3C3;
	height: 128px;
	margin: 0 0.5em 0.5em 0;
	padding: 1px;
	text-align: center;
	vertical-align: bottom;
}
.bulletinboard .image_gallery li .name {
	color: #959595;
	display: block;
	padding: 0.25em;
	margin-top: 30px;
}
.bulletinboard .image_gallery li img.icon {
	margin-top: 12px;
}

.bulletinboard .alert {
	display: block;
	border: 1px solid #FFA81E;
	background-color: #FFE6BF;
	padding: 0.25em;
}

#content .bulletinboard th.gridHeader a {
	color: #FFFFFF;
}

