/*Website des Instituts für Psychologie an der Universität Koblenz */


/*allgemeine Angaben*/
body{
	font-size: 12px;
	font-family: sans-serif, "Lucida Grande", Verdana, Arial;
	color: black;
	margin: 20px;
	background-color: #fafafa;
}

/*Seitenleiste */
.seitenleiste{
	width: 200px;
	border-left-style: dotted;
	border-bottom-style: none;
	border-right-style: dotted;
	border-top-style: none;
	border-top-color: #fafafa;
	font-size: 14px;
	border-width: 1px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #c6c6c6;
	line-height: 200%;
}

/*Angaben für die Links in der Seitenleiste */
.seitenleiste a {
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

/*Mouseover für Links in der Seitenleiste */
.seitenleiste a:hover {
	color: #4c4c4c;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

/*Striche in der Seitenleiste*/
.seitenleiste li{
	list-style: none;
	border-bottom: 1px solid #3a5ba2;	
}

/*obere Leiste*/
.leiste{
	border-width: 1px;
	border-style: solid;
	border-color: #fcf5fd;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #3a5ba2;
	color: #e6e6e6;
	font-size: 12px;
}

/*Links in oberer Leiste*/
.leiste a {
	color: #e6e6e6;
}


/*Mouseover für obere Leiste*/
.leiste a:hover{
	color: white;
}

/*Kasten, also iframe*/
.kasten{
	width:100% !important; /*für alle anderen Browser*/
	width: 790px; /*für Internet-Explorer*/
	height: 100%;
	border-style: dotted;
	border-width: 0px;
}

/*Impressum */
.imp{
	border-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-top-style: none;
	background-color: #c6c6c6;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
}

/*Tabellen*/
.table{
	font-size: 12px;
}

/*für die große Tabelle*/
.grtable{
	height: 100%;
	width:80% !important; /*für alle anderen Browser*/
	width: 990px; /*für Internet-Explorer*/
}
