/* CSS Document */

body {
  	min-width: 630px;      /* 2x (LC fullwidth +
                            CC padding) + RC fullwidth */
	margin: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

html, body {
  	 height: 100%; /* wichtig */
}

* html, body {
  	 height: 96%; /* IE */
}

#box{
	 border:1px solid #ccc;
     min-height: 90%;
  	 height:auto !important; /* moderne Browser */
	 height:90%;
	 position: relative;
	 /*background-image:url(../../images/bg_content_menu.gif);*/
	 background-position:left;
	 background-repeat:repeat-y;	 
}


#header{
	border-bottom:1px solid #ccc;
	padding:5px;
	background-color:#FFFFFF;
}

#content {
	margin:10px;
	padding:5px;
}

#container .contenttable {
  width:100%;
}

#left{
	width:200px;
}

#designBar{
	width:100px;
	vertical-align:top;
}

#bottom {
  clear: both;
  background-color:#FFFFFF;
  height:40px;
}

#footer {
  clear: both;
  padding-top:3px;
  text-align:center;
  color:#999999;
}

form {
	height:100%;
}