body, form, table, textarea, div, span, input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	margin: 0px;
	padding: 0px;
	color:#54554D;
}

body {
	background:  #666666;
}

/******* headers *******/

h1{
	margin: 6px 0px 6px 0px;
	font-size:11px;
	font-weight: bold;
}

h2{
	margin: 6px 0px 6px 0px;
	font-size:10px;
	font-weight: bold;
}

/******* hyperlink and anchor tag styles *******/

a{
	color:#008E95;
	text-decoration:none;
}

a:link, a:visited{
	color:#008E95;
	text-decoration:none;
}

a:hover{
	color:#008E95;
	text-decoration:underline;
}

a img{
	border:0;
}


/******* classes *******/

.clr{
	clear:both;
}

.button1{
	width:80px;
}

.error{
	color:#FF2721;
	font-weight:bold;
}

.textsmall{
	font-size:10px;
	line-height:11px;
}

.button2{
	width:80px;
}

.select1{
	width:220px;
}

.input1{
	width:220px;
}

.listebearbeiten{
	width:100px;
}

.artikelselect{
	font-size:10px;
}

/******* ids *******/

#container{
	width:776px; 
	height:527px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-360px;
	margin-top: -255px;
	background: #FFFFFF;
}

#left{
	position:absolute;
	padding: 8px;
	width:372px;
	height:250px;
	z-index:20;
	overflow:auto;
}

#left2{
	position:absolute;
	padding: 8px;
	width:500px;
	height:250px;
	z-index:20;
}

#right{
	position:absolute;
	left:388px;
	width:388px;
	height:200px;
}

#rightbg{
	background: #D9F2F3;
	position:absolute;
	width: 178px;
	height:250px;
}

#logo{
	position:absolute;
	left:217px;
	top:10px;
}

#logout{
	position:absolute;
	left:219px;
	top:128px;
	z-index:100;
}
#logout a {
	text-transform:uppercase;
}

#content{
	position:absolute;
	padding: 8px;
	left:0px;
	top:250px;
	width:760px;
	height:260px;
	overflow:auto;
}


