/*	

	-----------------------------------------------------------

	Section 1: Global page definitions

	-----------------------------------------------------------

*/



body { 

	width: 100%;

	padding: 0;

	margin: 11px auto 20px auto;

	text-align: center;

	background-color: #F0F0F0;

}

ul, li {

	display: inline;

}



html>body .mozBug { 

/*	fix for mozilla "float" bug	*/

	clear:both;

 }

 h1 {

/*	used for article headline	*/

	margin: 0 0 10px 0 ;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

}

h2 {

/*	used for article abstract	*/

	margin: 0 0 10px 0;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

}

a:link, a:visited {

	color: #CF5E18;

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}

img {

	border: 0;

}





/*	

	-----------------------------------------------------------

	Section 2: Main Divs

	-----------------------------------------------------------

*/



#tile {

/*	provides the "3-column-tile" below main background image */

	width: 960px;

	margin: auto;

	background-image: url(../images/bg_tile.gif);

	background-repeat: repeat y;

}



#picBg {

/*	provides main background-image */

	width: 960px;

	vertical-align: top;

	text-align: left;

	border-bottom: 20px solid white;

	background-image: url(../images/bg_pic.jpg);

	background-repeat: no-repeat;

}

#logo {

	padding: 103px 0 0 503px;

}





/*	

	-----------------------------------------------------------

	Section 3: Navigation-Div

	-----------------------------------------------------------

*/



#navList {

	margin: 257px 0 50px 40px;

	float: left;

	width: 168px;

	text-align: left;

	vertical-align: top;

}

#navList ul {

	margin: 0; 						/*removes indent IE and Opera*/

	padding: 0; 				   /*removes indent Mozilla and NN7*/

	list-style-type: none; 	   /*turns off display of bullet*/

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

}

#navList li {

	margin:  0;

}

#navList a {

	padding: 4px 0;

	display: block;

	border-bottom: 1px solid white;

	display: block;

	font-weight: bold;

	color: #676D6D;

	text-decoration: none;

}

#navList a:hover {

	color: #DF8F02;

}



#navList ul li ul {

	display: block;

	border-bottom: 1px solid white;

}

#navList ul li ul a {

	padding: 2px 0;

	border: none;

	font-weight: normal;

	color: #5b6060;

}

#mainSel a {

	color: #DF8F02;

	border: none;

}

#navList ul li ul li#subSel a { 

	color: #DF8F02;

}



/*	rules for content navigation */



#navList ul li ul li.cont a {

	color: #676D6D;

}

#navList ul li ul li.cont a:hover {

	color: #DF8F02;

}

#navList ul li ul li#contSel a {

	color: #DF8F02;

}



/*	

	-----------------------------------------------------------

	Section 4: Content Table (divs do not work!)

	-----------------------------------------------------------

*/



#content {

	padding: 277px 0 0 244px;

}



#colLeft {

	float: left;

	width: 477px;

}



.article {

	margin: 0 0 25px 0;

	border-top: 1px solid #899879;

}

.left {

	width: 477px;

	vertical-align: top;

}

.right {

	width: 91px;

	vertical-align: top;

}

.text {

	margin: 10px 55px 10px 0;

	vertical-align: top;

	text-align: left;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #343300;

	line-height : 16px;

}



.pic {

	margin: 5px 0 10px 0;

	border: 5px solid #dfdfc5;

	padding: 5px;

	color: #676D6D;

	background-color: white;

}

.pic img {

	margin: 0 10px 5px 0;

}

.hidden {

	display: none;

}



#termine td {

	padding: 0 30px 6px 0;

	vertical-align: top;

}



.calLeft {

	padding: 1px 10px 1px 5px;

	vertical-align: top;

	background-color: #DFDFC7;

	font-weight: bold;

}

.calLeft2 {

	padding: 2px 10px 2px 5px;

	vertical-align: top;

	background-color: #EDECDA;

}

.calRight {

	padding: 1px 5px 1px 10px;

	background-color: #DFDFC7;

	font-weight: bold;

}

.calRight2 {

	padding: 2px 5px 2px 10px;

	vertical-align: top;

	background-color: #EDECDA;

}

.spacer {

	font-size: 15px;

	line-height: 15px;

}



#calPreview {

	float: right;

	width: 175px;

	padding: 0 40px 0 0;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #343300;

	line-height : 16px;

}