/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

        background-image: url(scd_darmstadt.png);
        background-attachment: fixed;
        background-repeat: repeat-y;
        background-size: 100%;
	background-color: #FFFFFF;

}

a {
	color: darkblue;
	font-weight:bold;
        text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	color: darkred;
	font-family: Arial, Helvetica, sans-serif;

}
h1{
 font-size: 40pt;
}
h2{
 font-size: 35pt;
}
h3{
 font-size: 30pt;
}
h4{
 font-size: 20pt;
 font-weight: normal;
}
h5{
 font-size: 15pt;
}
h6{
 color: black;
 font-size: 8pt;
 font-weight: normal;
}

p {
  font-size: 20pt;
}

ul{
	margin-left: 30px;
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: inside;
	text-decoration: none;
	line-height: 1.4em;
	text-align:left;
}
ul.maintext{
	margin-left: 130px;
	padding-left: 130px;
	list-style-type:disc;
	text-decoration: none;
	line-height: 1.4em;
	text-align:left;
}

ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

