


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- 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; 
}



/******CSS1******/
@media all
{
	/****************** LAYOUT *******************/
	body 
	{ padding:0px; margin:0px 0px 0px 0px; /*text-align:center;*/ background-color:#ffcc00; 
		background-position:top center; font-family:sans-serif; z-index:-2;
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/bg_kachel2.gif); }
	div.page 
	{ text-align:left; margin:0px auto; z-index:0; background-repeat:repeat-y; min-height:1000px; }
	div.pageTop 
	{ width:1004px; height:435px; z-index:2; border-top:1px solid #990000; 
		border-left:1px solid #990000;border-right:1px solid #990000; 
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/bg_top.gif); }
	div.pContent 
	{ width:1004px; text-align:left; z-index:3; border-left:1px solid #990000;
		border-right:1px solid #990000; 
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/bg_site.gif); }
	* html div.page
	{ height:1000px; }
	div.subnav 
	{ position:absolute; left:20px; top:400px; z-index:4;}
 
	/*formatierung inhaltsbereich*/
	div#inhalt 
	{ margin:0px; /*overflow:hidden;*/ position:relative; left:310px;  top:-160px; 
		width:625px; z-index:3; }
	div#inhaltoben 
	{ position:relative; left:150px; width:400px; /*height:100px;*/ margin:0px; }
	div#inhaltunten 
	{ position:relative; left:150px; bottom:0px; width:480px; text-align:right; }
	div.pageFoot 
	{ position:relative; /*bottom:267px;*/ bottom:13px; width:1004px; height:268px;z-index:2; 
		border-bottom:20px solid #990000;border-left:1px solid #990000;border-right:1px solid #990000; 
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/bg_bottom.gif); }

	/*************** CONTENT ****************/
	a  {font-family:'Kristen ITC', 'Comic Sans MS', sans-serif; color:#ffcc00; text-decoration:none;} 
	a:hover { border:0px; font-family:'Kristen ITC', 'Comic Sans MS', sans-serif; color:#ffff66; text-decoration:none}
	p a, #inhalt .neuigkeiten a {padding-left:34px; text-decoration:none; color:#990000; font-weight:bold; font-family:arial; background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/link.gif); background-repeat:no-repeat; }
    p a:hover, #inhalt .neuigkeiten a:hover {border:0px; color:#ff0033; font-family:arial; }
  
    #inhalt .neuigkeiten {padding:0.75em 0.5em 0.5em; margin:0.25em 0 1em 1em; border:6px dotted #FF0033; border-width:4px 0;}
	#inhalt .neuigkeiten h2 {padding-left:1em; margin-bottom:0.5em; color:#FF0033;}
    #inhalt .neuigkeiten ul,
	#inhalt .neuigkeiten li {list-style:disc; margin:0; padding:0;}
	#inhalt .neuigkeiten li {margin-bottom:0.5em; margin-left:1em;}
	
	/*allgemeine elemente*/
	div#wolke
	{ background-repeat:no-repeat; margin:0px; 
		position:relative; top:0px; left:252px; height:173px; width:742px; overflow:hidden;}
	div#logo
	{ margin:0px; height:75px; width:200px; position:absolute; left:25px; top:13px;}
	div#kinder
	{ margin:0px; height:270px; width:270px; position:absolute; left:-18px; top:113px;z-index:4;}
	div#eltern
	{ margin:0px; height:180px; width:167px; overflow: visible; position:absolute; 
		left:840px; top:118px;z-index:4; display: none;}
	div#print
	{ margin:0px; position:absolute; left:200px; bottom:152px; z-index:6; }
        div#print /*a img*/ { width:67px; height:80px; overflow:hidden; }
	/*div#print a:hover img { width:234px;height:80px; }*/
	div#backtotop
	{ margin:0px; position:relative; left:265px; top:100px; z-index:5; width:67px; height:80px; overflow:hidden; }
	div#next
	{ margin:0px; position:absolute; left:315px; bottom:70px; visibility:hidden; z-index:5;}
	img#bgunten
	{ margin:0px; border:0px; padding:0px; position:absolute; bottom:-100px; left:0px;display:none;} 
	div#meta_unten
	{ position:relative; z-index:2; left:20px; top:155px; height:18pt; width:380px; overflow:hidden;}
	a.fuss
	{ font-family:Arial,sans-serif; border:0px; font-weight:bold; font-size:10pt; 
		line-height:11pt; padding:0px; color:#ffcc00; margin:0px; display:inline;}
	a.fuss:hover
	{ font-family:Arial,sans-serif; border:0px; font-weight:bold; font-size:10pt; 
		line-height:11pt; padding:0px; color:#ffff66; margin:0px; display:inline;}
	span.linkname,p.linkname /*Ausgabe von Linktext in Textbrowsern - für Grafiklinks, die nur aus background-images aufgebaut sind*/
		{display:none}
		
	/*formatierung hauptmenu <del>an sprechblase</del>*/
	/* update2008-01-19 j.raff: text der menuepunkte immer sichtbar, also klassische 2 ebenen-navigation wieder hergestellt */
	#hauptmenu {position:absolute; left:30px; top:380px; width:211px;}
	
	#hauptmenu ul, #hauptmenu li {list-style:none; margin:0; padding:0; zoom:1;}
	
	/* erste ebene */
	#hauptmenu ul li a {
		display:block; min-height:50px; padding-right:70px; padding-top:20px;
		line-height:100%; font-size:120%; font-weight:bold;
		background-repeat:no-repeat; background-position:right top;
	}
	
	* html #hauptmenu ul li a {height:50px; zoom:1;}
	
	#hauptmenu ul li a.nr1 {background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/tree/ku_nav1.gif);}
	#hauptmenu ul li a.nr2 {background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/tree/ku_nav2.gif);}
	#hauptmenu ul li a.nr3 {background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/tree/ku_nav3.gif);}
	#hauptmenu ul li a.nr4 {background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/tree/ku_nav4.gif);}
	#hauptmenu ul li a.nr5 {background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/tree/ku_nav5.gif);}
	#hauptmenu ul li a.nr6 {background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/tree/ku_nav6.gif);}
	#hauptmenu ul li a.nr7 {background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/tree/ku_nav7.gif);}
	#hauptmenu ul li a.nr8 {background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/tree/ku_nav8.gif);}
	#hauptmenu ul li a.nr9 {background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/tree/ku_nav9.gif);}
	
	/* zweite ebene */
	#hauptmenu ul li li a  {
		background:url(http://www.kinderuni-dresden.de/common/css/common/img/tree/folder.gif) no-repeat left top;
		min-height:20px; padding:0 30px 0 24px; margin-bottom:9px;
		line-height:130%; font-size:90%; font-weight:bold;
	}
	
    * html #hauptmenu ul li li a {height:20px;}
    
	a#ebene0selected,
	a#ebene0selectednode,
	a#ebene1selected {color:#FFFF66;}
	
		
	/*für Kontextseiten*/
	a#zurueck_hm /*background-images müssen später evtl. noch ausgetauscht und höhe angepasst werden*/
	{ margin:0px; width:62px; height:62px; 
		background-repeat:no-repeat; background-position:top left; position:absolute; z-index: 5;
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/navi_links.gif); }
	a#zurueck_hm:hover
	{ margin:0px; width:169px; height:89px; 
		background-repeat:no-repeat; background-position:top left; position:absolute; z-index: 6;
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/haupt_stift_hover.gif); }
	div.frage 
	{ background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/frage.gif); }
 	div.antwort 
 	{ background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/antwort.gif); }
 
	/*formatierung submenu linke seite*/
        div.area {margin-bottom:8px;width:150px; font-family:'Kristen ITC', 'Comic Sans MS', sans-serif;}
        div.area a {sans-serif; line-height:14pt; font-size:13pt;/*17pt;*/ 
		font-weight:bold; color:#990000;}
        div.area a:hover {color:#ffcc00;}
	/* div#submenu */
        div.linkElement
		{ margin:0px 3px 0px 3px; width:150px; height:auto;}
	/* h1.submenu */
        span.toggleKey
		{/*white-space:pre;*/ font-family:'Kristen ITC', 'Comic Sans MS', sans-serif; line-height:14pt; font-size:13pt; 
		font-weight:bold; color:#990000;}
	/* ul.submenu */
        span.itemText
		{position:relative;top:-21px;margin:0px 0px 0px 21px; display:block; color:#ffcc00; /*list-style-type:disc; list-style-position:inside;*/ padding-left:0px;}

	a.subhead
		{/*white-space:pre;*/ margin:0px; font-family:'Kristen ITC', 'Comic Sans MS', sans-serif; font-size:17pt; font-weight:bold; color:#990000;}
	a.subhead:hover
		{/*white-space:pre;*/ margin:0px; font-family:'Kristen ITC', 'Comic Sans MS', sans-serif; font-size:17pt; font-weight:bold; color:#ffcc00;}
	
	/*formatierung meta-navi*/
	/*briefkasten*/
	div#meta1a
	{ margin:0px; position:absolute; left:278px; top:158px; z-index:9;}
	a#meta1
	{ margin:0px; width:89px; height:61px; 
		background-repeat:no-repeat; background-position:top left; position:absolute; z-index:9;
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/meta_briefkasten2.gif); }
	/*a#meta1:hover
	{ margin:0px; width:130px; height:89px; 
		background-repeat:no-repeat; background-position:top left; position:absolute; z-index:9;
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/meta_briefkasten_hover.gif); }*/
	/*anmelden*/
	div#meta2a
	{ margin:0px; position:absolute; left:409px; top:173px; z-index:11;}
	a#meta2
	{ margin:0px; width:164px; height:66px;
		background-repeat:no-repeat; background-position:top left; position:absolute; z-index:9;
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/meta_anmelden2.gif); }
	/*a#meta2:hover
	{ margin:0px; width:130px; height:89px; 
		background-repeat:no-repeat; background-position:top left; position:absolute; z-index:9;
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/meta_anmelden_hover.gif); }*/
		
	/*lageplan*/
	/*
	div#meta3a
	{ margin:0px; position:absolute; left:362px; top:200px; z-index:7;}
	a#meta3
	{ margin:0px; width:50px; height:50px; 
		background-repeat:no-repeat; background-position:top left; position:absolute; z-index:9;
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/meta_lageplan.gif); }
	a#meta3:hover
	{ margin:0px; width:130px; height:89px; 
		background-repeat:no-repeat; background-position:top left; position:absolute; z-index:9;
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/meta_lageplan_hover.gif); }
	*/
	/*video*/
	div#meta4a
	{ margin:0px; position:absolute; left:333px; top:183px; z-index:10; }
	a#meta4
	{ margin:0px; width:78px; height:57px; 
		background-repeat:no-repeat; background-position:top left; position:absolute; z-index:9;
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/meta_video2.gif); }
	/*a#meta4:hover
	{ margin:0px; width:130px; height:89px; 
		background-repeat:no-repeat; background-position:top left; position:absolute; z-index:9;
		background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/kinder/meta_video_hover.gif); }*/
	
			
	/*formatvorlagen inhalt*/
	a.achtung
		{font-family:Arial,sans-serif; font-size:11pt; font-weight:bold; line-height:17pt; 
		color:#ffff66; text-decoration:none}
	a.achtung:hover
		{font-family:Arial,sans-serif; font-size:11pt; font-weight:bold; line-height:17pt; 
		color:#ffcc00; text-decoration:none}
	a.klein
		{text-align:justify; border:0px; font-weight:bold; font-size:10pt; 
		line-height:11pt; padding:0px; color:#990000; font-family:Arial,sans-serif; margin:0px;}
	a.klein:hover
		{text-align:justify; border:0px; font-weight:bold; font-size:10pt; 
		line-height:11pt; padding:0px; color:#ff0033; font-family:Arial,sans-serif; margin:0px;}
	a.semesteranker
		{margin:0px; border:0px; text-align:center; font-family:'Kristen ITC', 'Comic Sans MS', sans-serif; 
		font-size:15pt; font-weight:normal; color:#990000;}
	a.semesteranker:hover
		{margin:0px; border:0px; text-align:center; font-family:'Kristen ITC', 'Comic Sans MS', sans-serif;
		font-size:15pt; font-weight:normal; color:#990000;}
	a.teaserkontext
		{font-family:Arial,sans-serif; font-size:11pt; font-weight:bold; line-height:17pt; 
		color:#990000; text-decoration:none}
	a.teaserkontext:hover
		{font-family:Arial,sans-serif; font-size:11pt; font-weight:bold; line-height:17pt; 
		color:#ff0033; text-decoration:none}
	div.achtung
		{position:relative; margin:0px 0px 5px 0px; float:left; border:3px solid #ff0033; 
		width:624px; background-color:#ff0033;}
	div.allcenter
		{width:100%; text-align:center;}
	/*div.bild*/
        div.imgouter { margin:5px 0px; border:3px solid #ffcc00; padding:0px; background-color:#ffcc00; float:none; }
        div.imginneral { text-align:left; }
        div.imginnerar { text-align:right; }
        /*div.imginneral img { float:left; }*/
        /*div.imginneral imglr ,div.imginnerar imglr { clear:both; }*/
        /*div.imglr img {float:none; }*/
        /*div.imginnerar img { float:right; }*/
        /*div.imgouter div.imginneral div.imglr img, div.imgouterfl div.imglr img { float:left; height:100%; }*/
        /*div.imgouter div.imginnerar div.imglr img, div.imgouterfr div.imglr img { float:right; height:100%; }*/
        div.imglr a { background-image:none; padding:0px; }
	/*div.bildkommentar*/
        div.subbar
		{/*text-align:justify;*/ border:0px; font-weight:normal; font-size:10pt;
		line-height:11pt; padding:0px; color:#990000; font-family:Arial,sans-serif; margin:3px 5px 5px 5px;}
        /*div.imginnerar div.subbar { float:right; }*/

	/*div.bildkommentarkleinhoch*/
        div.subtxt3 { /*text-align:right;*/ /*width:140px;*/ border:0px; font-weight:normal; font-size:10pt; 
		      line-height:11pt; padding:0px; color:#990000; font-family:Arial,sans-serif; margin:0px 5px 5px 5px; }
        div.subtitle {/*text-align:right;*/ /*width:140px;*/ border:0px; font-weight:normal; font-size:10pt; 
		      line-height:11pt; padding:0px; color:#990000; font-family:Arial,sans-serif; margin:0px 5px 5px 5px;}
	div.bildkommentarkleinquer
		{text-align:left; width:185px; border:0px; font-weight:normal; font-size:10pt; 
		line-height:11pt; padding:0px; color:#990000; font-family:Arial,sans-serif; margin:0px 5px 5px 5px;}
	div.bildkommentarkleinquer2 /*für achtung-divs, in anderer farbe*/
		{text-align:left; width:190px; border:0px; font-weight:normal; font-size:10pt; 
		line-height:11pt; padding:0px; color:#ffff66; font-family:Arial,sans-serif; margin:0px 5px 5px 5px;}
	/*div.bildlinks*/
        div.imgouterfl { margin:5px 10px 5px 0px; border:3px solid #ffcc00; padding:0px; background-color:#ffcc00; float:left; }
	/*div.bildrechts*/
        div.imgouterfr { margin:5px 0px 5px 10px; border:3px solid #ffcc00; padding:0px; background-color:#ffcc00; float:right; }
	div.bildtext /*umschließende div für das (optionale) Bild*/
		{margin:5px 20px 10px 10px; border:0px; width:200px; padding:0px; text-align:center; float:left;}
	div.bildtextprof /*umschließende div für das (optionale) Bild*/
		{margin:0px 20px 10px 10px; border:0px; width:200px; padding:0px; float:left; overflow:hidden;}
	/*div.bildunterschrift*/
        div.subtxt2 { /*text-align:right; margin:0px 10px;*/ margin:0px 5px 5px 5px; border:0px; font-weight:bold; font-size:10pt; 
		      padding:0px; color:#990000; font-family:Arial,sans-serif;}
	div.bildunterschrift2 /*für achtung-divs, andere Farbe...*/
		{text-align:right; margin:0px 10px; border:0px; font-weight:bold; font-size:10pt; 
		padding:0px; color:#ffff66; font-family:Arial,sans-serif;}
	div.fotomodul
		{text-align:center; margin:0px; border:3px solid #ffcc00; padding:0px; float:left;}
	div.fotomodulaussen
		{margin:5px 0px; border:3px solid #ffcc00; padding:0px; background-color:#ffcc00;}
	div.inhaltsumbruch
		{margin:0px; clear:both; height:20px;}
	div.inhaltsumbruchschmal
		{margin:0px; clear:both; height:1px;}
	div.inhaltsumbruchschmal1
		{margin:0px; height:1px;}
	div.special
		{font-weight:bold; margin:2px 0px;}
	div.text
		{font-family:Arial,sans-serif; font-size:11pt; line-height:17pt; color:#990000;}
	div.textbild1 /*umschließende div für einen ganzen text-bild-block */ 
		{position:relative; margin:0px 0px 5px 0px; float:left; border:3px solid #ffcc00; 
		width:624px; background-color:#ffcc00;}

	img.banner /*für id-Banner an Überschriften von News / Vorlesungen / Profs*/
		{float:left; margin:0px 10px 0px 0px;}
	img.gross
		{/*für diese Klasse sind nur Querformatige Bilder 624 x 468 px zulässig.*/}
	img.icon /*für icons unter den Bildern des Fotomoduls*/
		{display:inline;}
	img.modulfoto
		{margin:10px 0px 3px 0px;}
	img.modulfotoprof
		{margin:10px 0px 3px 0px; float:left;}
	img.tipp
		{margin:20px 20px 13px 20px; float:left;}
	p.achtung
	/*{margin:15px 10px 15px 10px; color:#ffff66; border:3px solid #ff0033; float:left; }*/
	{ padding:15px; width:100%; color:#ffff66; background-color:#ff0033; }
	p.achtung h2 { text-align:left; margin:10px 0px 0px 12px; color:#ffcc00; }
	p.achtung h3 { text-align:left; margin:5px 0px 0px 12px; color:#ffcc00; font-family:Arial,sans-serif; }
	p.achtung a { background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/link_rot.gif); background-repeat:no-repeat; }
	
	p.bildunterschrift
		{/*text-align:right;*/ margin:0px; font-weight:bold; font-size:10pt; border:0px; padding:0px 10px 0px 10px;}
	p.footer
		{margin:0px 0px 10px 0px; font-weight:bold; font-size:10pt;}
        /*p.footer span {font-size:10pt;color:#ff6633;}wird nicht richtig vererbt*/
	p.footertips
		{margin:0px 0px 10px 0px; font-size:10pt;}
	p.list
		{display:inline; font-weight:bold;}

	p.list2
		{display:inline;}
	p.special /*untertitel innerhalb von bildtext */
		{display:inline; font-weight:bold; margin:15px 0px 0px 0px;}
	p.abstract /*abstract, kurzer text zu beginn der seite*/
		{font-weight:bold;}
	p.textbildhead
		{margin:10px 12px 0px 0px; font-weight:bold;}
	p.textbild1_text /*textformatierung für textbildblöcke */
		{margin:15px 10px 15px 10px;}
	p.textbild1_textinline
		{margin:15px 10px 15px 10px; display:inline;}
	p.texthead
		{font-weight:bold; margin:15px 20px 15px 20px;}
	p.tipp 
		{margin:5px 20px 5px 20px;padding:3px 3px 3px 3px;border:2px solid #ff0033;}
        p.textbild1 /*eingefügt!*/
                { float:left; width:624px; border:3px solid #e7b901; background-color:#e7b901;}

       div.bildserie1,p.bildserie1 { margin:0px; padding:0px 0px 0px 0px; background-color:#e7b901; }
       div.bildserie1 img,p.bildserie1 img { margin:0px; padding:5px 0px 5px 5px; border:none; background-color:#e7b901; }

       p.newsteaser { background-color:#ffcc00; padding:15px; width:100%; }
        /*p.newsteaser imgouterfl {  background-color:#ffcc00; }*/
       /*geht nicht:p.newsteaser h2,p.newsteaser h3 { background-color:#ffcc00; }*/
	p.newsteaser h2	{ text-align:left; margin:10px 0px 0px 12px; }
	p.newsteaser h3 { text-align:left; margin:5px 0px 0px 12px; font-family:Arial,sans-serif; }
	p.textbild1 a,p.newsteaser a 
	{ background-image:url(http://www.kinderuni-dresden.de/common/css/common/img/link_orange.gif); background-repeat:no-repeat; }
	p.frage
	{ width:380px; padding:0px; margin:10px 0px; color:#990000; list-style-type:disc; 
		list-style-image:url(http://www.kinderuni-dresden.de/common/css/common/img/frage.gif); }
	p.antwort
	{ width:380px; padding:0px 0px 0px 20px; margin:0px; color:#990000; list-style-position:inside; 
		list-style-image:url(http://www.kinderuni-dresden.de/common/css/common/img/antwort.gif); }
	ul.inhaltunten
	{ padding:0px; margin:10px 0px; color:#990000; list-style-type:disc; 
		list-style-image:url(bilder/bullet.gif); list-style-position:inside;
		list-style-image:url(http://www.kinderuni-dresden.de/common/css/common/img/bullet.gif); }
	
	/*allgemeine formatvorlagen*/
	h1.inhalt
	{ margin:0px 0px 17px 0px; text-align:center; font-family:'Kristen ITC', 'Comic Sans MS', sans-serif;
		font-size:17pt; font-weight:bold; color:#990000; }
	h2 
	{ margin:0px 0px 17px 0px; text-align:left; font-family:'Kristen ITC', 'Comic Sans MS', sans-serif;
		font-size:15pt; font-weight:bold; color:#990000;}
	h3 
	{ margin:0px 0px 17px 0px; text-align:left; font-family:'Kristen ITC', 'Comic Sans MS', sans-serif;
		font-size:15pt; font-weight:normal; color:#990000; }
	h4
	{ text-align:left; font-weight:bold; clear:both; color:#990000; }
	hr 
	{ margin:0px; text-align:right; color:#ffcc00; background-color:#ffcc00; height:1px; 
		border:1px solid #ffcc00; }
	img
	{ margin:0px; border:0px; }
	ol 
	{ font-family:Arial,sans-serif; font-size:11pt; line-height:17pt; color:#ff0033; 
		font-weight:bold; list-style-type:decimal; padding:0px 30px; margin:0px;}
	p, .neuigkeiten
	{ margin:0px 0px 10px 0px; font-family:Arial,sans-serif; font-size:11pt; line-height:17pt; color:#990000; }
	/*textarea.ed,iframe { background-color:#ffff66; }*/
	table,tr,td 
	{ vertical-align:top; }
	table.tab_dummy,table.tab_dummy tr,table.tab_dummy td,table.tab_dummy caption 
	{ border:1px solid #ffff66; vertical-align:top; }
	
}

@page 
		{margin:2cm 2cm 2cm 2cm;}
		
@media print{
	/*wurde von mir noch NIE getestet ;-) */
	/*allgemeine formatierung*/
	body { padding:0px; margin:0px; background-image:none; background-color:#ffffff; }
	div.page { text-align:left; margin:0px auto; width:1004px; }
	div.pContent { width:1004px; background-image:none; border:0px; }
	
	/*allgemeine elemente*/
	div#logo
		{margin:0px 0px 20px 0px; height:75px; width:200px; position:relative; left:0px; top:0px;}
	div#wolke, div#kinder, div#eltern, div#previous, div#backtotop, div#next, img#bgoben, img#bgunten, div#hauptmenu1a, 
	div#hauptmenu2a, div#hauptmenu3a, div#hauptmenu4a, div#hauptmenu5a, div#hauptmenu6a, div#submenu, div#meta1a, 
	div#meta2a, div#meta3a, div#meta4a, div#meta5a, div#meta_unten
		{display:none;}
	
	/*formatierung inhaltsbereich*/
	div#inhalt
		{margin:0px; /*overflow:hidden;*/ position:relative; left:0px; top:0px; width:630px; z-index:2;}
		
	div.textbild1 /*umschließende div für einen ganzen text-bild-block */ 
		{position:relative; margin:0px 0px 5px 0px; float:left; border:3px solid #ffcc00; 
		width:624px; background-color:#ffffff;}

		
	/*der Rest wird (hoffentlich?) von @media all übernommen...*/
			
}


