/* Stylesheet für Mein Namenspatron */
@import url(stylecontent.css);


body
{
	margin:  0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:  white;
	background-image:  url(../a_grafik/hintergrund-links.gif);
	background-repeat: repeat-y;
}


div#logo
{
	background-image:  url(../a_grafik/hintergrund-oben.gif);
	background-repeat: repeat-x;
}


/* Dunkles Blau: #EDEDED
   Logo Grau:    #999CA0   */

table.navi
{
	position: absolute;
	top:         160px;
	left:          0px;
	width:       211px;
	background-color: #EDEDED;
}


table.wrapper
{
	width: 100%;
}

/* ============================================ */
/* Styles für Navigation
*/


/* - - - - - - - - - - - - - - - - - - - - - - */
/* Farben
 */
/* Bereich für Hauptlinks oben */
/* div#navibig
{
} */

div.navibig
{
	background-color: #EDEDED;
	border-bottom:       none;
}


/* Bereich für kleinere Links unten */
div#navismall
{
	background-color: #EDEDED;
	border-bottom:       none;
}

div.Link, div.Projektlink
{
	background-color: #EDEDED;
	border-top:          none;
}

div.Sublink, div.SubSublink
{
	color:   #EDEDED;
	border-top: none;
}

td.Sublink-pfeil, td.Sublink-link
{
	background-color: #EDEDED;
}

td.SubSublink-pfeil, td.SubSublink-link
{
	background-color: #EDEDED;
}

td.active
{
	text-align: right;
}

div.navismallLink
{
	border-top: none;
}

a.Link, a:visited.Link, a:active.Link
{
	color: #291B6A;
}
a.Projektlink, a:visited.Projektlink, a:active.Projektlink
{
	color: #291B6A;
}

a.navismallLink, a:visited.navismallLink, a:active.navismallLink
{
	color: #291B6A;
}

a.Sublink, a.SubSublink
{
	color: #291B6A;
}

a:visited.Sublink, a:visited.SubSublink
{
	color: #291B6A;
}

a:hover.Link, a:hover.navismallLink, a:hover.Sublink
{
	color:          #291B6A;
	background-color: white;
}

a.active, a:visited.active, a:active.active, a:hover.active
{
	color: #888888;
}



/* - - - - - - - - - - - - - - - - - - - - - - */
/* Geometrie
 */
td.navibig
{
	vertical-align: top;
	text-align:     right;
}

div.navibig
{
	margin-top: 0px;
}

/* Bereich für Hauptlinks oben */
/* div#navibig
{
} */

/* Bereich für kleinere Links unten */
div#navismall
{
	margin-top:    30px;
	margin-bottom: 35px;
}


div.Link
{
}

div.Sublink, div.SubSublink
{
}



/* Tabellen für JavaScript-Rollover-Effekt
*/
td.Link-pfeil
{
	width:          22px;
	text-align:     right;
	vertical-align: top;
}
td.Link-pfeil
{
	padding:        0px 0px 0px 0px;
}
td.navismallLink-pfeil
{
	padding:        3px 0px 0em 0px;
}


td.Link-link, td.Projektlink-link
{
	color:       #291B6A;
	padding:     5px 16px 3px 2px;
	font-family: Arial,Helvetica,sans-serif; 
	line-height: 110%;
	font-size:   15px;
	font-weight: bold;
	text-align:  right;
}


td.Sublink-pfeil
{
	width:            30px;
	text-align:      right;
	vertical-align:    top;
	padding:  3px 0px 3px 0px;
}

td.SubSublink-pfeil
{
	width:           49px;
	text-align:     right;
	vertical-align:   top;
	padding:        4px 0px 2px 0px;
}

td.Sublink-link
{
	padding:     4px 16px 4px 6px;
	font-family: Arial,Helvetica,sans-serif; 
	line-height: 105%;
	font-size:   12px;
	font-weight: normal;
	text-align:  right;
	color:       #291B6A;
}

td.SubSublink-link
{
	padding:     4px 0px 4px 6px;
	font-family: Arial,Helvetica,sans-serif; 
	line-height: 105%;
	font-size:   11px;
}


td.smallLink-link
{
	padding: 3px 0px 3px 9px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:   12px;
	font-weight: bold;
}


td.sublink-top, td.link-top
{
}

td.active
{
	background-color: white;
	color: #666666;
}

td.mark-active
{
}


div.smallLink
{
}

a.Link, a:visited.Link, a:active.Link
{
	text-decoration: none;
}
a.Projektlink, a:visited.Projektlink, a:active.Projektlink
{
	text-decoration: none;
}

a.smallLink, a:visited.smallLink, a:active.smallLink
{
	text-decoration: none;
}

a.Sublink, a:visited.Sublink, a:active.Sublink
{
	text-decoration: none;
}

a.SubSublink, a:visited.SubSublink, a:active.SubSublink
{
	text-decoration: none;
}


a:hover.Link, a:hover.smallLink, a:hover.Sublink
{
	text-decoration: none;
}

a.active, a:visited.active, a:active.active, a:hover.active
{
	text-decoration:   none;
	background-color: white;
}


/* ============================================ */
/* Navigation unten
 */
div#footer
{
	font-family: Arial,Helvetica,sans-serif; 
	max-width:    40em;
	margin-left: 270px;
}

p.footer
{
	font-size:   70%;
	font-weight: bold;
	line-height: 1.5em;
	margin-top:  0px; margin-bottom:  1em;
	padding-top: 0px; padding-bottom: 1em;
	text-align:  center;
}

div#impressum
{
	border-top: 1px solid black;
	font-size:     60%;
	margin-top:    1em;
	padding-top: 0.5em;
	text-align:   left;
}

.footactive
{
	color: #999CA0;
}

