


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkContainer
	{
	background-color: #EEEEEE;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited,
div.ZMSFile div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 2px;
	}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSLinkElement div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic 
	{ 
	background-color:transparent; 
	margin: 4px;
	}

div.ZMSGraphic.left 
	{
	text-align:left;
	}
	
div.ZMSGraphic.right 
	{
	text-align:right;
	}

div.ZMSGraphic.center 
	{
	text-align:center;
	}

div.ZMSGraphic.floatleft
	{ 
	float:left;
	}

div.ZMSGraphic.floatright
	{ 
	float:right;
	}

div.ZMSGraphic.center
	{ 
	text-align:center;
	}

div.graphic.alignleft
	{
	float:left;
	text-align:right;
	}
	
div.graphic.alignright
	{
	float:right;
	text-align:right;
	}
	
div.ZMSGraphic div.text
	{
	padding: 4px;
	}
	
a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

a.download img.download
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
	}

a.superzoom img.superzoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

table.ZMSTable th 
	{ 
	background-color:#DDEFFC; 
	}
	
table.ZMSTable td { 
	background-color:#EEEEEE; 
	}

body.print table.ZMSTable th, 
body.print table.ZMSTable td
	{ 
	background-color:transparent; 
	}	

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{

	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Arial Unicode MS", Arial, Helvetica, sans-serif; 
}

span.highlight { 
  background-color: yellow;
  color: red;
  font-weight: bold;
  border: 1px dashed blue; 
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body#phakademie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	background:white url(common/body_background.jpg) top left repeat-y;
	color:black; 
	/*
	#0E4949
	*/
	padding:0px;
	margin:0px;
	border:0px;
}

#bodyTop {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:145px;
	display:block;
	background:white;
}

#bodyTop_Logo {
	position:absolute;
	top:8px;
	left:10px;
	z-index:999;
}

#bodyTop_Text {
	position:absolute;
	top:48px;
	left:250px;
	text-align:left;
}

#bodyTop_Text h1{
	color:#457979;
	font-size:16px;
	margin:0;
	padding:0;
	margin-bottom:6px;
}

#bodyTop_Text h2{
	color:#457979;
	margin:0;
	padding:0;
	font-size:15px;	
	line-height:22px;
}


#bodyTop_Bottom {
	position:absolute;
	top:145px;
	left:0px;
	margin:0;
	padding:0;
	height:5px;
	display:block;
	width:100%;
	background: transparent url(common/top_background.jpg) left top no-repeat;
/*	
background:#265C5D; 
*/
}


#bodyTop_Channels{
	font-family: Arial,Helvetica,sans-serif;
	position:absolute;
	top:120px;
	left:250px;
	margin:0;
	padding:0;
}

#bodyTop_Channels ul{
	list-style:none;
	margin:0;
	padding:0;
}

#bodyTop_Channels ul li{
	font-size: 14px;
	float: left;
	padding-right: 20px;
}

#bodyTop_Channels ul li.current{
	font-weight: bold;
}

#bodyTop_Channels a{
	color:black;
	text-decoration:none;
}

#bodyContent{
	margin:0px;
	z-index:1;
}

#bodyContentContent{
	position:absolute;
	top:0px;
	left:0px;
	width: 400px;
	margin:0px;
	margin-top:165px;
	margin-left: 250px;
	z-index:2;
	font-size:12px;
}


#bodyContent_Macronavigation {
	font-family: Arial,Helvetica,sans-serif;
	position:absolute;
	top:0px;
	left:0px;
	width: 200px;
	margin:0px;
	margin-top:175px;
	float:left;
	overflow:hidden;
}



#bodyContent_Macronavigation ul{
	padding:0px;
	margin:0px;
	border:0px;
	list-style:none;
	width: 205px;
}
#bodyContent_Macronavigation ul li{
	width: 205px;
	padding-left:11px;
	margin-top:2px;
	margin-bottom:5px;
	line-height:125%;
}

html>body #bodyContent_Macronavigation ul li{
	width: 194px;
	padding-left:11px;
	margin-top:2px;
	margin-bottom:5px;
	line-height:125%;
}

