/* ----------- allgemeine Patches ----------*/

html, body
  {
    width: 100%;
  }

body
  {
    margin: 0px;
  }
  
/* --------allgemeine Definitionen -------- */

h1, h2, h3, h4, h5, h6, p, td
  {
    font-family: 'Arial';
    /*font-family: 'Vera', 'Verdana' sans-serif;*/
    font-weight: normal;
    margin-bottom: 0px;
  }
  
h1
  {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
  }

h2
  {
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 1px;
  }

h3
  {
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 1px;
  }
p
  {
	margin-top: 10px;
  }
p, td
  {
    font-size: 12px;
    color: black;
  }
  
a:link {
	color: #006570;
	text-decoration: underline;
}
#content .content_table img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 8px;
}

a:visited {
	color: #666666;
}
a:active {
	color: #00FF00;
}
a:hover {
	color: #CC0000;
}

/* ----------- einzelne Elemente -----------*/

div#page_head
  {
    height: 80px;
    width: 100%;
    /*border-bottom: 1px solid black;*/
  }
  
div#page_head img
  {
    vertical-align: middle;
  }
  
div#logo_layer
  {
	top: 38px;
	left: 0px;
	position: absolute;
	width: 100%;
	text-align: right;
	z-index: 1;
  }
div#logo_layer img
  {
    position: relative;
    top: 0px;
    left: -16px;
    border: 0px solid white;
  }

div#content
  {
    position: relative;
    top: 0px;
    left: 0px;
    /*border-top: 22px solid white;*/
    padding: 26px 0px 60px 230px;
    width: 800px;
    z-index: 2;
  }

table.content_table
  {
    border-collapse: collapse;
  }
table.content_table td
  {
    padding: 0px;
  }
  
table.content_table td.left  { width: 180px; }
table.content_table td.space { width:  40px; }
table.content_table td.right { width: 500px; }
  
img.float_left
  {
    margin: 7px 10px 5px 0px;
    float: left;
  }
li {
	list-style-type: square;
	margin: 10px;
	list-style-image: url(../static/button/sq_grau.gif);
	list-style-position: outside;
}
