/* CSS Document */



body {
	height: 100%;
	margin:0;
	padding:0;
	color: #787878;
}
h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
/* Formatierung der Text-Links */

a:link {
	color: #000080;
	text-decoration: none;
}		/* Standard Link */
a:active {
	color: #000080;
	text-decoration: none;
}		/* aktiver Link */
a:visited {
	color: #000080;
	text-decoration: none;
}		/* besuchter Link */
#lexiconwordlist {
	list-style-type:none;
	padding-left:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#header {
	width:960px;
	height:39px;
	background-color:#000080; /* --------------------------- FARBE 1 (dunkelblau) */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#logo {
	position:absolute;
	margin-left:16px;
	margin-top:5px;
}
#underline {
	width:960px;
	height:9px;
	background-color:#B0D0FF; /* --------------------------- FARBE 2 (hellblau) */
}
#container_content {
	width:620px;
	margin-top:28px;
}
#ueberschrift {
	float:left;
	width:630px;
	height:25px;
	margin-top:20px;
	margin-left:1px;
	padding-top:5px;
	background-color:#000080; /* --------------------------- FARBE 1 (dunkelblau) */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}
#content_text {
	float:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	width:585px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#unten_A {
	width:960px;
	height:16px;
	background-color:#000080; /* --------------------------- FARBE 1 (dunkelblau) */
	margin-top:1px;
}
#unten_B {
	width:960px;
	height:7px;
	background-color:#B0D0FF; /* --------------------------- FARBE 2 (hellblau) */
}
#werbung {
	position:absolute;
	left:960px;
	top:76px;
	width:165px;
	border:1px solid #cfcfcf;
}
.balken_rechts {
	background-color:#B0D0FF; /* --------------------------- FARBE 2 (hellblau) */
}
/* Styleanweisungen für Topnavigation */

ul#topnavi {
	font-size:10px;
	list-style: none;
	padding: 0;
	margin: 0px;
	float: right;
}
ul#topnavi li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;
	border-left: 1px solid #ffffff;
}
ul#topnavi li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #ffffff;
	background: transparent;
}
ul#topnavi li a:hover {
	color: #000080; /* --------------------------- FARBE 1 (dunkelblau | MenüText-Hover) */
	background: #B0D0FF; /* --------------------------- FARBE 2 (hellblau | MenüBackground-Hover) */
}
/* Styleanweisungen für Module in der rechten Spalte */

table.moduletable-rechts {
	width: 170px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
div.moduletable-rechts {
	padding: 0;
}
table.moduletable-rechts th {
	background-color:#B0D0FF;
	color: #ffffff;
	text-align: left;
	padding-left: 0px;
	padding-top:0px;
	padding-bottom:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 9px;
	margin: 0 0 2px 0;
}
table.moduletable-rechts td {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:0px;
	padding-right:10px;
	background-color:#E6F0FF; /* --------------------------- FARBE 3 (hellblau2 | TextBackground, rechte Spalte) */
	border-bottom:1px solid #ffffff;
}


/* Styleanweisungen für Anbieter */

/* Buttons */
:focus, :active {
	outline: 0;
	border:0;
}
.button {
	background-image:url(../button_bg.gif);
	background-repeat:no-repeat;
	display:block;
	width:105px;
	height:17px;
	line-height:17px;
	text-align:center;
	float:none;
	color:#666666;
	font-size:1em;
	padding-bottom:2px;
}
.button:hover {
	background-position:0 -100px;
	color:#666666;
}
.button_big_grey, .button_big_grey:link, .button_big_grey:active, .button_big_grey:hover, .button_big_grey:visited, .button_big_hlcolor, .button_big_hlcolor:link, .button_big_hlcolor:active, .button_big_hlcolor:hover, .button_big_hlcolor:visited, .button_big_teaser, .button_big_teaser:link, .button_big_teaser:active, .button_big_teaser:hover, .button_big_teaser:visited {
	background-repeat:no-repeat;
	display:block;
	width:171px;
	height:32px;
	line-height:32px;
	text-align:center;
	float:left;
	font-size:1.2em;
	margin-right:8px;
	color:#333333;
	cursor:pointer;
}
.button_big_grey {
	background-image:url(../images/button_big_grey_bg.gif);
}
.button_big_grey:hover {
	background-position:0 -100px;
}
.button_big_hlcolor, .button_big_hlcolor:link, .button_big_hlcolor:active, .button_big_hlcolor:hover, .button_big_hlcolor:visited {
	color:#ffffff;
}
.button_big_hlcolor {
	background-image:url(../images/button_big_hlcolor_bg.gif);
}
.button_big_hlcolor:hover {
	background-position:0 -100px;
}
.button_big_teaser {
	background-image:url(../images/button_big_teaser_bg.gif);
}
.button_big_teaser:hover {
	background-position:0 -100px;
}

/* Buttons */

.sortable {
	background-image:url(../bg_th_sortable.gif);
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	padding-left:10px;
}
th.sortable {
	background-image:url(../bg_th_sortable.gif);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: pointer;
	padding-left:5px;
	font-size:10px;
}
th.first_column {
	padding-left:14px;
}
th.sortedASC {
	background-image:url(../images/bg_th_sortable_asc.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
th.sortedDESC {
	background-image:url(../images/bg_th_sortable_desc.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
table.ergebnisliste td {
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	height:40px;
	padding-left:10px;
	padding-right:10px;
}
