/* ############## Überschriften, Absätze ############## */

h1, h2, h3, h4, h5{
  clear:both;
}

.profil h2, .csc-textpic h1, .csc-textpic h2, .csc-textpic h3, .csc-textpic h4, .csc-textpic h5{
  clear:none;
}

h1{
  font-size:15px;
  margin:16px 0 10px;
}

h2, #GlossaryEntries #list-header{
  font-size:14px;
  margin:12px 0 8px;
}

h3{
  font-size:13px;
  margin:10px 0 6px;
}

h4{
  font-size:12px;
  margin:8px 0 4px;
}

h5{
  font-size:11px;
  margin:4px 0 2px;
}

p{
  margin:10px 0;
  font-size:12px;
  line-height:18px;
}

/* ############## Listen ############## */

li, #GlossaryEntries, .feuser-single-container .description{
  font-size:12px;
  line-height:18px;
}

ul{
  margin-left:0;
  list-style:none;
}

ul li, ol li ul li{
  background:url(../img/graf/pfeil_grau.png) 0px 7px no-repeat;
  padding-left:10px;
}

ol{
  margin-left:18px;
  padding-left:8px;
  list-style:decimal;
}

ol li{
  background:none;
  margin-left:10px;
  padding-left:0; 
}

li{
  margin-left:12px;
}

/* ############## Tabellen ############## */
table{
  border-collapse:collapse;
}

table{
  width:99%;
}

table.studiengang{
  width:707px;
}

table.studiengang a{
  font-weight:bold;
}

table thead{
  background-color:#EBEBEB;
}

table.studiengang thead td, table.studiengang thead th{
  padding-top:0;
  padding-bottom:0;
  height:30px;
  line-height:30px;
}

table th, table td{
  font-size:11px;
  padding:6px;
  vertical-align:top;
}

table.studiengang th, table.studiengang td, table.contenttable th, table.htmlarea-showtableborders th, table.contenttable td, table.htmlarea-showtableborders td{
  padding:18px 12px;
  border:1px solid #CCC;
}

table.partneruniversities th, table.partneruniversities td {
  padding: 2px;
  border:1px solid #CCC;
}

table.bewerbungsfristen th, table.bewerbungsfristen td {
  padding: 2px;
  border:1px solid #CCC;
  font-size: 10px;
}

table th{
  background-color:#F2F2F2;
  font-weight:normal;
}

table th{
  border-width:1px 0 0 0;
}

table thead td{
  border-width:0 0 0 1px;
}

table thead th{
  border:0;
}

table td ul{
  margin-left:4px;
}
/*
table li{
  background:url(../img/graf/list.png) 0px 6px no-repeat;
  margin-left:14px;
}*/
