/*/*/
@import url(iconclasses.css);

/* stuff used everywhere */
/* this part needs sorting and tidying up -  most of this should be in #content  only */
h1 {
  font-size:1.3em;
}
h2 {
  font-size:1.2em;
}
h3 {
  font-size:1.15em;
}
h4 {
  font-size:1.1em;
}
h5 {
  font-size:1.05em;
}
h6 {
  font-size:1em;
}
p
  {margin-top:0;
  margin-bottom:0.8125em}
ul {
  margin-left:0;
  padding-left:1.2em;
  list-style-type:square;
}
ul ul {
  list-style-type:disc;
}
ul ul ul {
  list-style-type:circle;
}
ol
  {margin-left:0.2em;
  padding-left:1.6em}
a
  {color:#369;
  text-decoration:underline;}
a.fat
  {color:#369;
  text-decoration:underline;
  font-weight:bold;}
  
/* Tables */  
table {
  width:100%;
  border-style:none;
  border-collapse:collapse;
  empty-cells:show;
  margin-bottom:0.5em;
}
tr {
  vertical-align:top;
}
th {
  text-align:left;
  font-weight:bold;
  padding: 2px 4px 2px 0;
}
td {
  padding: 2px 4px 2px 0;
}
tr.hl {
  background-color:#f93;
}
tr.bl {
  background-color:#fc3;
}
tr.hl td {
  padding: 0.25em;
}
tr.bl td {
  padding: 0.25em;
}
table.data {
  border:1px solid #006;
  margin-bottom:0.5em;
}
table.data th {
  padding:4px;
  border:1px solid #006;
}
table.data td {
  padding:4px;
  border:1px solid #006;
}
table.border th, table.border td { 
  border:1px solid #006; 
}
table.border-top td, table.border-top th {
  border-top: 1px solid #006;
}
table.border-bottom td, table.border-bottom th {
  border-bottom: 1px solid #006;
}
table.border-left td, table.border-left th {
  border-left: 1px solid #006;
}
table.border-right td, table.border-right th {
  border-right: 1px solid #006;
}
table.gutter {
  background: #ddd; border-collapse: separate; border-spacing: 0.4em; 
}
table.gutter td, table.gutter th {
  background: white;
}
table.padding-none td, table.padding-none th {
  padding: 0;
}
table.padding-wide td, table.padding-wide th {
  padding: 1em;
}
table.frame {
  border: 1px solid #006;
}
table.frame-top {
  border-top: 1px solid #006;
}
table.frame-bottom {
  border-bottom: 1px solid #006;
}
table.frame-left {
  border-left: 1px solid #006;
}
table.frame-right {
  border-right: 1px solid #006;
}
table.thead thead {
  background-color: #7db4f4;
}
table.body tbody {
  background-color: #f9fdff;
}
table.tfoot tfoot {
  background-color: #daebfc;
}
table tr.even {
  background-color: #daebfc;
}
table tr.odd {
  background-color: #bbd9fa;
}

  
/* Misc */  
strong
  {font-weight:bold;}
em
  {font-style:italic;}
code, kbd, pre
  {font-size:1em;
  font-family:"Courier New",Courier,monospace;}
img
  {border-style:none;}
acronym
  {cursor: help;}
.offf
  {display:none;}
.kasten {
  border:1px solid #006;
  padding:4px;
  margin-bottom: 0.75em;
}
.grau
  {background-color:#eee;}
.kastenedu
  {border-width:6px;
  border-style:outset;}
.subkastenedu
  {border:1px solid #000;
  text-align:center;
  line-height:2.0;
  padding:4px;
  font-weight:bold;}
.embed
  {margin-top:0;
  margin-bottom:0;}
.imbed, .nobm
  {margin-bottom:0;}
.tobed, .notm
  {margin-top:0;}
.inset
  {float:right;
  width:12em;
  margin:3px;
  padding:4px;
  border:1px solid #006;
  background-color:#f0f0fa;
  font-size:90%;}
a.ticker
  {font-size:1em;
  font-weight: bold;
  color: #006;
  text-decoration:none;}
a.ticker:hover, a.ticker:focus
  {text-decoration:underline;}
a.cal
  {font-size:0.8125em;
  font-weight:bold;
  color:#006;
  text-decoration:none;}
a.cal:hover, a.cal:focus
  {color:#369;}
a.foot
  {font-size:0.625em;
  font-weight:normal;
  color:#006;
  text-decoration:none;}
a.foot:hover, a.foot:focus
  {text-decoration:underline;}
.txt
  {font-size:1em;
  line-height:1.3;}
.foot1
  {font-size:0.8125em;}
/* boxes */
.bq
  {background-color:#ddd;
  margin-left:10px;
  margin-right:10px;
  border:1px solid #006;
  padding:2px;}
.bx
  {background-color:#eee;
  border:1px solid #006;
  padding:2px;}
.bw
  {background-color:#fff;
  border:1px solid #006;
  padding:2px;}

/* Box mit abgerundeten Ecken */
#content .tbox {
	margin: 0.25em 0 0.25em 0;
	padding: 0;
	background: url(/img/tbox_br.png) no-repeat bottom right;
	color: #000; 
	font-size: 100%;
}
#content .tboxhead {
	background: url(/img/tbox_tr.png) no-repeat top right;
	margin: 0;
	padding: 0;
}
#content .tboxhead h2 {
	background: url(/img/tbox_tl.png) no-repeat top left;
	margin: 0;
	padding: 1em 2em 0 1em;
	font-weight: normal; 
	font-size: 1em; 
	color: #000; 
}
#content .tboxbody {
	background: url(/img/tbox_bl.png) no-repeat bottom left;
	margin: 0;
	padding: 0 2em 2em 1em;
}


