@CHARSET "utf-8";
/*********************************************************
 * CSS-File "frame.css"
 * Projekt: BDÜ - neues VVS, Modell
 * Version: 0.0 (Test)
 *********************************************************/

html {
	background-color:#fff;
}

body {
  font-family:verdana,geneva,arial,helvetica;
  font-size:12px;
  padding:0px;
  margin:0px;
  background-color:#fff;
}

h1, h2, h3, h4 {
	font-famliy:verdana,geneva,arial,helvetica;
	text-align:center;
}
h1 { font-size:20px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }

div.startbox {
	width:640px;
	border:1px solid #000;
	margin:auto;
	background-color:#b3e9c9;
	padding:10px;
	font-family:Geneva,Arial,Helvetica;
}
/* div, table {
  border-radius:5px;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  behavior:url('border-radius.htc');
}

table tr.bottom td.top_left {
  border-top-left-radius:5px;
  -moz-border-top-left-radius:5px;
  -khtml-border-top-left-radius:5px;
  -webkit-border-top-left-radius:5px;
}

table tr.bottom td.top_right {
  border-top-right-radius:5px;
  -moz-border-top-right-radius:5px;
  -khtml-border-top-right-radius:5px;
  -webkit-border-top-right-radius:5px;
}

table tr.footer td.bottom_left {
  border-bottom-left-radius:5px;
  -moz-border-bottom-left-radius:5px;
  -khtml-border-bottom-left-radius:5px;
  -webkit-border-bottom-left-radius:5px;
}

table tr.footer td.bottom_right {
  border-bottom-right-radius:5px;
  -moz-border-bottom-right-radius:5px;
  -khtml-border-bottom-right-radius:5px;
  -webkit-border-bottom-right-radius:5px;
}

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:80px;
}

div#topmenu {
  height:24px;
  min-width:1400px;
  /* background:url('../img/topmenu_background.png'); */
  background:transparent;
  background-repeat:repeat-x;
}
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 265px;
  /* min-width:866px; */
  min-height:400px;
  text-align:left;
}

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