/* Standardvorgaben */
/********************/
body
{
    font-family: Tahoma, Nina, Arial, Verdana, Calibri;
	font-size: 12px;
	color: Black;
    background-color: White;
    line-height: 1.5em;
}

a,
a:link,
a:active,
a:visited
{
    cursor: pointer;
	text-decoration: underline;
	color: Gray;
}

a:hover
{
	color: Red;
}

img
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
}

h1
{
	font-size: 16px; 
	font-weight: bold;
	color: #000080;
	margin-top: 15px;
	margin-bottom: 10px;
}
			
h2
{
	font-size: 14px; 
	font-weight: bold;
	color: #000080;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3
{
	font-size: 12px; 
	font-weight: bold;
	color: #000080;
}

h4
{
	font-size: 12px; 
	font-weight: normal;
	font-style: italic;
	color: #000080;
}

p
{
    margin-bottom: 1em;
}

/* Wichtiger Link */
/******************/
.ImportantLink a,
.ImportantLink a:link,
.ImportantLink a:active,
.ImportantLink a:visited
{
    cursor: pointer;
	text-decoration: underline;
	color: #0000a0;
}

.ImportantLink a:hover
{
	color: #ff0000;
}


/* Suchfeld */
/************/
.SearchField
{
    display: inline-block;
	vertical-align: top;
}

.SearchField input,
.SearchField select,
.SearchField textarea 
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-size: 9px;
    width: 150px;
    height: 11px;
}

/* Navigationspfad */
/*******************/
.SiteMapPath span
{
	padding-left: 10px;
}

.SiteMapPath span *
{
    padding: 0px;
	color: Gray;
	text-decoration: none;
}

/* Seitentitel */
/***************/
.PageTitle
{
    width: 800px;
    height: 130px;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

.PageTitle div
{
    width: 100%;
    height: 100%;
    background-position: right;
    background-image: url('Resources/Default_Banner.jpg');
    background-repeat: no-repeat;
}

.PageTitle div div
{
    width: 100%;
    height: 100%;
    background-image: url('Resources/Gradient.png');
    background-repeat: repeat-y;
}

/* Meldungen auf der Startseite */
/********************************/
.Hompage_News
{
    margin-left: -10px;
    border-spacing: 10px 0px;
    border-collapse: separate;
}

.Hompage_News td
{
    border-style: solid;
    border-width: 1px;
    width: 33%;
    vertical-align:top;
    padding: 0px;
}

.Hompage_News .Title
{    
    height: 20px;
    vertical-align: middle;
    padding: 3px 8px 0px 8px;
    line-height: normal;
    background: Gray url('Resources/Title_Gradient.png') repeat-x left center;
    font-weight: bold;
}

.Hompage_News .Content
{
    padding-left: 8px;
    padding-right: 8px;
}

/* Spaltendefinitionen */
/***********************/
.ColumnLeft
{
	border-right: 1px solid Gray;
	padding-left: 10px;
	padding-right: 20px;
	vertical-align: top;
}

.ColumnLeft p
{
	text-align: justify;
}

.ColumnRight
{
    min-width: 180px;
    max-width: 240px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}

.ColumnRight *
{
	text-align: left;
}

/* Menüleiste */
/**************/

#MenuBarDiv div
{
    clear: none !important;
}

/* Bereich für Menüleiste */
.Menu_Main ul.AspNet-Menu
{
    cursor: pointer;
    padding-bottom: 2px;
    border-collapse: collapse;
}

/* Sicherstellen, dass Texte die Farbe vom übergeordneten Element erben */
.Menu_Main a,
.Menu_Main span
{
    color: inherit;
}

/* Eigenen Stacking Kontext für das Menü erzwingen */
.Menu_Main ul
{
    z-index: 1;
}

/* Bereich für Menüpunkte innerhalb von Pull Down Menüs */
.Menu_Main ul ul
{
    width: 20em;
    top: 100%;
    left: -1px;
}

/* Positionsoffset für Untermenüs */
.Menu_Main ul ul ul
{
    top: 0.5em;
    left: 13em;
}

/* Menüpunkte in der Menüleiste */
.Menu_Main li
{
    color: Black;
    padding: 2px 10px 2px 10px;
    border: solid 1px transparent;
}

/* Menüpunkte in Pull-Down Menüs */
.Menu_Main li li
{
    width: 15em;
    padding: 4px 2px 4px 8px;
    border: 1px solid Black;
    margin-bottom: -1px;
}

/* Menüpunkte in Pull-Down Menüs (nur Menüpunkte ohne Unterpunkt!) */
.Menu_Main li.AspNet-Menu-Leaf
{
    color: White !important;
    background-image: none !important;
}

/* Selektierter Punkt in Menüleiste */
.Menu_Main li:hover
{
    color: White;
    background-color: Gray;
}

/* Selektierte Punkte in Pull-Down Menüs */
.Menu_Main li:hover li:hover,
.Menu_Main li:hover li:hover li:hover,
.Menu_Main li:hover li:hover li:hover li:hover
{
    background: Gray url(Resources/Arrow.gif) right center no-repeat;
}

/* Workaround: IE7 */
.Menu_Main li:hover li:hover a,
.Menu_Main li:hover li:hover li:hover a,
.Menu_Main li:hover li:hover li:hover li:hover a
{
    color: White;
}

/* Punkte ausblenden, sofern der Oberpunkt nicht selektiert */
.Menu_Main li ul,
.Menu_Main li:hover li ul,
.Menu_Main li:hover li:hover li ul
{
    visibility: hidden;
}

/* Punkte einblenden, wenn Oberpunkt selektiert */
.Menu_Main li:hover ul,
.Menu_Main li:hover li:hover ul,
.Menu_Main li:hover li:hover li:hover ul
{
    visibility: visible;
}

/* Punkte unterhalb von selektierten Punkten */
.Menu_Main li:hover li,
.Menu_Main li:hover li:hover li,
.Menu_Main li:hover li:hover li:hover li
{
    background: White url(Resources/Arrow.gif) right center no-repeat;
}

/* Workaround: IE7 */
.Menu_Main li:hover li a,
.Menu_Main li:hover li:hover li a,
.Menu_Main li:hover li:hover li:hover li a
{
    color: Black;
}

/* Direkte Links (am Seitenende) */
/*********************************/

/* Container für direkte Links */
.DirectLinksDiv
{
    margin-top: 10px;
    padding: 5px 0px 2px 0px;
    border-top: solid 1px Gray;
}

/* Workaround für Zentrierung (geht nicht in IE7!) */
.Menu_DirectLinks div
{
	display: table;
	margin: 0px auto 0px auto;
}

/* Menüpunkte */
.Menu_DirectLinks li 
{
    padding: 0px 1em 0px 1em;
    list-style-image: none;
    list-style-position:inside;
    list-style-type:none;
}

/* Nicht selektierte Menüpunkte */
.Menu_DirectLinks li a
{
    color: Black;
}

/* Selektierte Menüpunkte */
.Menu_DirectLinks li:hover a
{
    color: Gray;
}

/******************************/
/* Dummy Styles für WebSlices */
/******************************/
.hslice
{
}

.entry-title
{
}

.entry-content
{
}

