/***********************************************/
/* psr.css                            */
/* layout.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #555555;
	margin: 5% 10%;
	border: 1px solid #C0C0C0;
			}

a:link, a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #99CC00;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 1.2em;	
 color: #333333;
}

h2{
 font-size: 1.1em;	
 color: #727272;
}

h3{
 font-size: 1em;	
 color: #333333;
}

ul{
 list-style-type: square;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#Seitenkopf{
	color: #003366;
	font-size: 1.5em;
	padding-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	}
	
#Seitenkopf img{
	display: inline;
	float:left;
	margin-right: 20px;
}

#globalNav{
	color: 333333;
	font-size: 0.8em;
	background-color: #D6D6D6;
	height: auto;
	padding-left: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#navBar{
	background-color: #EAEAEA;
	margin-right: 75%;
	padding-top: 30px;
}

#content{
	float:right;
	width: 70%;
	padding: 30px 20px 10px;
}

/************** .story styles *****************/

.story{
	clear: both;
	font-size: 90%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #dcdcdc;
	font-size: 75%;
	color: #333333;
	padding-left: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D6D6D6;
	}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; color: #555555;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	border-bottom: 1px solid #dcdcdc;
	color: #555555;
	font-size: 90%;
}

#sectionLinks h3{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #dcdcdc;
}

#sectionLinks a:visited{
	border-top: 1px solid #dcdcdc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #dcdcdc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}
