/* Liste für index von standardkontent  */
.standardListe {
	font-size: 12px;
	font-weight: 700;
}

.standardListe li {
	padding: 10px;
}

/* anbieter Tabelle CSS */
.anbieterTabelle {
	width: 288px;
	height: 150px;
	display: block;
	margin-left: 8px;
	margin-top: 8px;
	float: left;
	color: #fff;
}

.anbieterTabelle:hover,.anbieterTabelle:visited {
	color: #838383;
}

.clear {
	/* container for css buttons - Withour fonts disappear in ie 7*/
	overflow: hidden;
	width: 100%;
}

.orangeHead {
	position: absolute;
	padding: 5px;
	font-weight: 700;
	margin: 0;
	font-size: 12px;
}

#blue {
	color: #3DABE2;
	font-size: 13px;
	padding: 12px;
}

.anbieterTabelle span {
	font-size: 1.2em;
	font-weight: 700;
	padding: 8px;
}

/* CSS for welcome page */
#welcome {
	background-image: url(img/welcome.gif);
	height: 68px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 10px;
}

#welcome h1 {
	color: #E95927;
	font-size: 20px;
	padding: 12px;
	padding-left: 70px;
}

body,div,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;

}

#askerus {
	text-align: left;
	width: 925px;
	margin: 0 auto;
}

#main {
	float: left;
	width: 760px;
	text-align: left;
}

#sky {
	float: right;
	width: 160px;
	padding-top: 78px;
}

#logo {
	width: 267px;
}

#banner {
	position: absolute;
	left: 267px;
	top: 0;
	width: 473px;
	text-align: right;
}

#right {
	width: 608px;
}

#footer {
	border-top: 1px solid #949494;
	font-size: 9px;
	height: 21px;
}

#footer a {
	letter-spacing: 1px;
	margin-top: 4px;
	float: left;
	height: 20px;
	font-weight: 700;
	color: #808080;
	background-repeat: no-repeat;
}

#footer a:hover {
	text-decoration: none;
	color: #BFBFBF;
}

.footTrenner {
	float: left;
	display: block;
	background-image: url(img/footTrenner.gif);
	width: 7px;
	height: 20px;
}

#userStatus {
	text-align: right;
	color: #7F7F7F;
	font-size: 10px;
	padding: 0 10px;
}

th,td {
	text-align: left;
	vertical-align: top;
	padding: 4px !important;
}

th {
	border-bottom: 2px solid #fff;
}

td {
	border-bottom: 1px solid #fff;
}

th a,th a:visited {
	color: #000;
}

th.sortable a {
	color: #666 !important;
}

th.sorted a {
	color: #000 !important;
}

th a:hover {
	text-decoration: underline;
	color: #000 !important;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

tr.odd td {
	background-color: #e1e1e1;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	width: 79%;
	margin: 2px 0 10px;
	padding: 2px 4px;
}

span.export {
	display: inline;
	cursor: pointer;
	padding: 0 4px 1px 20px;
}

span.excel {
	background-image: url(img/ico_file_excel.png);
}

span.csv {
	background-image: url(img/ico_file_csv.png);
}

span.xml {
	background-image: url(img/ico_file_xml.png);
}

span.pdf {
	background-image: url(img/ico_file_pdf.png);
}

span.rtf {
	background-image: url(img/ico_file_rtf.png);
}

.displayStart{
	width: 100%;	
}

span.pagebanner {
	background-color: #eee;
	border: 1px solid #666;
	display: block;
	border-bottom: none;
	margin: 0;
	padding: 4px;
}

span.pagelinks {
	background-color: #eee;
	border: 1px solid #666;
	display: block;
	border-top: none;
	margin: 0;
	padding: 4px;
}

a,a:visited,a:hover {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

table hr {
	height: 1px;
	clear: both;
	width: 100%;
	margin: 0;
}

textarea {
	width: 80%;
	height: 120px;
}

dt {
	font-weight: 700;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}

ul#stylelist {
	height: 20px;
	margin: 0 0 20px;
	padding: 0;
}

ul#stylelist li {
	list-style-type: none;
	float: left;
	width: 100px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 0 2px 0 0;
	padding: 2px;
}

ul#showsource {
	float: right;
	width: 100px;
	height: 33px;
	list-style-type: none;
	background-image: url("../img/viewsource.png");
	background-repeat: no-repeat;
	text-align: center;
	line-height: 30px;
	font-weight: 700;
	margin: 15px 20px -30px 0;
	padding: 0;
}

ul#showsource a,ul#showsource a:visited {
	font-size: 11px;
	font-family: verdana;
	color: #fff;
}

table.sublist {
	width: 100%;
	margin: 0;
}

table.sublist td,table.sublist th {
	width: 50%;
}

code {
	background-color: #eee;
	padding: 0 2px;
}

hr {
	height: 1px;
	color: #fff;
	border: none;
	border-top: 1px dotted #ccc;
	width: 50%;
	margin: 20px 0;
}

.autocomplete {
	position: absolute;
	color: #333;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Arial;
	overflow: hidden;
	z-index: +2;
}

.autocomplete ul {
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.autocomplete li {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #fff;
	margin: 0;
}

.autocomplete li.selected {
	background-color: #cef;
	border-top: 1px solid #9bc;
	border-bottom: 1px solid #9bc;
}

#pwChange {
	display: block;
	width: 185px;
	height: 32px;
	background-image: url(img/pwChange.gif);
	background-repeat: no-repeat;
}

#pwChange :hover {
	background-position: 0 -24px;
}

#pwForgotten {
	display: block;
	text-align: right;
	float: right;
	width: 200px;
	height: 22px;
	background-image: url(img/pwForgotten.gif);
	background-repeat: no-repeat;
}

#pwForgotten :hover {
	background-position: 0 -22px;
}

#head,#center {
	position: relative;
	margin: 10px;
}

#nav a:hover,.navActive {
	background-position: 0 -35px;
}

.navTrenner span,#nav a span,#footer a span,.footTrenner span {
	display: none;
}

thead tr,th.sorted,tr.tableRowEven td,tr.even td {
	background-color: #EDEDED;
}