/******************************************************************************
  Stylesheet fuer: http://www.jbregenzer.d
  Medien:          screen, projection
  Autor:           Jan Bregenzer
*/

html, body, table, td {
	margin:	0;
	padding: 0;
	font: 100.01% Georgia, Arial, sans-serif;
	border:	0;
	border-collapse:collapse;
	/*border-spacing:	0;*/
}

body {
	color: black;
	background-color: transparent;
}

div, p, th, td, li, dt, dd, address {
	line-height: 1.4em;
}

h1, h2, h3, h4 {
	color: #722;
	background-color: transparent;
	font-family: Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	letter-spacing: .1em;
	line-height: 1em;
}


h1 {
	font-size: 1.7em;
	margin-bottom: 1.3em;
}
h2 {
	font-size: 1.5em;
	margin-top: 1.3em;
}
h3 {
	font-size: 1.1em;
	margin-top: 2em;
}
h4 {
	font-size: 1em;
}

th {
 	text-align: left;
}

td {
 	vertical-align: top;
}
/* -------------------------------------------------- */
/*                      Anker                         */
/* -------------------------------------------------- */

a:link {
	color: #26306D;
	background-color: transparent;
}
a:visited {
	color: #666;
	background-color: transparent;
}
a:hover {
	color: #00b;
	background-color: #c0c0c0;
}
a:active {
	color: #f1edcf;
	background-color: #26306d;
}
a:focus {
	color: #26306D;
	background-color: #A0A7C3;
}

#footer a {
   color: black;
   background-color: transparent;
}


a:link img, a:visited img, a:hover img, a:active img {
/* Eigentlich müsste 'a img' reichen, jedoch gibt es dann Darstellungsfehler im Opera */
	border: none;
}

/* Der Selektor E[foo^="bar"] validiert nicht gegen CSS2, entspricht aber der
   CSS3 W3C Candidate Recommendation <http://www.w3.org/TR/css3-selectors/> */

a[href^="http://"]:before {
    content: "\2197  ";
}
a[href^="https://"]:before {
    content: "\2197  ";
}
a.download:before {
	content: "\21E9  ";
}
a[href^="http://"], a.download {
	white-space: nowrap;
}

/* -------------------------------------------------- */
/*                    Navigation                      */
/* -------------------------------------------------- */



#breadcrumb {
	margin: 0 0 0 100px;
	border-bottom-style:solid;
         border-bottom-width:1px;
         border-bottom-color:#808080;
	padding: .5em 2em .7em .5em;
	color: #777;
	background-color: white;
	font-weight: bold;
	font-size: .9em;
}
#breadcrumb p {
	margin: 0em;
}


/* -------------------------------------------------- */
/*            Regeln für besondere Bereiche           */
/* -------------------------------------------------- */
#logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	color: white;
	background-color: #26306D;
}
#logo[id] {
	position: fixed;
}
#logo img {
	vertical-align: bottom;
}


#startlogo{
      	margin: 200px 0 0 0;
         text-align: center;}

#inhalt {

	margin-left: 120px;
	margin-right: 4em;
	border: 1px solid #fffff3; /* Workaround für Mozilla */
}

#inhalt_zentriert {
	text-align: center;
	margin-left: 120px;
	margin-right: 4em;
	border: 1px solid #fffff3; /* Workaround für Mozilla */
}


.top {
	text-align: right;
	margin: 0;
	clear: both;
}

#footer {
	color: black;
	background-color: #c0c0c0;
	border-top-style:solid;
         border-top-width:2px;
         border-top-color:#808080;
	margin: 10em 0 0 0;
	padding: .5em 3em 1.5em 3em;
	font-size: .9em;
	text-align: center;
	clear: both;
}

#footer_klein {
	color: black;
	background-color: #c0c0c0;
	border-top-style:solid;
        border-top-width:2px;
        border-top-color: #808080;
	margin: 25em 0  0 0;
	padding: .5em 3em 1.5em 3em;
	font-size: .9em;
	text-align: center;
	clear: both;
}


pre, code, samp {
	color: #600;
	background-color: transparent;
}

#schriftzug, #schriftzug-startseite {
	width: 310px;
	text-align: right;
	/*border: 1px solid #aba784;*/
	margin: 1.1em 0 .5em auto;
	padding: .5em 1em;
	color: black;
	background-color: transparent;
}
#schriftzug {
	float: right;
	margin-left: 2em;
}

#schriftzug img.logo, #schriftzug-startseite img.logo {
	vertical-align: bottom;
}

#kopf_lebenslauf {
	font-size: 1.2em;
	margin-top: 100px;
	margin-bottom: 100px;
}

#inhaltsverzeichnis {
   width: 45%;
   border-style:solid;
   border-width:1px;
   border-color:#808080;
   background-color: white;
   float: left;
   margin: 1em 1.5em 1em 0;
   padding: 0;
}


#uebersicht {
   width: 45%;
   border-width: 1px;
   border-style: solid;
   border-color:#808080;
   background-color: white;
   /*float: left;*/
   margin: 1em 1.5em 1em 0;
   padding: 0;
}



#inhaltsverzeichnis h1, #uebersicht h1 {
   color: #833;
   background-color:#c0c0c0;
   margin: 0;
   padding: 3px 15px;
   border: none;
}

#inhaltsverzeichnis h2, #uebersicht h2 {
   color: #833;
   background-color: #c0c0c0;
   font-size: 1em;
   text-align: left;
   margin: 0;
   padding: 6px 15px 5px 15px;
}

#inhaltsverzeichnis ul, #uebersicht ul {
	margin-top: 1em;
	margin-right: .5em;
	margin-bottom: 1em;
}

#inhaltsverzeichnis ul ul, #uebersicht ul ul {
	margin-top: .3em;
	margin-bottom: .3em;
}

#inhaltsverzeichnis ul li, #uebersicht ul li {
   margin-left: -.8em;
   }