/*
* CSS Datei für www.lernen-technik.de
*
*
*/

body {
  background-color: #C0C0C0;
  padding: 0;
  margin: 0;
  font-family: Tahoma, Verdana, Arial;
  font-size: 62.5%;
}

a:link {
  color: #3285a6;
}

#Content {
	width: 994px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	min-height: 560px;
	position: relative;
	background-color: #eceded;
}

#HeadBar {
  padding: 0;
  margin: 0;
  height: 9px;
  background: url('./images/header_bar.gif') repeat-x;
  width: 100%;
}

#Left {
  width: 221px;
  background: #FFFFFF;
  float: left;
  margin-bottom: 5px;
}

#Left .topfirst {
  width: 221px;
  height: 40px;
  background: #393637;
  /* border-right: 1px solid #000000; */
}

#Left .topsecond {
  height: 81px;
  width: 220px;
  background: url('./images/topleft_bg.gif') repeat-x;
  position: relative;
  border-right: 1px solid #AAA099;
  border-top: 1px solid #7F7873;
}

#Left .topsecond p {
	font-family: Arial;
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 0 15px;
	position: absolute;
	top: 12px;
	height: 100%;
}

#Left .topsecond p a:link, #Left .topsecond p a:active, #Left .topsecond p a:visited  {
  font-family: Arial;
	font-size: 1.1em;
  color: #000000;
  text-decoration: none;
}

#Navigation {
  margin: 0 0 0 0;
  padding: 0;
  background: #BDB6B0;
  width: 220px;
  position: relative;
}

#Navigation li {
  margin: 0 0 0 0;
  list-style-type: none;
  position: relative;
}

#Navigation a {
  font-size: 1em;
  text-decoration: none;
}

#Navigation li .bullet {
	margin-left: 10px;
	margin-top: 0;
	margin-top: 13px;
}

#Navigation .normal {
  padding: 0; margin: 0;
  height: 21px;
  background: url('./images/nav_normal_bg.gif') repeat-x top left;
  line-height: 21px;
  border-bottom: 1px solid #AAA099;
}

#Navigation .normal a:link, #Navigation .normal a:visited, #Navigation .normal a:hover {
  margin-left: 27px;
  font-family: Arial;
  font-size: 1.2em;
  color: #474747;
}

#Navigation .head {
  background: #BDB6B0 url('./images/nav_head_bg.gif') repeat-x top left;
  padding: 0; margin: 0;
  height: 33px;
  line-height: 32px;
  border-bottom: 1px solid #AAA099;
  border-top: 1px solid #BDB6B0;
}

#Navigation .head_only {
  background: #BDB6B0 url('./images/nav_head_bg.gif') repeat-x top left;
  padding: 0; margin: 0;
  height: 32px;
  line-height: 32px;
  border-top: 1px solid #BDB6B0;
}

#Navigation .head:first-child {
  border-top: 0px;
}

#Navigation .head a:link, #Navigation .head a:visited, #Navigation .head a:hover, #Navigation .head a:active,  #Navigation .head_only a:link, #Navigation .head_only a:visited, #Navigation .head_only a:hover, #Navigation .head_only a:active {
	margin-left: 8px;
	color: #0073E6;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5#;
}

#Navigation .head_right {
  position: absolute;
  right: -1px;
  top: 0px;
}

#Navigation .normal_right {
  position: absolute;
  right: -1px;
  top: -1px;
}

#Logo {
  padding: 0;
  margin: 0;
  /* border-left: 2px solid #ECEDED;
  border-right: 2px solid #ECEDED; */
}

#Logo img {
  margin: 0;
  height: 149px;
  width: 565px;
}

#Middle {
  float: left;
  width: 565px;
}

#Center {
	background: #ECEDED;
	margin: 0;
	border-left: 2px solid #ECEDED;
	border-right: 2px solid #ECEDED;
	position: relative;
}

#Center .main {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
}

#Center .top {
  height: 29px;
  background: url('./images/center_top_bg.gif') repeat-x;
  border-top: 1px solid #D4D3D3;
}

#Center .icon_achtung {
	float: left;
	margin-right: 14px;
	margin-top: 3px;
}


p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-top: 0px;
	font-weight: normal;
}

p.underheadline {
	margin-top: 6pt;
}


h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}


h2 {
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  margin: 35px 0 0 0;
}

h4 {
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 13px;
  color: #000000;
  font-weight: bold;
}


ul.headlist {
  list-style-image: url(./images/icon_bullet_2.gif);
  margin-left: 16px;
}

ul.headlist li {
	font-family: Arial;
	font-size: 1.2em;
	color: #000000;
}


#Right {
	border-top: 2px solid #828080;
	margin-left: 786px;
	background: #E1E1E1;
	min-height: 552px;
}

#Address {
  font-family: Tahoma, Verdana, Arial;
  font-size: 1.1em;
  color: #000000;
  padding: 17px 14px 0 14px;
}

#Address .details {
  color: #4B4749;
  font-size: 1em;
}
.Absatz {
	margin-top: 4px;
}
.Hervorhebung_text {
	font-size: 12px;
	margin-top: 7px;
	border-bottom: 0;
}
.A_headline_subtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: -2px;
}
.Anstriche_text {
	margin-top: 6px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

hr {
  border: none;
  background-color: #9ED3E9;
  color: #9ED3E9;
  margin: 10px 0 10px 0;
  height: 1px;
}

#LinkTable {
	/* width: 100%; */
  background-color: #ECECED;
	margin-top: 5px;
}

#LinkTable td {
	text-align: center;
	vertical-align: middle;
	background-color: #DFDBD8;
	padding: 0 14px 0 14px;
	margin: 0;
}

#LinkTable td a {
  font-weight: bold;
  font-family: Tahoma;
	font-size: 11px;
  color: #000000;
  text-decoration: none;
}

#LinkTable td a:hover {
  color: #008FCB;
}

#LinkTable tr {
	height: 23px;
	color: #0066CC;
}
.under_linktable {

	margin-top: 13px;
}

.uliste {
  font-weight: normal; 
  font-family:Arial, Helvetica, sans-serif;  
  margin-left:-24px; 
  font-size:12px; 
  line-height:1.3em; 
  list-style-type:square;
}
