/* ===============================================================================
    CSS-Datei für sowohl die html-Seiten der eLearning-Tage als auch die
    in mod-survey realisierte Anmeldung
   =============================================================================== */

body            {
				background: white url(title.png) top center no-repeat;
				text-align:center;
			    width: 100%;
				height: 100%;
				padding: 160px 0 0 0;
				margin: 0px;
                }


/* ----- SCHRIFT ---------------- */
h1, h2, p, li, div    {
                 color: black;
                 font-family: Verdana, Helvetica, Arial, sans-serif;
                 }
h1, h2, h3, em	 {
			     color: #4978bc;
}
h1               {
                 font-size: 1.6em;
                 font-weight: bold;
                 }
h2               {
                 font-size: 1.2em;
                 font-weight: bold;
                 margin-top: 40px;
                 }
h3				 {
				 font-size: 0.8em;
				 margin-top: 40px;
				 }
p 	{
	text-align:left;
	}

#navi p          {
                 font-size: 10px;
                 text-align: left;
}
#linklayer p     {
                 font-size: 0.8em;
                 text-align: left;
                 }
#texlayer ul     {
                 }
#textlayer li    {
                 margin: 0px 120px 0px 100px;
                 padding: 0px;
					  list-style: none;
                 }
#konto           {
                 margin-left: 100px;
                 font-size: 10px;
                 }
p.konto          {
                 margin: 0px 4px 4px 90px;
                 font-size: 11px;
                 }
small            {
                 font-size: 11px;
                 }
em				{
				font-weight: bold;
				}

/* ----- LINKFORMATIERUNG -------- */
a:link           {
                 color:#103f87;
                 text-decoration:underline;
                 }
a:visited        {
                 color: #4978BC;
                 text-decoration:underline;
                 }
a:focus          {
                 color:#103f87;
                 text-decoration:underline;
                 }
a:hover          {
                 color:#103f87;
                 text-decoration:underline;
                 }
a:active         {
                 color:#819dd5;
                 text-decoration:underline;
                 }
a img            {
                 border: 0px solid white;
}
#navilayer ul.navi	{
				padding: 0;
				margin: 0;
}
#navilayer .navi li	{
	            padding: 0 3px;
                display:inline;
                font-size: 0.8em;
}

/* ----- LAYERPOSITIONIERUNG ----- */
#hauptlayer, #mdsbody      {
				position:relative;
				margin:0 auto;
				padding:0;
				z-index:1;
				width: 890px;
                }
#navilayer		{
				position: relative;
				z-index:4;
				text-align: left;
				width: 100%;
}
#textlayer		{
				position:relative;
				text-align:left;
				padding-top: 30px;
				padding: 15px;
				line-height: 160%;
}
#logolayer       {
                 position: relative;
                 text-align: left;
					  padding-left:15px;
                 padding-top: 50px;
					  padding-bottom:20px;
					  background: white url(hgkoblenz.png) top center no-repeat;
                 }
#mottolayer       {
                 position: relative;
                 left: 230px;
                 top: 30px;
                 width: 167px;
                 height: 63px;
                 }
#linklayer       {
                 position: absolute;
                 top: 380px;
                 left: 190px;
                 width: 460px;
                 font-size: 0.7em;
                 text-align: right;
                 z-index:2;
                 }
td.zeitblau {
color: White;
background-color: #4978BC;
font-weight: bold;
}

td.zeitgruen {
color: White;
background-color: #50ad34;
font-weight: bold;
}

p.vortragende {
font-style: italic;
padding-bottom:0px;
margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	text-align:center;
}

p.vortragarea {
font-style: normal;
padding-bottom:0px;
margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	text-align:center;
}

p.vortragstitel {
	font-weight: bold;
	color: #4978BC;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-align:center;
}

.pausetitel {
	font-weight: bold;
	color: #50AD34;
	text-align:center;
}

