/* Generelle Definitionen */
* {
  margin: 0;
  padding: 0; 
}
img {
  border: none;
}
body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 13px;
  color: #006; /* Kurzschreibweise, identisch mit #000066 */
  background: #fff url('img/bg.jpg') top center repeat-y;
}
hr {
  margin-bottom: 5px;
}

td {
	color: #000066;
	vertical-align: top;
}

td#linki {
	color: #000066;
	vertical-align: middle;
}

/*
a[href*=mailto] {
  background: url('img/mail.gif') top left no-repeat;
  padding: 2px 0 2px 27px;
  
}
*/
/**************************/
/* ids */
div#wrapper {
  margin: 0 auto;
  width: 1018px;
}

div#body {
  overflow: auto;
  width: 835px; 
  height: 550px;
}

div#bodyp {
  overflow: auto;
  width: 835px; 
  height: 530px;
}

div#bodyin {
  width: 818px; 
}

/* Titelbild */
div#masthead {
  float: left;
  width: 215px;
  height: 200px;
}
/* Ueberschrift */
h1 {
  margin-left: 215px;
}
/* Navigationsleiste */
div#nav>* {
  margin-top: 16px;
}
div#nav {
  clear: left;
  float: left;
}
div#nav ul {
  list-style-type: none;
  width: 150px;
}
div#nav ul a {
  display: block;
  width: 150px;
  height: 25px;
  padding-bottom: 3px;
  text-indent: -9999px;
}
/* Einzelne Navigationselemente mit hover */
li#n1 a { background: transparent url('img/home.png') top left no-repeat; }
li#n1 a:hover { background: transparent url('img/home1.png') top left no-repeat; }
li#n2 a { background: transparent url('img/rektorat.png') top left no-repeat; }
li#n2 a:hover { background: transparent url('img/rektorat1.png') top left no-repeat; }
li#n3 a { background: transparent url('img/historia.png') top left no-repeat; }
li#n3 a:hover { background: transparent url('img/historia1.png') top left no-repeat; }
li#n4 a { background: transparent url('img/misje.png') top left no-repeat; }
li#n4 a:hover { background: transparent url('img/misje1.png') top left no-repeat; }
li#n5 a { background: transparent url('img/archiwum.png') top left no-repeat; }
li#n5 a:hover { background: transparent url('img/archiwum1.png') top left no-repeat; }
li#n6 a { background: transparent url('img/publikacje.png') top left no-repeat; }
li#n6 a:hover { background: transparent url('img/publikacje1.png') top left no-repeat; }
li#n7 a { background: transparent url('img/nslowo.png') top left no-repeat; }
li#n7 a:hover { background: transparent url('img/nslowo1.png') top left no-repeat; }
li#n8 a { background: transparent url('img/linki.png') top left no-repeat; }
li#n8 a:hover { background: transparent url('img/linki1.png') top left no-repeat; }
li#n9 a { background: transparent url('img/impressum.png') top left no-repeat; }
li#n9 a:hover { background: transparent url('img/impressum1.png') top left no-repeat; }
li#n10 a { background: transparent url('img/centrum.png') top left no-repeat; }
li#n10 a:hover { background: transparent url('img/centrum1.png') top left no-repeat; }
li#n11 a { background: transparent url('img/religia.gif') top left no-repeat; }
li#n11 a:hover { background: transparent url('img/religia1.gif') top left no-repeat; }
li#n12 a { background: transparent url('img/polski.gif') top left no-repeat; }
li#n12 a:hover { background: transparent url('img/polski1.gif') top left no-repeat; }

/* Sprachauswahl */
div#language {
  width: 160px;
  height: 100px;
  text-align: center;
}
/* Counter */
div#counter {
  font-weight: bold;
  font-size: 13px;
}
div#counter img {
  display: block;
}

/* Content */
div#content {
  margin-left: 160px;
  padding: 10px;
}
div#content h2 {
  font-size: 24px;
  font-family: Book Antiqua, serif;
  font-variant: small-caps;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
/* misjiAdresse */
ul#misjiAdresse {
  margin: 0 auto;
  list-style-type: none;
  width: 300px;
}
ul#misjiAdresse li {
  font-size: 16px;
  font-family: Book Antiqua, serif;
  padding-bottom: 10px;
  display: block;
  text-align: center;
}

ul#wydNSlowo {
  margin: 0 auto;
  list-style-type: none;
  width: 400px;
}
ul#wydNSlowo li {
  font-size: 16px;
  font-family: Book Antiqua, serif;
  padding-bottom: 5px;
  display: block;
  text-align: left;
  padding-left: 25px
}

li#post { background: transparent url('img/mail.gif') center left no-repeat; }
li#telefon { background: transparent url('img/telefon.gif') top left no-repeat; }
li#fax { background: transparent url('img/fax.png') top left no-repeat; }
li#internet { background: transparent url('img/web.gif') top left no-repeat; }
li#nslowo { background: transparent url('img/pen.gif') top left no-repeat; }

.column img {
  float: left;
  padding-right: 10px;
}
.column + hr {
  clear: right;
}
div#sekretarka {
  width: 250px;
  padding-left: 160px;
}
div#bank {
  font-family: Book Antiqua, serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
div#bank strong {
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.column p {
  line-height: 2em;
  margin-bottom: 5px;
}
.column p span {
  font-size: 11px;
  font-style: italic;
}

/* Footer */
div#footer {
  clear: both;
  padding-top: 1px;
  font-size: 10px;
}
div#copyright {
  float: left;
}
div#modified {
  float: right;
}

/* Klassen */
.column {
  float: right;
  width: 405px;
  margin-bottom: 10px;
}

.column_l {
  float: left;
  width: 405px;
  margin-bottom: 10px;
}

.column1 {
  float: right;
  width: 820px;
}
