/*******************************************************

	CSS Document Medpaed
	
	style by Andreas Konold, Pädagogische Hochschule Heidelberg
	Copyright 2006 
		
	erstellt am     : 17.02.2006
	letzte ?nderung	: 23.02 2006
		
*******************************************************/
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image:   url(../image/phlogo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;

}

/* Der Seiteninhalt als Container mit 800 Pixel breite */
#container {
	margin-top: 45px;
	margin-bottom: 5px;
	border: 1px solid #FF6600;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 0px;
	width: 811px;


}

/* überschriften und schriftstile   */
h1 {
	font-size:120%;
	margin:2px 2px 2px 0px;
	text-align: left;
	padding: 5px 5px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;


}
h2 {
	font-size:110%;
	margin: 10px 0px;
	padding: 0px;
}
h3 {font-size:100%;color:#000000;}
h5 {
	font-size:80%;
	color:#FFFFFF;
	background-color: #FF6600;
	margin: 10px 0px;
	padding: 2px 0px 2px 5px;
}

p {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;


}

hr {
	color: #FF6600;
}

/* hyperlinks   */
a:link, a:visited, a:active, a:hover
{
	color:#333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;

}
a:active, a:hover
{
	color:#FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

/* id´s und klassendefinitionen   */


#jump {
	display: none;
}

/* seitenkopf   */
#header {
	margin: 10px 5px 0px;
	background-color: #FF6600;
	text-align: center;
}

/* hauptnavigation   */
#mainnav {
	margin-right: 5px;
	margin-left: 5px;
	background-color: #CCCCCC;
	margin-bottom: 20px;
	margin-top: 5px;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
	padding-bottom: 20px;
	padding-top: 10px;
}

#mainnav ul {
	margin: 5px 0px;
	padding-top: 5px;

}

#mainnav ul li{
	list-style-type: none;
	display: inline;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}

#mainnav ul li a{
	background-color: #FFFFFF;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	border: 1px solid #000000;
}

#mainnav ul li a:hover{
	background-color: #FF6600;
	color: #FFFFFF;
}

/* aktuelle seite   */
.mainnavcurrent {
	background-color: #CCCCCC;
	color: #FF6600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-right: 2px;
	padding-left: 5px;
	font-size: 85%;
	margin-right: 3px;

}

/* aktuelles datum   */
#date {
	font-size: 75%;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 5px;
}

/* seiteninhalt   */
#content {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 0px solid #FF6600;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-top: 3px;
}

/* infospalte rechts   */
#info {
	width: 120px;
	border: 1px solid #FF6600;
	background-color: #FFFFCC;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	float: right;
}

#info ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#info li{
	list-style-type: decimal;
}

.info {
	font-size: 90%;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
.displayout {
	display: none;
}


/* seitenfuß mit copyrights   */
#footer {
	margin: 10px 5px;
	border: 1px solid #333333;
	background-color: #FF6600;
	text-align: center;
}

/* end style   */

