/* --------- */
/* ALLGEMEIN */
/* --------- */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#FFFFFF;
	color:#1A261A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 5px 5px 5px;
}

a:link {
	color:#146438;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#146438;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#146438;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	color:#146438;
	font-weight:bold;
	text-decoration:none;
}

a:focus {
	color:#146438;
	font-weight:bold;
	text-decoration:none;
}


/* ------ */
/* RAHMEN */
/* ------ */

#page {
	background-color:#FFFFFF;
	background-image:url(images/design/note_fahne_links.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:100%;
}

#mother {
	background-image:url(images/design/note_kopf_links.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:100%;
}

#border {
	background-image:url(images/design/note_hals_links.gif);
	background-repeat:repeat-y;
	background-position:top left;
	width:66px;
}


/* --- */
/* TOP */
/* --- */

#top {
	width:100%;
	text-align:right;
}

tr #top {
	height:165px;
}

#top_1 {
	font-size:26px;
}

#top_1 a:link {
	color:#1A261A;
}

#top_1 a:visited {
	color:#1A261A;
}

#top_1 a:hover {
	color:#1A261A;
}

#top_1 a:active {
	color:#1A261A;
}

#top_1 a:focus {
	color:#1A261A;
}

#top_2{
}

#top_2 div {
	background-color:#FFFFFF;
	float:right;
	padding:0 8px 0 8px;
}

#top_3 {
}

#top_3 div {
	background-color:#FFFFFF;
	float:right;
	padding:0 8px 0 8px;
}

#top_4 {
}

#top_4 div {
	background-color:#FFFFFF;
	float:right;
	padding:0 8px 0 8px;
}


/* ------ */
/* CENTER */
/* ------ */

#center {
	width:100%;
	text-align:left;
	margin:10px 0 10px 7px;
	margin-top:10px;
	margin-left:7px;
}

#centerleft {
	font-size:100%;
	vertical-align:top;
}

#centerleft h1 {
	font-size:130%;
	font-weight:bold;
}

#centerleft p {
	font-size:100%;
	margin:0.5em 0 0.5em 0;
}

#centerright {
	width:282px;
	font-size:90%;
	vertical-align:top;
}

#centerright h1 {
	font-size:117%;
	font-weight:bold;
}

#centerright p {
	font-size:90%;
	margin:0.5em 0 1.5em 0;
}

#centerright img {
	width:expression(document.body.clientWidth > 262? "262px": "auto" );	/* IE */
	height:expression(document.body.clientWidth > 348? "348x": "auto" );	/* IE */
	max-width:262px;	/* alle andern */
	max-height:348px;	/* alle andern */
}

#centerright div {
	position:static;
}


/* ------ */
/* BOTTOM */
/* ------ */
                 
#bottom {
	font-size:60%;
	text-align:center;
}
