body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0px;
	background:#ffffff;
        background-image:url(../images/background.png);
        background-repeat:repeat-y;
        background-position:right;
	}

iframe{
  position:fixed;
  top:5px;
  left:5px;
}

h1
	{
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
        text-align:center;
	}

table h1, li h1, dt h1, dd h1
	{
	font-size: 1.6em;
	}

h2
	{
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
        text-align:center;
	}

table h2, li h2, dt h2, dd h2
	{
	font-size: 1.4em;
	}

h3
	{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
        text-align:left;
	}

table h3, li h3, dt h3, dd h3
	{
	font-size: 1.2em;
	}

h4
	{
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	}

table h4, li h4, dt h4, dd h4
	{
	font-size: 1.0em;
	}

h5
	{
	font-size: 70%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 2px;
	letter-spacing: 0.1em;
	}

h6
	{
	font-size: 70%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 2px 20px;
	letter-spacing: 0.1em;
	}

p
	{
	font-size: 12px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	}

p p
	{
	font-size: 100%;
	}

ul
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
	}

ul ul
	{
	margin-left: 20px;
	}

ol
	{
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	}

li
	{
	font-size: 100%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	}

li h4, li h5, li h6, li dt, li dd, li li
	{
	font-size: 100%;
	}

dl
	{
	list-style-position: inside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

dt
	{
	font-size: 70%;
	letter-spacing: 0.1ex;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

dt h4, dt h5, dt h6
	{
	font-size: 100%;
	}

dd
	{
	font-size: 70%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

dd dl
	{
	padding: 0px;
	}

dd p, dd h4, dd h5, dd h6, dd dt, dd dd, dd li
	{
	font-size: 100%;
	}

table
	{
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

fieldset table
	{
	margin-bottom: 0px;
	}

table p, table h4, table h5, table h6, table li, table dt, table dd, table table
	{
	font-size: 100%;
	}

/*Tabellenreihenhervorhebung:*/

tr#title1
        {
        background-color:#ffffee
        }

tr#title2
        {
        background-color:#eeeedd
        }

td
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

th
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	}

em
	{
	font-weight: bold;
	font-style: normal;
	}

strong
	{
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.2ex;
	}

code
	{
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-color: #CCCCCC;
	}

pre
	{
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	font-weight: normal;
	background-color: #CCCCCC;
	font-size: 70%;
	padding: 10px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

address
	{
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	font-weight: normal;
	background-color: #CCCCCC;
	font-size: 70%;
	padding: 0px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

a:link
	{
	color: #222222;
	text-decoration: none;
	}

a:visited
	{
	color: #111111;
	text-decoration: none;
	}

a:focus
	{
	color: #222222;
	text-decoration: none;
	}

a:hover
	{
	color: #444444;
	text-decoration: underline;
	}

a:active
	{
	color: #8E217D;
	text-decoration: underline;
	}

address a:visited, pre a:visited, code a:visited
	{
	color: #333333;
	}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link
	{
	color: #8E217D;
	text-decoration: none;
	}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
	{
	color: #8E217D;
	text-decoration: none;
	}

h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus
	{
	color: #5E1653;
	text-decoration: none;
	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
	{
	color: #5E1653;
	text-decoration: none;
	}

h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active
	{
	color: #5E1653;
	text-decoration: none;
	}

div#projekte_a {
height:auto; width:800px; background-image:url(../images/line_red.png); background-repeat:repeat-y; color:white; margin-bottom:10px;
}
div#projekte_b {
height:auto; width:800px; background-image:url(../images/line_blue.png); background-repeat:repeat-y; color:white; margin-bottom:10px;
}
div#projekte_c {
height:auto; width:800px; background-image:url(../images/line_green.png); background-repeat:repeat-y; color:white; margin-bottom:10px;
}
div#projekte_a h3, div#projekte_b h3, div#projekte_c h3 {
text-align:left; margin-left:10px; padding:5px
}
div#projekte_a_small {
height:auto; width:auto; background-color: #cc0101; color:white; padding-left: 5px;
}
div#projekte_b_small {
height:auto; width:auto; background-color: #003399; color:white; padding-left: 5px;
}
div#projekte_c_small {
height:auto; width:auto; background-color: #009900; color:white; padding-left: 5px;
}

.links
	{
	text-align: left;
	}

.rechts
	{
	text-align: right;
	}

.oben
	{
	margin-top: 0px;
	}

.unten
	{
	margin-bottom: 0px;
	}

.emphaticon
	{
	letter-spacing: 0.3em;
	}

samp
	{
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	font-size: 100%;
	letter-spacing: 0.1ex;
	}

cite
	{
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: 0.1ex;
	word-spacing: 0.5ex;
	}

blockquote
	{
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-style: italic;
	word-spacing: 0.5ex;
	letter-spacing: 0.05ex;
	text-align: left;
	}

hr
	{
    color: #373737;
	background-color: #373737;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 2px;
	padding: 0px;
	line-height: 2px;
	}

kbd
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #666666;
	padding: 0px 1px;
	background-color: #CCCCCC;
	letter-spacing: 0.1em;
	white-space: nowrap;
	margin: 0px;
	}

sup
	{
	font-size: 80%;
	}

sub
	{
	font-size: 80%;
	}

del
	{
	text-decoration: line-through;
	}

ins

	{
	text-decoration: underline;
	}

fieldset
	{
	border: medium outset #8E217D;
	padding: 5px;
	margin-bottom: 10px;
	background-color: E8D3E5;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

input
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.wichtich
	{
	font-weight: bold;
	color: 8E217D;
	letter-spacing: 0.1em;
	}

.ganzwichtich
	{
	font-weight: bold;
	color: 8E217D;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	margin-top:10px;
	text-transform: uppercase;
	}

.hrtext
	{
	margin: 0px 0px 5px;
	padding: 0px;
	color: 8E217D;
	word-spacing: 0.1em;
	background-color: #E8D3E5;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #8E217D;
	}

.button
	{
	background-color: #8E217D;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 4 solid #C790BE;
	border-right: 4 solid #47113F;
	border-bottom: 4 solid #47113F;
	border-left: 4 solid #C790BE;
	margin: 10px 40px 10px 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	}

.button a:link, .button a:visited, .button a:focus, .button a:hover, .button a:active
	{
	color:#FFFFFF;
	text-decoration: none;
	}

.fusslink
	{
	font-size: 77%;
	text-transform: uppercase;
	color: #8E217D;
	text-align: center;
	vertical-align: top;
	}

.fusslink a:link, .fusslink a:visited, .fusslink a:focus, .fusslink a:hover, .fusslink a:active
	{
	color:#8E217D;
	text-decoration: none;
	}

.lehrveranstitel
	{
	color:#8E217D;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:40px;
	}

.lehrveranstitel a:link, .lehrveranstitel a:visited, .lehrveranstitel a:focus, .lehrveranstitel a:hover, .lehrveranstitel a:active
	{
	color:#8E217D;
	}

.weiterleitung
	{
	color:#8E217D;
	font-weight:bold;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	}

.keinli
	{
	list-style-image: url(http://www.uni-kiel.de/fakultas/grafik/nullpunkt.gif);
	font-style: italic;
	}

.normal
	{
	font-size: 70%;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	}

.knoepfchen
	{
	background-color: #8E217D;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 2 solid #CA93C1;
	border-right: 2 solid #47113F;
	border-bottom: 2 solid #47113F;
	border-left: 2 solid #C790BE;
	margin: 0px 0px 0px 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	letter-spacing: normal;
	line-height: 200%;
	word-spacing: normal;
	}

.hinweis
	{
	font-style: italic;
	}
