/* Extension Style Sheets */
@import url(rte.css);

/*colors*/
/* blue: #0f6179 */
/* orange: #fdd57d */
/* text: #3b3b3b */

html {
	overflow-y: scroll;
}


body { 
	background: #fdd57d url('../layout/frame/background.png');
	color: #3b3b3b;
	font: 1.01em arial, helvetica, freesans, sans-serif;
	text-align: center;
	margin: 0px 12px;
}

#keypointer {
	width: 100%;
/* updated 10102: */
  	background: /*#fdd57d*/ url('../layout/frame/background_blue.gif') 0px 176px repeat-x;
	text-align: center;
	margin: 24px auto 12px auto; 
}

#APos {
	width: 973px;
	height: 20px;
	margin: 0px auto 0px auto; 
}

#BPos {
	width: 973px;
	height: 155px;
	margin: 0px auto 0px auto; 
	background: url('../layout/frame/frameB.png') repeat-y;
	text-align: left;
}

#B1 {
	float: left;
	width: 145px;
	height: 141px;
	margin: 0px 41px 0px 19px;
}

/*IE6*/
* html #B1 {
	margin: 0px 41px 0px 9px;
}


#B2 {
	float: left;
	width: 192px;
	height: 36px;
	margin: 21px 0px auto auto;
}

#B3 {
	float: right;
	width: 539px;
	height: 32px;
	margin: 97px 35px 0px 0px;
}

#CPos {
	clear: both;
	width: 973px;
	height: 10px;
	margin: 0px auto 0px auto; 
}

#DPos {
	width: 973px;
	margin: 0px auto 0px auto; 
	background: url('../layout/frame/frameD.png') repeat-y;
	text-align: left;
	font-size: 0.80em;
}



#D1 {
	float: left;
	width: 140px;
	margin: 24px auto 24px 19px;
}

/*IE 6*/
* html #D1 {
	margin: 24px auto 24px 9px;
}


/* Menu 1 Anfang */
ul#menu1 {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 1.01em;
}

ul#menu1 li {
	padding: 0px;
	margin: 0px;
}

ul#menu1 a {
	display: block;
	padding: 4px;
	font-weight: bold;
	color: #0f6179;
	text-decoration: none;
}

ul#menu1 a:hover, ul#menu1 li#current1 a {
	text-decoration: none;
	background-color: #fdd57d;
}

/* Menu 1 Ende */

	
#D2 {
	float: left;
	width: 546px;
	margin: 24px auto 24px 48px;
}

/*IE 6*/
* html #D2 {
	margin: 24px auto 24px 24px;
}


#contenMain {
	margin: 0;
}

	
#D3 {
	float: right;
	width: 140px;
	margin: 24px 40px 24px auto;
}	

#contentRight {
	margin: 0;
}

#contentRight h1 a {
	padding: 0px;
	font-weight: bold;
	color: #0f6179;
	text-decoration: none;
}

#contentRight h1 a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

#EPos {
	width: 973px;
	height: 48px;
	margin: 0px auto 0px auto; 
}




/* Textformatierungen */

#contentMain h1 {
	margin: 0px 0px 24px 0px;
	color: #0f6179;
	font-size: 1.20em;
	line-height: 160%;
}

#contentMain h2 {
	margin: 24px 0px 24px 0px;
	color: #0f6179;
	font-size: 1.01em;
	line-height: 160%;
}

#contentMain h3 {
	margin: 24px 0px 24px 0px;
	color: #3b3b3b;
	font-size: 1.01em;
	line-height: 160%;
}


#contentRight h1 {
	margin: 0px 0px 0px 0px;
	color: #0f6179;
	font-size: 1.01em;
	line-height: 160%;
}

p {
	margin: 12px 0px;
	font-size: 1.01em;
	line-height: 160%;
}

#contentRight p {
	margin-top: 0px;
}

#contentMain ul {
	margin: 0px 0px 0px 18px;
	padding: 0;
	list-style-image: url(../layout/ul_list.gif);
}

#contentMain ol {
	margin: 0px 0px 0px 24px;
	padding: 0;
}

#contentMain li {
	line-height: 160%;
	margin: 12px 0px;
}


a {
	color: #0f6179;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a img {
	border: 0;
}

strong, b {
	color: #0f6179;
}


