/*********************************************************
 * CSS-File "frame.css"
 * Projekt:  IB-Objekte
 * Version: 0.0 (Test)
 *********************************************************/
 
body {
  font-family:geneva,arial,helvetica;
  font-size:12px;
  padding:0px;
  margin:0px;
  background-color:#fd9;
  background-image:url('../img/bg_1.gif');
  background-repeat:repeat-x;
}

ul.menulist { list-style-type:none; }
li.menuitem { width:11em; float:left; text-align:left; padding:5px 0; }
li.copyright { width:13em; margin-top:0.5em; font-size:0.6em; color:#666; float:left; text-align:left; }

h1, h2, h3, h4 {
	font-famliy:times;
	text-align:center;
	color:#999;
	font-style:italic;
}
h1 { font-size:20px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }

div, table {
  border-radius:5px;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  behavior:url('border-radius.htc');
}

div.content {
	background:url('../img/bg_2.gif');
	background-repeat:repeat-x;
	font-size:12px;
}
div.content h1 {
	font-family:times;
	font-size:22pt;
	color:ccc;
}
div.content p {
	font-size:11pt;
}
input, select,textarea {
  border-radius:3px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius: 3px;
  behavior:url('border-radius.htc');
}

div#header {
  height:140px;
}
div#header img {
	margin:10px auto;
	display:block;
	text-align:center;
}

div#contentwrapper {
	clear:both;
}
div#pagecontainer {
  min-width:1400px;
}

div#right {
  width:260px;
  background:transparent;
  /* background-color:#daf; */
  border:0px;
  margin:0px 0px 0px auto;
  padding:0px;
  float:right;
}

div#left {
  width:260px;
  background:transparent;
  /* background-color:#fad; */
  border:0px;
  /* margin:0px 0px 0px auto; */
  padding:0px;
  float:left;
}

div#center {
  background:transparent;
  /* background-color:#efa; */
  padding:0px;
  margin:0 262px;
  min-width:866px;
  min-height:400px;
  text-align:left;
}

div#footer {
  width:100%;
  background-color:#fff;
  border:1px 0px 0px 0px;
  margin-bottom:10px;
}