/*
 * Author: Thomas Zöger
 * Company: BZ IT Solutions Ltd. & Co. KG
 * Homepage: www.bz-it.de
 * Version: 1.0
 *
 */

body {
  background: #fd0;
  color: #006;
  margin:0;
  padding: 0;
  font-family:"Times New Roman",Times,serif;
  font-size:12px;
}

#col1 #menu img {
	padding-bottom: 4px;
}

input.mailadd {
	width: 400px;
}

#bodywrapper {
	margin:0; padding: 0;
  background: #fd0;
  width: 942px;
	position: relative;
}

#header {
	margin:0; padding: 0;
  height: 65px;
  background: #fd0 url(/images/kopf.gif) no-repeat 0 10px;
  width: 942px;
  display: block;
	margin-bottom: 32px;
	_margin-bottom: 0;
}

#header a {
  width: 942px;
  height: 95px;
  display: block;
  color: transparent;
	margin:0; padding: 0;
  text-decoration: none;
}

/* multicolumn */

#col1 {
  background: #fd0;
  width: 238px;
  margin: 0;
  padding: 0;
  text-align: right;
}

#col1_content {
  position: relative;
  display: block;
}

#col2 {
z-index:2;
background: #ffc url(/images/hg_adler2.gif) no-repeat;
float: right;
width: 700px;
margin:0; padding:0;
}

#col2_content {
  position: relative;
  display: block;
  padding: 0px;
	padding-top: 3em;
}

#col2_content_text {
  position: relative;
  display: block;
 /* padding-top: 3em;
  padding: 15px;
  float: left;
	*/
  width: 483px;
}

#col2_content_newsmenu {
  position: relative;
  display: block;
  padding: 0em 16px 15px 0;
  float: right;
  width: 184px;
}
#col2_content_newsmenu_head {
	color: #900;
  font-size:1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #006;
}

#col21 {
	float: right;
	width: 210px;
	margin:0; padding:0;
	border-left: 1px solid #669;
}

#col21_content_newsmenu {
	display: block;
	position: relative;
	width: 190px;
}

#col22 {
	width: 480px;
}

#col22_content_text {
	display: block;
	position: relative;
	width: 320px;
}

#subcolumn {
display:block;
margin:1px;
position:relative;
width:700px;
}

.frame1datum {
	font-size:10px;
}

a.frame1teaser span {
  padding:5px;
  display: none;
  font-size:11px;
}
a.frame1teaser:hover span {
  padding:5px;
  display: block;
  font-size:11px;
  font-weight: normal;
	border: 1px solid #259;
	background: #fd0;
	position: absolute;
}

.frame1ueberschrift {
  font-size:12px;
  font-weight:bold;
  padding-left:5px;
	padding-bottom: 1em;
}
#frame2typ {
  font-size:1.4em;
  text-align:right;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #006;
}

#frame2artikel {
  padding: 0 16px;
}

#frame2art {
  font-size:18px;
	font-size: 1.2em;
  width:230px;
  padding-bottom:1em;
	display: none;
}
#frame2button {
	text-align: right;
	margin: 5px 0;
}

#frame2ueberschrift {
  font-size:12px;
  font-weight:bold;
}


#frame2datum {
  width:120px;
  padding-bottom:1em;
}

#frame2text {
}


.r {
	text-align: right;
}

a { color: #006; }
/* Top Menu */

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

#cleaner {
	clear: both;
}

#main {
background: #ffc;
position:relative;
width:942px;
}

img {
border:0px none #fd0;
}

/* welcome section */
#welcometxt {
	font-family: "Comic Sans MS",Verdana,Arial,Helvetica,sans-serif;
	padding: 1em;
	padding-left: 17px;
}

#welcomelinks {
	float: left;	
	width: 300px;
	font-size: 14px;
}

#welcomerechts {
	margin-left: 330px;
}

table#teaser {
	width: 495px;
	display: block;
	float: left;
	padding-top: 1em;
	padding-top: 2em;
	padding-left: 17px;
}

