body {
	background: url(background/bg-ulm.jpg);
	background-color: #FFFFCC;
	font-family : sans-serif;
	font-size : 10pt;
	color : #074DA2;
	background-attachment : fixed;
        margin-top:20px;
        margin-left:20px;
        margin-right:20px;
}

a:link  {
	font-family : sans-serif;
	color : #074DA2;
	font-size : 10pt;
	text-decoration : none;
}

a:visited  {
	font-family : sans-serif;
	color : #074DA2;
	font-size : 10pt;
	text-decoration : none;
}

a:active  {
	font-family : sans-serif;
	color : #074DA2;
	font-size : 10pt;
	text-decoration : none;
}

a:hover  {
	font-family : sans-serif;
	color : #074DA2;
	font-size : 10pt;
	text-decoration : underline;
	background : transparent;
	background-color : #ffff00;
}

p {
	font-family : sans-serif;
	font-size : 10pt;
	color : #074DA2;
}


h1  {
	font-family : sans-serif;
	font-size : 20pt;
	font-weight : bold;
	color : #074DA2;
}

h2  {
	font-family : sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color : #074DA2;
}

h3  {
	font-family : sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #074DA2;
}

h4  {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #074DA2;
}

h5  {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #074DA2;
}

h6  {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFCC;
}

ol {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #074DA2;
        list-style-type:upper-roman
}

ul {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #074DA2;
        list-style-type:disc;
}

li {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #074DA2;
}

textarea {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	width: 286px;
	color : #074DA2;
}

input {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #074DA2;
}

select {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #074DA2;
}

tr  {
	font-family : sans-serif;
	font-size : 10pt;
	color : #074DA2;
}

td  {
	font-family : sans-serif;
	font-size : 10pt;
	color : #074DA2;
}

