li {
	list-style-image: none;
	list-style-type: none;
}

a {
	color: #3480D2; text-decoration : none;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #3480D2; text-decoration : none;
	outline: none;
	text-decoration: none;	
}

a:active {
	color: #3480D2; text-decoration : none;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #3480D2; text-decoration : none;
	outline: none;
	text-decoration: none;
}

h2 > a {
	color: #AF721B; 
}

h2 > a:visited {
	color: #AF721B; 
}

h2 > a:active {
	color: #AF721B; 
}

h2 > a:hover {
	color: #AF721B; 
}

img {
	border: 0;
}

img.bannerImage {
	border: 1px solid #333333;
	margin-bottom: 15px;
}

input[type=text], input[type=password] {
	border: 1px solid #999999;
	font-size: 11px;
	color: #656565;
	font-family: verdana, arial, sans-serif;
}
textarea {
	border: 1px solid #999999;
	font-size: 11px;
}
input.error, textarea.error {
	background-color: #FFAAAA;
}

.gallery-img {
	border: 1;
	width: 160px;
	height: 110px;
	margin-right: 30px;	
}

#suche_titel{
	vertical-align: top;	
}

#suche_td{
	vertical-align: bottom;
	text-align: left;
	width: 168px;
	color: #999999;
}

div.box {
	background-image: url(../images/backgrounds/sidebox-headline-bg.gif);
	background-repeat: no-repeat;
	background-color: #f6f6f8;
	text-align: center;
	margin-bottom: 20px;
}
div.highlight-box {
	border: 2px solid;
	border-color: #FF0000;
}
.boxheadline {
	text-align:left;
	font-weight: bolder;
	color: #ffffff;
	height: 16px;
	padding-top: 1px;
	padding-left: 15px;
}
.box_content {
	padding-left: 13px;
	padding-right: 15px;
	padding-top: 12px;
	text-align: left;
	background-color: #f6f6f8;
}
#stadtplannetBox {
	margin-top: 20px;
}
#stadtplannetBox div.box_content {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 12px;
	text-align: center;
}

.panel-container {
	width: 250px;
}

.panel-container-extended {
	width: 540px;
}

.panel-headline {
	vertical-align: top;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	width: 100%;
	display: block;
}

.panel-content {
	color:#333333;
	float:left;
	font-weight:normal;
	text-align:left;
}

.panel-verweis {
	color:#3480D2;
	font-weight:normal;
}

.panel-teaser-spacer {
	vertical-align: top;
	border-bottom: 1px #aaaaaa dotted;
}

.panel-grid-column {
	vertical-align: top;	
}

h2 {
	color:#AF721B;
	font-family: 'Trebuchet MS';
	font-size: 136%;
	font-weight: bold;
	margin-bottom:8px;
	margin-top:7px;
	padding-left:14px;
	padding-right:14px;
}



/* Style-Klasse für den Richfaces Statusindikator: <a4j:status> */
.loadingOn {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(../images/loading_on.gif);
	background-repeat: no-repeat;
}

/* Style-Klasse für den Richfaces Statusindikator: <a4j:status> */
.loadingOff {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(../images/loading_off.gif);
	background-repeat: no-repeat;
}

ul {
	padding-left: 15px;	
	margin-left: 0px;
}

/* Tab-Reiter */
.tab-panel-content {
	padding-right: 24px;
}

.tab-content {
	border: 0px; 
	background-color: transparent;
}

.navigation {
	float: left; 
	width: 185px;
}

.content {
	float: left; 
	width: 60%; 
	margin-left: 4px;
}
.unbreakable {
	white-space: nowrap;
}

.LEVEL_TRACE,
.LEVEL_TRACE:visited {
	color: #999999;
}
.LEVEL_DEBUG,
.LEVEL_DEBUG:visited {
	color: #000000;
}
.LEVEL_INFO,
.LEVEL_INFO:visited {
	color: #0000CC;
}
.LEVEL_WARN,
.LEVEL_WARN:visited {
	color: #999900;
}
.LEVEL_ERROR,
.LEVEL_ERROR:visited {
	color: #FF0000;
}
.LEVEL_FATAL,
.LEVEL_FATAL:visited {
	color: #FF0000;
}

.rich-dtascroller-table{
	white-space: nowrap;
}
.rich-table-headercell{
	vertical-align: top;
}
.formularExtern {
	font-style: italic; 
}
.rich-tab-active {
	font-weight: bold;
}
.rich-tab-inactive {
	color: #555555;
}