#bodyContent_Macronavigation ul li:hover,
#bodyContent_Macronavigation ul li.current{
	width: 205px;
	background-color:#FFD500;
	padding-left:11px;
	line-height:125%;
	margin-top:2px;
	margin-bottom:5px;
}


html>body #bodyContent_Macronavigation ul li:hover,
html>body #bodyContent_Macronavigation ul li.current{
	background-color:#FFD500;
	width: 194px;
	padding-left:11px;
	margin-top:2px;
	margin-bottom:5px;
	line-height:125%;
}

#bodyContent_Macronavigation a{
	color:black;
	text-decoration:none;
}
#bodyContent_Macronavigation a:hover{
	text-decoration:none;
}
#bodyContent_Macronavigation ul li.current a:hover{
	color:black;
	text-decoration:none;
}

#pageelementTranslate{
	font-size:10px;
	margin-top:20px;
	font-weight:normal;
	padding-left:11px;
}

#pageelementTranslate a{
	font-weight:normal;
}

#pageelementTranslate a.current{
	font-weight:bold;
}

#bodyBottom_Copyright{
}

#Copyright{
	padding-top:20px;
	display:block;
	z-index:100;
	font-size:9px;
	margin-top:10px;
	margin-bottom:10px;

}
#Copyright a{
	font-size:9px;
	color:black;
	text-decoration:none;	
}

/****************/
/* Navigation */
/***************/
div.child { 
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  z-index:999;
}

div.menu {
  width: 180px; 
  border: solid 1px #265C5D;
  background-color: #FFFFFF;
  z-index:999;
}

div.navDropdown {   
  height: 17px;
  display: block;
  white-space:nowrap;
  padding-left:8px;
  border-right:none;
  border-bottom: solid 1px white;
  z-index:999;
}

div.navDropdown a,
div.navDropdown a:link,
div.navDropdown a:visited,
div.navDropdown a:active{
	color:black;
	text-decoration:none;
  	z-index:999;
}

/***************/
/* Links */
/***************/

a:link {
  color: #0000cc;
  text-decoration: underline;
}

 a:visited  {
  color: #551a8b;
  text-decoration: underline;
}
a:hover, a:active {
  color: #ff0000;
}

h1{
	font-size:160%;
	line-height:150%;
}

h1.title{
	margin-top:0;
	padding-top:0;
	line-height:100%;
}

h2{
	font-size:140%;
}

h3{
	font-size:120%;
}

h4{
	font-size:110%;
}

h5{
	font-size:100%;
}


caption {
	font-size:10px;
	font-weight:bold;
	text-align:center;	
	margin-top:10px;
	margin-bottom:10px;
}

blockquote {
	padding:0;
	margin:0;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
}


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

.emphasis{
	margin:15px;
	padding:5px;
	border:1px solid black;
}


strong,b{
	font-weight:bold;
}

i,em{
	font-style:italic;
}

/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#A9D5A9; }
.primColorMedium0 { background-color:#457979; } 
.primColorLight0 { background-color:#FFD500; } 

.secndColorStrong1 { background-color:#A9D5A9; }
.secndColorStrong0 { background-color:#FFD500; }
.secndColorMedium1 { background-color:#D5D579; } 
.secndColorMedium0  { background-color:#D5D579; }
.secndColorLight1 { background-color:#E9E9B0; }
.secndColorLight0 { background-color:#E6E7B9; }

.teaserColor { background-color:#800000; } 

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; } 
.neutralColorLight0 { background-color:#E2E3DE; } 
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; } 


/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #436976; } /* primColorStrong0 */
.cmsTxtColorStrong1 { color: #666666; } /* neutralColorStrong0 */
.cmsBgColorStrong0 { background-color: #8CABB9; } /* primColorStrong0 */
.cmsBgColorStrong1 { background-color: #CCCCCC; } /* neutralColorLight0 */
.cmsBgColorMedium0 { background-color: #DDE6EC; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */

.ftTH { background-color:#DDEFFC; }
.ftTD { background-color:#EEEEEE; }
