/* ----- Allgemeine Einstellungen ----- */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body 
{
		background-image: url(Gfx/PAK_background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}
form {
	margin-bottom: 0px; 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	padding: 0px;
}

table {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color:#FFF;
	
}

maintable {
	margin-left: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color:#FFF;
	
}



/* Hintergrundfarbe */
.Back {
	background-color:White;
}


/* ----- Links ----- */

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}


/* ----- Elemente nur auf der MasterPage ----- */

/* Titel */
.Titel {
	color: #034ea2; /* blau */
	font-size: 16px;
	font-weight: bold;
}

/* Untertitel */
.Untertitel {
	color: White;
	font-size: 12px;
	font-weight: bold;
}

/* Sprachbutton Aktiv */
.BtnLangActive 
{
	background-color: #D9D9D9;
	color: #111111;
	border-style: none;
	text-align:left;
	padding-left: 5px;
}

/* Sprachbutton Inaktiv */
.BtnLangInactive 
{
	background-color: #949494;
	color: #111111;
	border-style: none;
	text-align:left;
	padding-left: 5px;
	cursor: pointer;
}
.BtnLangInactive:hover 
{
	color: #034ea2;
}

/* Überschrift Hinweis */
.HinweisTitel {
	font-size: 13px;
	font-weight: bold;
}

/* Infoblock */
.Infoblock {
	color: White;
	background-color: #949494;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	vertical-align: middle;
	padding: 0px;
}


/* ----- Allgemein verwendete Elemente ----- */

/* Allgemeiner Button */
.BtnAllgemein {
	background: #034ea2; 
	border-style: none;
	border-color: #993200;
	border-width:1px;
	color: White;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}
.BtnAllgemein:hover {
	color: #4F4F4F;
}

/* Farbiger Balken für Überschriften */
.TitelBalken {
	background-color: #034ea2; /* blau */
	color: White;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
}

/* Ausgabe der Suchkriterien */
.Suchkriterien {
	color: #f5821f;
	font-weight: bold;
}


/* ----- Sucheingabe ----- */

/* Nummernblock */
.Nummernblock {
	color: White;
	background-color: #f5821f; /* orange */
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	vertical-align: middle;
	padding: 0px;
}

/* Eingabeelement */
.Input {
	border-style:solid;
	border-width:1px;
	border-color:#BDBDBD;
	background: #EEEEEE;
}

/* Eingabeelement das erforderlich ist */
.InputReq {
	border-left-style:solid;
	border-left-width:4px;
	border-left-color:#f5821f; /* orange */
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#BDBDBD;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#BDBDBD;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#BDBDBD;
	background: #EEEEEE;
}

/* Fehlerbox bei Suche */
.FehlerBox {
	border-width:1px; 
	color: White;
	border-color:Gray; 
	background-color: Gray;
	font-size:12px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* ----- Suchergebnis (Liste) -----*/

/* Button für Details */
.BtnDetail {
	background: #DDDDDD;
	border-style: none;
	border-color: #969696;
	border-width:1px;
	color: #555555;
	font-weight:normal;
	font-size: 11px;
	cursor: pointer;
}

/* Farbiger Balken für Buttonhintergrund */
.TitelBalkenLeer {
	background-color: #034ea2; /* blau */
}

/* Inhaltstext bei Ergebnis */
.AnwaltText {
	background-color: White;
	color: #222222;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding: 7px;
}


/* ----- Suchergebnis (Detail) ----- */

/* Farbiger Balken für Überschriften bei Detailinformationen */
.TitelBalkenDetail {
	background-color: #034ea2; /* blau */
	color: White;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
}

/* Label für Detail-Tabelle */
.DetailLabel {
/*	background-color: #DBDBDB; */
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Leerzeile */
.DetailLabelLeer {
	/* background-color: #DBDBDB; */
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	padding-right: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Inhalt für Detail-Tabelle */
.DetailInhalt {
	/* background-color: #EAEAEA; */
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Leerzeile */
.DetailInhaltLeer {
	/* background-color: #EAEAEA; */
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding-left: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.Footer {
	border-width:1px; 
	color: White;
	border-color:#8E8E8E; 
	background-color: #8E8E8E;
	font-size:12px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.DetailKasten
{
	width: 528px; 
	border-style: none;
}

.Hinweise 
{
	padding-left:27px;
}

/* ----- Master (Footer) ----- */
/* Button für Impressum */
.BtnImpressum {
	background:  #8E8E8E;
	border-color:  #8E8E8E;
	color: White;
	border-style: none;
	border-width:0px;
	font-weight:normal;
	font-size: 11px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.BtnImpressum:hover {
	text-decoration: underline;   
}
	