﻿/*
-------------------------------------------------------
	Menu und Suche
-------------------------------------------------------
*/

#headerimage { background: url(../images/politik-headerimage.jpg) top left no-repeat; }

.contentBoxBlaettern {
	text-align: left;
	margin: 15px 0;
	}	

.blaettern,
.blaetternAktiv {
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	padding: 4px 18px 4px 18px;
	margin: 0 1px 0 0;
	width: 30%;
	}	
.blaettern {

	background-color: #b31218;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	}

a.grlink {
	color: #fff !important;
	text-decoration: none;
	}

a.grlink:hover {
	color: #fff !important;
	text-decoration: underline;
	}


a.blaettern:hover {
	background-color: #93959a;
	color: #fff;
	}
a.blaettern:active {
	border-left: 1px solid #909090;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #e2e2e2;
	}
.blaetternAktiv {
	background-color: transparent;
	font-weight: bold;
	color: #000;
	border: none;
	text-decoration: none;
	}


table.download .td-last {
    text-align: right;
    width: 72px !important;
}