/* head of page */
#headcont
  {float:left;
  width:100%;
  background:#cff;
  padding:0;
  margin:0;}
#head
  {float:left;
  width:48em;
/*  height:8em; */
  font-size:1em;}
#head ul
  {margin:0;
  padding:0;
  list-style-type:none;}
#head li
  {margin-bottom:0.75em;
  padding:0;
  line-height:1.0;
  font-size:0.7em;}
#head a.main
  {background-image:url(/img/pfeil_b.gif);
  background-repeat:no-repeat;
  background-position:0 50%;
  padding:0 0 0 1em;
  font-weight:bold;
  color:#006;
  text-decoration:none;}
#head a.main:hover, #head a.main:focus {
  color:#900;
  background-image:url(/img/pfeil_r.gif);
  background-repeat:no-repeat;
  background-position:0 50%;
}
#head a.this
  {background-image:url(/img/pfeil_r.gif);
  background-repeat:no-repeat;
  background-position:0 50%;
  padding:0 0 0 1em;
  font-weight:bold;
  color:#900;
  text-decoration:none;}
/* picture in head */
#headpicture {
  float:left;
  width:9.85em;
  height:auto;
  padding:0;
  margin:1.2em 0 0 0;
  text-align:right;
}
#headpicture img {
  display:block;
  margin-bottom:0.2em;
  width: 9.85em;
}
#headpicture a {
  cursor:default;
}
#headpicture a.red
  {display:block;
  cursor:pointer;
  padding-right:17px;
  font-size:0.9em;
  font-weight:bold;
  color:#900;
  text-decoration:none;
  background-image:url(/img/button.gif);
  background-repeat:no-repeat;
  background-position:100% 65%;}
/* left link list in head */
#leftlink
  {float:left;
  width:5.75em;
  margin:1.2em 0 0.7em 2.75em;}
/* right link list in head */
#rightlink
  {float:left;
  width:14em;
  margin:1.2em 0 0.7em 1.75em;}
/* logo in head */
#logo
  {float:right;
  width:auto;
  margin:2.5em 0 0.7em 0;
  display:block;
  padding:0;}
#logo img
  {width:12.1875em;}
/* breadcrumb bar */
#brcr
  {clear:both;
  font-size:1em;
  width:100%;
  min-width:48em;
  margin:0;
  padding:0;
  color:#006;
  height:1.1em;
  min-height:16px;
  background:#9cc;}
#brcr div
  {padding:1px 4px 2px 12.5em;
  margin:0;}
#brcr span
  {font-size:0.625em;}
#brcr a
  {text-decoration:none;
  color:#006;}
#brcr a:hover, #brcr a:focus
  {text-decoration:underline;}
/* container for text and sidebar */
#content {
  float:left;
  width:50em;
  margin:0;
  padding:0;
  font-size:1em;}

/* links */
#content a.main {
  background-image:url(/img/pfeil_bw.gif);
  background-repeat:no-repeat;
  background-position:0 0.25em;
  padding:0 0 0 1em;
  margin:0 0 0.35em 0;
  font-size:0.875em;
  font-weight:bold;
  color:#006;
  text-decoration:none;
}
#content a.main:hover, #content a.main:focus
  {color:#900;
  background-image:url(/img/pfeil_rw.gif);
  background-repeat:no-repeat;
  background-position:0 0.25em;}
#content a.menu
  {font-size:0.875em;
  font-weight:bold;
  color:#006;
  text-decoration:none;}
#content a.menu:hover, #content a.menu:focus
  {color:#900;}
#content a.eng
  {font-weight:bold;
  color:#900;
  text-decoration:none;}

/* forms */
#content input, #content textarea {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:1em;
}
#content textarea {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:0.95em;
}
#content input, #content textarea, #content select  {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 2px solid #888;
  border-left: 2px solid #888;
}
#content input[type="image"] {
	border: 0 transparent none;
}
#content input[type="text"], #content input[type="password"] {
  height:1.5em;
}
#content input[type="submit"], #content input[type="reset"],
#content input[type="button"] {
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color:#eee;
  height:2em;
  font-weight:bold;
  margin-top: 1em;
}
#content fieldset.fpublic {
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 0.1em 0;
  padding: 0;
  background-color: #fff;
  border-top: 2em solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#content fieldset.fpublic legend {
  color: #000;
  padding: 0 0 0 1em;
  margin: 0;
  font-weight: bold;
}
#content fieldset.fpublic ul {
  padding: 1em 1em 0 1em;
  list-style: none;
}
#content fieldset.fpublic li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 1em;
}
#content fieldset.submit {
  float: none;
  width: auto;
  border-style: none;
  padding: 1em 0;
  background-color: transparent;
}
#content fieldset.fpublic label {
  display: block;
  float: left;
  width: 14em;
  margin-right: 1em;
  text-align: right;
}
#content fieldset.fpublic label.required {
  color: #00c;
}

