/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
acronym, abbr{
  cursor: help;
}
th{
  text-align: left;
}
body
{
	padding: 20px;
        margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 175px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 174px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 5px;
}
#footer
{
	clear: left;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
        border: solid 1px #000;
	width: 800px;
        margin:auto;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #FFFFFF;
}
#footer
{
	border-top-width: 1px;
}
#foots{
  text-align: center;
  font-size:70%;
  font-family: Arial, "Sans Serif", serif;
}
#masthead, .hnav
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #FFFFFF;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	color: #FFFFFF;
	min-width: 500px;
}
.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
	color: #FFFFFF;
}
.hnav
{
	padding: 3px 0 4px 0;
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}

th.kleid{
  text-align: center;
}

td.kleid{
  text-align: center;
}

A:active {
color : #ffffff;
font-weight : bold;
}
A:link {
color : #ffffff;
font-weight : bold;
}
A:visited {
color : #ffffdd;
font-weight : bold;
}
A:hover {
color : #0D0224;
text-decoration : none;
font-weight : bold;
}

code{
  text-align: center;
  font-size:100%;
  font-family: Arial, "Sans Serif", serif;
}

p.ausbildung {
  margin-left:50px;
  width:85%;
  text-align:justify;
}

h3.ausbildung {
  margin-left:50px;
  width:85%;
  text-align:justify;
}

ul.ausbildung {
  margin-left:50px;
  width:85%;
  text-align:justify;
}

table.dienstgrade{
  width:95%;
  text-align:center;
  border:1px solid #FFF;
}

td.dienstgrade{
  height:42px;
  text-align:center;
  border:1px solid #FFF;
}

td.dienstgrade2{
  height:42px;
  text-align:left;
  border:1px solid #FFF;
}

th.dienstgrade{
  height:42px;
  text-align:center;
  border:1px solid #FFF;
}
