
/********************************************/
/* common */

BODY
{
	background-image: url(bluefade.jpg);
}
A:hover
{
	background-color: blue;
	color:White;
}

.x_pseudolink /* kein echter link, sieht aber so aus */
{
	cursor: hand;
	color: blue;
}

/********************************************/
/* top/bottom area */

.t_toparea
{
	padding-bottom: 5px;
	border-bottom: blue 1px solid;
}

.t_title
{
	font-weight: bold;
	font-size: x-large;
	color: blue;
	font-variant: small-caps;
}
.t_title2
{
	color: crimson;
}

.t_menuarea
{
}

.t_menuentryglyph
{
	background-position: center center;
	padding-left: 5px;
	background-image: url(right_blue_b.png);
	margin-left: 5px;
	background-repeat: no-repeat;
}

.t_menuentry
{
	margin-right: 5px;
}

.t_menuentryglyph_selected
{
	background-position: center center;
	padding-left: 5px;
	background-image: url(right_blue.png);
	margin-left: 5px;
	background-repeat: no-repeat;
}

.t_menuentry_selected
{
	color: blue;
	margin-right: 5px;
}

.t_menusep
{
	background-position: center center;
	padding-left: 5px;
	margin-left: 5px;
}

.b_bottomarea
{
	border-top: blue 1px solid;
	border-bottom: blue 3px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}

.b_bottomarea table /* tabelle im bottom bereich (wie sonst zentrieren?) */
{
}

.b_bottomarea table tr td /* tabelle im bottom bereich (wie sonst zentrieren?) */
{
	font-size: smaller;
}


/********************************************/
/* client and content area */

.c_clientarea
{
}
.c_clientarea h1
{
	color: blue;
}
.c_clientarea h2
{
	border-top: blue 1px solid;
	margin-right: 30%;
}
.c_clientarea h3
{
}


.c_subtitle /* zweit-titel, unterhalb von h1 */
{
}

.c_autor /* c_autor ind veröffentlichung */
{
	font-weight: bold;
}

.c_vorspann /* einleitender c_vorspann */
{
}


.c_zwischenueberschrift
{
	font-weight: bold;
	display: block;
}

.c_verweis /* ein querc_verweis */
{
}


.c_betonung
{
	font-weight: bold;
}

.c_code
{
	font-family: 'Courier New' , Monospace;
}


pre
{
	font-family: 'Courier New' , Monospace;
	background-color: lemonchiffon;
	margin-left: 20px;
	margin-right: 20px;
	padding: 2px;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}


.c_abb
{
	font-weight: bold;
	font-size: smaller;
}

.c_zitat /* c_zitat */
{
}


.c_copyright
{
}

.c_references
{
}

.c_footnotes
{
}

.c_sidenotes /* anmerkungen */
{
}
/*-----------------------------*/
