/***********************************************/
/*kolleg.css - CSS für die Kollegseiten*/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 



@import url(navistyleskolleg.css);
@import url(textstyleskolleg.css);
@import url(linkskolleg.css);
@import url(layoutdivskolleg.css);
@import url(frameskolleg.css);



body{
                margin: 0px;
	        padding: 0px;
                background-color: #fff;
                background-image: url(hintergrund.gif);
              
         
}

td {
                vertical-align: top;
}
img {
                border-width: 0px;
}


p, label {
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	color: #444;
	line-height: 160%;
	padding: 0px;
	font-size: 12px;
 }   

label {
font-weight:bold;
}


.csc-section {
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	color: #444;
	line-height: 160%;
	padding: 0px;
	font-size: 14px;

 }   

h1{
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-size: 200%;
                 font-weight: bold;
                 color: #ED1846 ;
                 margin: 0px;
                 padding: 0px;
}

h2{
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-size: 150%;
                 font-weight: bold;
                 color: #099;
                 margin: 0px 0px 10px 0px;
                 padding: 0px;
}

h3{
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-size: 130%;
                 font-weight: bold;
                 color: #099;
                 margin: 0px 0px 10px 0px;
                 padding: 0px;
}

h4{
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 color: #555;
                 font-weight: bold;
                 font-size: 130%;
                 margin: 0px;
                 padding: 0px;
}

h5{
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-size: 100%;
                 font-weight: bold;
                 line-height: 140%;
                 color: #099;
                 margin: 5px 0px 0px 0px;
                 padding: 0px;
}


ul{
                font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 160%;
	font-size: 12px;
                list-style-type: circle;
                margin-top: 0px;
}


ul ul{
                list-style-type: disc;
}

ul ul ul{
               list-style-type: none;
}


ol {
                font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 160%;
	font-size: 12px;
                margin-top: 0px;
}

hr{
                style:solid;
                margin-bottom:0px;
                margin-top:0px;
                color:#099;
                height:1px;
}

