body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 40px;
	}
	
h1
	{
	font-size: 140%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	}

table h1, li h1, dt h1, dd h1
	{
	font-size: 214%;
	}
	
h2
	{
	font-size: 115%;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	}
	
table h2, li h2, dt h2, dd h2
	{
	font-size: 164%;
	}
	
h3
	{
	font-size: 90%;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	}
	
table h3, li h3, dt h3, dd h3
	{
	font-size: 129%;
	}
	
h4
	{	
	font-size: 70%;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	}
	
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: 70%;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	}

p p
	{
	font-size: 100%;
	}
	
ul
	{
	font-size: 80%;
	list-style-image: url(http://www.uni-kiel.de/fakultas/grafik/punkt.gif);
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	}
	
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: 90%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 1px;
	}

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: 70%;
	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%;
	}

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: #000000;
	text-decoration: underline;
	}

a:visited
	{
	color: #666666;
	text-decoration: underline;
	}

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

a:hover
	{
	color: #8E217D;
	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;
	}

.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: #8E217D;
	background-color: #8E217D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 4px;
	padding: 0px;
	line-height: 4px;
	}

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;
	}