/* misc */
#content dt {
  font-weight:bold;
}
#content dd {
  margin:0;
  padding:0 0 0.3em 2em;
}
#content dd.firstlevel {
  padding-bottom: 1em;
}
#content .repl
  {background-image:url(/img/pfeil_ww.gif);
  background-repeat:no-repeat;
  background-position:0 0.25em;
  padding:0 0 0 1em;
  margin-bottom:4px;
  font-size:0.875em;}
#content hr {
  width:100%;
  margin:0.5em 0;
  padding:0;
  height:1px;
  color:#006;
  border-style:none;
  background-color:#006;
}
#content ul.legal {
  list-style-image:url(/img/hyphen.png);
}
#content .entwurf {
  color: #E71093;
  font-weight: bold;
  font-style: italic;
}
#content div.portrait {
 width: 20em;
 float:left;
 text-align: center;
 margin: 0.25em 1em 1em 0;
}
#content div.initial {
  line-height:1.2;
  font-weight:bold;
  font-size:1.5em;
  text-align:center;
  background-color:#33f;
  color:#fff;
  border:3px double #006;
  width:1.2em;
  margin: 0.75em 0;
}
#content ul.linklist {
  list-style-type: none; 
  padding:0;
}
#content ul.linklist li {
  font-weight: bold; 
  display: inline;
  padding-right: 1em;
}

/* left sidebar */
#marginal {
  float:left;
  width:12.5em;
  overflow: hidden;
}
#marginal div.inhalt {
  margin:16px 6px 0 0;
  padding:6px;
  font-size:0.8125em;
  line-height:1.4;
}
#marginal #login {
  height:3em;
  margin:2em 0 0 0;
}
#marginal #login a.key {
  display:block;
  float:left;
}
#marginal #login a.menu {
  display:block;
  float:left;
  width:70%;
  padding:0 1em 0.2em 0.7em;
  margin:0.3em 0 0 -0.3em;
  background:#9cc url(/img/login-arrow.gif) no-repeat 9.5em 0.3em;
  font-size:1.1em;
  line-height:1.2em;
}
#marginal div.lmenu {
  margin-top:1em;
  line-height:1.2em;
}
#marginal a.main {
  display: block;
}
#marginal span.repl {
  display: block;
}

/* main text area*/
#textrealm div.inhalt
  {margin:10px 6px 6px 0;
  padding:3px 6px 6px 0;
  font-size:0.8125em;
  line-height:1.4;}
#textrealm div.newentry
  {float:right;
  margin-top:4px;}
#textrealm div.headpix {
  float:left;
  margin: 0.5em 1em 0.5em 0;
  background-color: #eee;
  padding: 0.5em;
}

#textrealm div.rpic {
  float:right;
  padding:0.5em 0 0.25em 1em;
}
#textrealm div.lpic {
  float:left;
  padding:0.5em 1em 0.25em 0;
}
#textrealm div.lpic, #textrealm div.rpic {
  font-size: 80%;
  color: #666;
  text-align: center;
}
#textrealm div.lpic img, #textrealm div.rpic img {
  border: 1px solid #ccc;
  padding: 2px;
}
#textrealm div.lpic a, #textrealm div.rpic a {
  font-size: inherit;
  font-weight: bold;
  color: #006;
  text-decoration:none;
}
#textrealm div.lpic a:hover, #textrealm div.lpic a:focus, 
#textrealm div.rpic a:hover, #textrealm div.rpic a:focus {
  text-decoration:underline;
}
#textrealm h2.para {
  text-align: center;
}
#textrealm p.section {
  margin-left: 2em;
  text-indent: -2em;
}


#topp {
  font-size: 90%;
  margin: 2em 0 1em 0;
}
#topp a {
  background: transparent url(/img/arrow-up-blue.gif) no-repeat 0 70%;
  padding: 0 0 0 1em;
}

/* footer */
#gototop {
  display: none;
}
#footer {
  clear:both;
  width:100%;
  padding:0;
  margin:6px 0 8px 0;
  font-size:1em;
  font-weight:normal;
  color:#006;
  border-top:1px solid #006;}
#footer a
  {display:block;
  font-size:0.65em;
  text-decoration:none;
  color:#006;
  float:left;
  top:4px;
  margin-top:3px;}
#footer a:hover, #footer a:focus
  {text-decoration:underline;}
#footer div
  {text-align:right;
  font-size:0.65em;
  margin-top:3px;}
/* advertisement */
#sky {
  float:left;
  width:7.5em;
  margin-top:1em;
}
#sky a
  {font-size:0.625em;
  text-decoration:none;
  color:#006;}
#sky a:hover, #sky a:focus
  {text-decoration:underline;}
#fullsize {
}