table#teaser td {
	vertical-align:top;
	width: 247px;
}
#teaseraktuell {
	background: transparent url(/images/aktuellemeldung.gif) top no-repeat;
	width: 235px;
	display: block;
	border: 1px solid #ffc;
}

#teaseraktuell p {
	padding: 15px 15px 0 15px;
	margin: 15px 0 0;
	border-left: 1px solid #006;
	border-right: 1px solid #006;
	font-size: 16px;
	min-height: 4em;
}

#teasermeldung {
	background: transparent url(/images/letztemeldung.gif) top no-repeat;
	width: 235px;
	display: block;
	border: 1px solid #ffc;
}

#teasermeldung p {
	padding: 15px 15px 0 15px;
	margin: 15px 0 0;
	border-left: 1px solid #006;
	border-right: 1px solid #006;
	font-size: 16px;
	min-height: 4em;
}

#teaserclose {
	text-align: right;
	padding: 1em 1em 1em 0;
	background: transparent url(/images/teaserfooter.gif) bottom;
}

#teaserclose a {
	color: #006;
}

/* positionierung der oberen reiter des oberen menues */
  #omenue{position:absolute; left:399px; top:65px; width:122px; height:32px; z-index:100; background: #fd0;}
  #menuebundestag{position:absolute; left:0px; top:0px; width:121px; height:32px;z-index:110}
  #menueperson{position:absolute; left:121px; top:0px; width:101px; height:32px;z-index:120}
  #menueservice{position:absolute; left:221px; top:0px; width:75px; height:32px;z-index:130}
  #menuekontakt{position:absolute; left:297px; top:0px; width:85px; height:32px; z-index:140}
  #menuesuche{position:absolute; left:380px; top:0px; width:65px; height:32px; z-index:150}
  #menueimpressum{position:absolute; left:443px; top:0px; width:100px; height:32px; z-index:160}
  /* positionierung der klappmenues */
    .omenue001{position:absolute; top:0px;visibility:visible; z-index:101;} /* nur der blue ober schriftzug */
    .omenue002{position:absolute; top:0px;visibility:hidden; z-index:102;} /* gelber hg -> mouse over effekt */
    .omenue003{position:absolute; top:0px;visibility: hidden;z-index:103;}  /*klappmenue */
  /*positionierung des iframes zu oberen menue leiste */
  #d101{position:absolute; left:303px; top:112px; width:641px; height:447px; overflow:hidden; z-index:0}


#ergebnis   { visibility:visible;}
.egebnis	{height:auto;}
.ergebnis_1 {height:auto;}
.ergebnis_2 { margin-left:10px;height:auto;}
.ergebnis_3 { margin-left:20px;height:auto;}
.ergebnis_4 { text-align:right;font-weight:bold;height:auto;}
#erklaerung { margin-left:113px;}
#ergebnis_5 { margin-left:113px;}
/* verfügbare breiten */
.b1{font-weight: bold}
.text1{width: 400px;}

li.list {clear:both;list-style-image:url(../images/strich.gif);vertical-align:text-bottom; width:inherit;position:inherit;float:inherit;}


#frame2rechts {
    float:right;
    overflow:hidden;
    padding-bottom:2px;
    padding-left:10px;
    padding-top:2px;
    width:150px;
}


#frame2links {
    float:left;
    overflow:hidden;
    padding-bottom:2px;
    padding-left:10px;
    padding-top:2px;
    width:150px;
}

#ohnebild {
    height:150px;
    left:340px;
    position:absolute;
    top:60px;
    visibility:inherit;
    width:150px;
    z-index:12;
}
#ohnetext {
    font-size:14px;
    font-weight:500;
    height:40px;
    left:165px;
    position:absolute;
    top:110px;
    visibility:inherit;
    width:80px;
    z-index:11;
}
.bz-it {
font-size:0.01px;
}
h1.typo3_entwickler a,
h1.typo3_entwickler {
color:#FFDD01; font-size:0.01px; background: transparent url(http://www.bz-it.de/images/bz-it-typo3.gif) no-repeat;
}
