/*-------------------------------------*/
/*----psr.css  --------------------- */
/*----layout.html ---------------- */

/*---- Dieses Layout ist für die Seite www.schaper-rinkel.de entworfen ----*/
/*-------------------------------------------------------------*/ 

/*------ HTML tag styles    ------ */



html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}

html, body {
     font-size: 101%;
	 }

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF8000;
	text-decoration: none;
}

a:active{
	color:#FF8000;
	font-weight: bold;
}

h1{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 1.1em;	
 	color: #333333;
}

h2{
	font-size: 1em;
	color: #727272;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3{
 	font-size: 0.9em;	
 	color: #333333;
	margin-top: 20px;
	margin-bottom: 5px; 
}

p{
 	margin-top: 10px;
 	margin-bottom: 5px; 
}


/* ----------container zentriert das layout-------------- */
#container {
	width: 80%;
	margin: 50px auto 5%;
	background-image: url(img/PSR_25px_li_w.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-left: 25px;
	border-left-width: 5px;
	border-left-style: dotted;
	border-left-color: #666666;
	} 

/* ---------- header für Bild und Überschrift  -------------- */
#header{
	background: url(img/psr2.jpg) no-repeat right;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	margin: 0px;
	padding: 0px;
	}
	

#header h1{display: none;}

/* ---------- navigation  -------------- */
#navigation {
	float: left;
	font-size: 0.9em;
	color: #FFFFFF;
	padding-top: 10px;
	}

#navigation h3 {display: none;}

#navigation ul {
	margin-left: 0;
}

#navigation ul li {
	font-size: 0.8em;
	list-style: none;
	margin: 0;
	padding: 1px;
}

#navigation ul li a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 3px;
	}
	
#navigation ul li a:hover {
	color: #FF8000;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li a:active{
	color:#FF8000;
	font-weight: bold;
}

/* ---------- Content - der Container für Inhalte  -------------- */
#content{
	float: right;
	font-size: 90%;
	padding: 20px;
	border-right-width: 5px;
	border-right-style: dotted;
	margin-top: 5px;
	border-right-color: #666666;
	width: 65%;
				}
					
/*--------------- Gestaltung der Blocks mit Links --------------*/
#links h3 {
 display: none;
}
#links{
	float: left;
	font-size: 90%;
	width:25%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
		}
		
#links ul li {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
 }
 
div#links a span {
	display: none;
	}
	
div#links a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	width: 400px;
	padding: 30px;
	margin: 30px;
	z-index: 100;
	color: #FF8000;
	background: #FFFFFF;
	text-align: left;
	left: 0px;
	border: 3px dotted #FF8000;
   }
/*--------------- .story styles -------------------*/

.story{
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	padding-top: 20px;
	padding-bottom: 5px;
	}

/*------ .box Styles - erste Seite - die box hat kein content div, kann daher frei floaten -----*/

.box {
	font-size: 0.9em;
	clear: both;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 2px dotted #666666;
	padding: 10px;
			}
.box img{
	Float:left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	}

	/*------ .box Styles - box1 für Abstracts - kann in Gänze frei floaten -----*/

	.box2 {
	width: 300px;
	float:left;
	font-size: 85%;
	padding: 5px 20px 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	}

/*------ .box Styles - box2 für Kasten in Abstracts mit Litangaben -----*/
.box1 {
	width: auto;
	height:auto;
	float:left;
	padding: 20px;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: dotted;
	border-right-color: #999999;
	}
		
/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
			}
#siteInfo ul {
	display: block;
	margin-left: 0;
	border-top: 1px solid #778;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#siteInfo ul li {
 	list-style: none;
 	margin: 0; 
 	display: inline; 
 }
 
 #siteInfo ul li a {
	padding: 3px 0.5em;
	margin-left: 5px;
	
	}

#siteInfo h3 {display: none;}
