﻿/* CSS-Layout */
  body {
	background: url('../images/design/hintergrund_verlauf.gif') repeat-y left 50%;
	color: black;
	font-size: 100.01%;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	margin: 0;
	min-width: 41em;
	max-width: 900px;
}

  a:visited {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #ccc;
  }
  
  a {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #ccc;
}
  a:hover {
	text-decoration: none;
	color: #000080;
	border-bottom: 1px solid #ccc;
  }

  img {
	border: 0px;
}
 
  div#Kopfzeile {
	text-align: right;
	background: #0C2C61;
	width: 100%;
	font: small Arial, Helvetica, Sans-Serif;
	bottom: 0px;
  }

  div#Kopfzeile p {
	margin: 0.1em 0.5em;
	color: #FFFFFF;
}

  div#Kopfzeile a {
	font: x-small Arial, Helvetica, Sans-Serif;
	color: white;
	text-decoration: none;
}

  div#Kopfzeile h1 {
	font-size: 1.5em;
	margin: 0;
	padding: 0.3em 0.3em 0.3em 9em;
	text-align: right; /*	background: #fff url('../images/logos/logo_rong-gmbh_web.gif') no-repeat 1% 45%;*/;
	background: #fff url('../images/design/tastatur_web.jpg') no-repeat 0% 45%;
	border-bottom: 1px solid silver;
	height: 61px;
	font-family: "AvantGarde Bk BT", Tahoma, Arial;
	color: #808080;
}

  div#Hauptnavigation {
	background: #C0C0C0;
	color: #666666;
	margin-bottom: 1.5em;
	margin-top: -1.1em;
}
  .Hauptnavigation li{
	font: 0.8em/2em "AvantGarde Md BT", Arial;
	padding: 0 2em 0 0;
	display: inline;
}

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 16em;
    margin: 0 0 1.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    font-size: 0.9em;
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black; background-color: #eee;
  }
  ul#Navigation a:visited {
    color: #666; background-color: #eee;
  }
  ul#Navigation a:hover {
    color: black; background-color: white;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  div#Info {
	font-size: 0.8em;
	float: right;
	width: 12em;
	margin: 0 0 1.1em;
	padding: 0.5em 0 0.5em 0.5em;
	background-color: #eee;
}
  div#Info h2 {
	padding: 0.3em;
	font-size: 1.33em;
	margin: 0.2em 0.5em;
	text-transform: uppercase;
	background-color: #000080;
	color: #FFFFFF;
	margin-bottom: 1em;
}
  div#Info p {
	font-size: 1em;
	margin: 0;
}

  div#Index {
	margin: 1em 1em 1em 12em;
	padding: 0 1em;
	height: 100%;
}

  div#Inhalt {
    margin: 0 12em 1em 14em;
    padding: 0 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
	font-size: 1em;
	margin: 0.2em 0 0.8em 0;
}
  div#Inhalt p {
	font-size: 0.8em;
	margin: 0 0 0 0;
  }

  div#Inhalt ul{
	font-size: 0.83em;
	list-style-image: url('../images/design/pfeilsp_rechts.gif');
}

  table#Inhalt {
	font-size: 0.83em;
}

  p#Fusszeile {
	clear: both;
	font-size: 0.9em;
	margin: 0;
	text-align: left;
	color: #808080;
}
  
  #Fusszeile {
	text-align: left;
	height: 20px;
	bottom: 0px;
	width: 100%;
	text-align: right;
	font: small Arial, Helvetica, Sans-Serif;
	color: #EEEEEE;
	border-top:1px solid #FFFFFF; 
	left: 0px;
	padding: 0;
}

  #Fusszeile a {
	font-size: 0.7em;
	text-decoration: none;
}
  #Fusszeile a:link {
	color: #808080;
  }
  #Fusszeile a:visited {
	color: #808080;
}
  #Fusszeile a:hover {
	color: #000080;
}
  #Fusszeile a:active {
    color: #000080;
  }

  .partnertab {
	padding: 0.5em 0 0.5em 0;
	border-top: 1px #DFDFDF solid;
	border-bottom: 1px #C0C0C0 solid;
}

  .copyright {
	font-size: xx-small;
	color: #808080;
	text-decoration: none;
	padding: 0;
}

  .ohne_deko {
	text-decoration: none;
	border-bottom: 0px;
}
